Home | History | Annotate | Download | only in jsse

Lines Matching refs:autoClose

66     private boolean autoClose;
234 boolean autoClose, SSLParameters sslParameters) throws IOException {
239 this.autoClose = autoClose;
937 if (autoClose && !socket.isClosed()) socket.close();
976 if (autoClose && !socket.isClosed())