Home | History | Annotate | Download | only in routing

Lines Matching refs:connected

65     private boolean connected;
118 if (this.connected) {
119 throw new IllegalStateException("Already connected.");
121 this.connected = true;
129 * @param proxy the proxy connected to
137 if (this.connected) {
138 throw new IllegalStateException("Already connected.");
140 this.connected = true;
153 if (!this.connected) {
154 throw new IllegalStateException("No tunnel unless connected.");
177 if (!this.connected) {
178 throw new IllegalStateException("No tunnel unless connected.");
204 if (!this.connected) {
206 ("No layered protocol unless connected.");
229 if (this.connected) {
269 return this.connected;
305 * If a route has been tracked, it is {@link #isConnected connected}.
306 * If not connected, nothing has been tracked so far.
312 return !this.connected ?
347 (this.connected == that.connected) &&
383 if (this.connected)
410 if (this.connected)