Home | History | Annotate | Download | only in jsse

Lines Matching defs:autoClose

85     private boolean autoClose;
160 boolean autoClose, SSLParametersImpl sslParameters) throws IOException {
164 this.autoClose = autoClose;
963 if (autoClose && !socket.isClosed()) socket.close();
1003 if (autoClose && !socket.isClosed()) {