Home | History | Annotate | Download | only in routing

Lines Matching refs:connected

70     private boolean connected;
123 if (this.connected) {
124 throw new IllegalStateException("Already connected.");
126 this.connected = true;
134 * @param proxy the proxy connected to
142 if (this.connected) {
143 throw new IllegalStateException("Already connected.");
145 this.connected = true;
158 if (!this.connected) {
159 throw new IllegalStateException("No tunnel unless connected.");
182 if (!this.connected) {
183 throw new IllegalStateException("No tunnel unless connected.");
209 if (!this.connected) {
211 ("No layered protocol unless connected.");
234 if (this.connected) {
274 return this.connected;
310 * If a route has been tracked, it is {@link #isConnected connected}.
311 * If not connected, nothing has been tracked so far.
317 return !this.connected ?
352 (this.connected == that.connected) &&
388 if (this.connected)
415 if (this.connected)