Searched refs:SSLSocketImpl (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketFactoryImpl.java73 return new SSLSocketImpl(context);
88 return new SSLSocketImpl(context, host, port);
109 return new SSLSocketImpl(context, s, host, port, autoClose);
125 return new SSLSocketImpl(context, address, port);
140 return new SSLSocketImpl(context, host, port,
155 return new SSLSocketImpl(context, address, port,
H A DAppInputStream.java43 private SSLSocketImpl c;
49 AppInputStream(SSLSocketImpl conn) {
H A DAppOutputStream.java45 private SSLSocketImpl c;
51 AppOutputStream(SSLSocketImpl conn) {
H A DSSLServerSocketImpl.java61 * @see SSLSocketImpl
313 SSLSocketImpl s = new SSLSocketImpl(sslContext, useServerMode,
H A DHandshakeOutStream.java40 * SSLSocketImpl class that synchronizes record writes.
46 private SSLSocketImpl socket;
53 SSLSocketImpl socket) {
H A DSSLSocketImpl.java65 final public class SSLSocketImpl extends BaseSSLSocketImpl { class in inherits:BaseSSLSocketImpl
242 * Note that the read/write() calls here in SSLSocketImpl are not
255 * app. thread will be doing a SSLSocketImpl.read() or .write()'s at
398 SSLSocketImpl(SSLContextImpl context, String host, int port) method in class:SSLSocketImpl
421 SSLSocketImpl(SSLContextImpl context, InetAddress host, int port) method in class:SSLSocketImpl
440 SSLSocketImpl(SSLContextImpl context, String host, int port, method in class:SSLSocketImpl
467 SSLSocketImpl(SSLContextImpl context, InetAddress host, int port, method in class:SSLSocketImpl
483 SSLSocketImpl(SSLContextImpl context, boolean serverMode, method in class:SSLSocketImpl
510 SSLSocketImpl(SSLContextImpl context) { method in class:SSLSocketImpl
532 SSLSocketImpl(SSLContextImp method in class:SSLSocketImpl
[all...]
H A DHandshaker.java118 SSLSocketImpl conn = null;
185 Handshaker(SSLSocketImpl c, SSLContextImpl context,
373 * SSLSocketImpl/SSLEngineImpl.setEnabledProtocols() (if the
385 * SSLSocketImpl/SSLEngineImpl.setEnabledCipherSuites() (if the
396 * SSLSocketImpl/SSLEngineImpl.setAlgorithmConstraints() (if the
431 * SSLSocketImpl/SSLEngineImpl.setIdentificationProtocol() (if the
H A DClientHandshaker.java98 ClientHandshaker(SSLSocketImpl socket, SSLContextImpl context,
H A DServerHandshaker.java100 ServerHandshaker(SSLSocketImpl socket, SSLContextImpl context,
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsClient.java54 import sun.security.ssl.SSLSocketImpl;
444 if (s instanceof SSLSocketImpl) {
445 ((SSLSocketImpl)s).setHost(host);
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DDNSIdentities.java48 import sun.security.ssl.SSLSocketImpl;
H A DIPAddressDNSIdentities.java48 import sun.security.ssl.SSLSocketImpl;
H A DIPAddressIPIdentities.java48 import sun.security.ssl.SSLSocketImpl;
H A DIPIdentities.java48 import sun.security.ssl.SSLSocketImpl;
H A DIdentities.java48 import sun.security.ssl.SSLSocketImpl;

Completed in 73 milliseconds