Searched refs:autoClose (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketFactoryImpl.java102 * @param autoClose close the underlying socket when this socket is closed
108 boolean autoClose) throws IOException {
109 return new SSLSocketImpl(context, s, host, port, autoClose);
107 createSocket(Socket s, String host, int port, boolean autoClose) argument
H A DSSLSocketImpl.java200 private boolean autoClose = true; field in class:SSLSocketImpl
533 int port, boolean autoClose) throws IOException {
542 this.autoClose = autoClose;
766 if (self != this && !autoClose) {
1512 } else if (autoClose) {
532 SSLSocketImpl(SSLContextImpl context, Socket sock, String host, int port, boolean autoClose) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DStreamSerializer.java65 final OutputStream[] autoClose = new OutputStream[1];
78 autoClose[0] = fos;
90 if(autoClose[0]!=null) {
92 autoClose[0].close();
96 autoClose[0] = null;
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLSocketFactory.java177 * @param autoClose close the underlying socket when this socket is closed
183 int port, boolean autoClose)
215 int port, boolean autoClose)
182 createSocket(Socket s, String host, int port, boolean autoClose) argument
214 createSocket(Socket s, String host, int port, boolean autoClose) argument
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsCreateSockTest.java193 boolean autoClose) throws IOException {
196 (s, host, port, autoClose);
192 createSocket(Socket s, String host, int port, boolean autoClose) argument
H A DHttpsSocketFacTest.java206 boolean autoClose) throws IOException {
209 (s, host, port, autoClose);
205 createSocket(Socket s, String host, int port, boolean autoClose) argument
/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DMySSLSocketFacImpl.java53 boolean autoClose) { return new MySSLSocket(this); }
52 createSocket(Socket s, String host, int port, boolean autoClose) argument

Completed in 63 milliseconds