Home | History | Annotate | Download | only in conn

Lines Matching refs:close

38  * A stream wrapper that triggers actions on {@link #close close()} and EOF.
46 * different kinds of event, and does not always close the underlying stream
95 * closed when EOF is detected or {@link #close close} is called.
101 * auto-close behavior without notification
210 public void close() throws IOException {
211 // tolerate multiple calls to close()
237 boolean scws = true; // should close wrapped stream?
241 wrappedStream.close();
250 * Detects stream close and notifies the watcher.
251 * There's not much to detect since this is called by {@link #close close}.
264 boolean scws = true; // should close wrapped stream?
268 wrappedStream.close();
282 * stream has been {@link #close closed} gracefully.
293 boolean scws = true; // should close wrapped stream?
297 wrappedStream.close();
306 * Same as {@link #close close()}.
309 this.close();
314 * This is a special version of {@link #close close()} which prevents