Home | History | Annotate | Download | only in conn

Lines Matching refs:aborted

99     /** True if the connection has been aborted. */
100 private volatile boolean aborted;
120 aborted = false;
144 * Asserts that the connection has not been aborted.
146 * @throws InterruptedIOException if the connection has been aborted
149 if (aborted) {
158 * or connection has been aborted
179 if (aborted)
372 if (aborted) {
375 aborted = true;