Home | History | Annotate | Download | only in conn

Lines Matching defs:aborted

104     /** True if the connection has been aborted. */
105 private volatile boolean aborted;
125 aborted = false;
149 * Asserts that the connection has not been aborted.
151 * @throws InterruptedIOException if the connection has been aborted
154 if (aborted) {
163 * or connection has been aborted
184 if (aborted)
377 if (aborted) {
380 aborted = true;