Uses of Class
javax.net.ssl.SSLSocket
| Package | Description |
|---|---|
| com.squareup.okhttp.internal | |
| com.squareup.okhttp.internal.http | |
| javax.net.ssl |
This package provides classes and interfaces needed to use the Secure
Sockets Layer (SSL) protocol and the successor Transport Layer
Security (TLS) protocol.
|
| org.apache.http.conn.ssl |
TLS/SSL specific parts of the HttpConn API.
|
| org.conscrypt |
-
Uses of SSLSocket in com.squareup.okhttp.internal
Methods in com.squareup.okhttp.internal with parameters of type SSLSocket Modifier and Type Method Description voidPlatform. enableTlsExtensions(SSLSocket socket, String uriHost)byte[]Platform. getNpnSelectedProtocol(SSLSocket socket)Returns the negotiated protocol, or null if no protocol was negotiated.voidPlatform. setNpnProtocols(SSLSocket socket, byte[] npnProtocols)Sets client-supported protocols on a socket to send to a server.voidPlatform. supportTlsIntolerantServer(SSLSocket socket) -
Uses of SSLSocket in com.squareup.okhttp.internal.http
Methods in com.squareup.okhttp.internal.http that return SSLSocket Modifier and Type Method Description SSLSocketHttpsEngine. getSslSocket() -
Uses of SSLSocket in javax.net.ssl
Methods in javax.net.ssl that return SSLSocket Modifier and Type Method Description SSLSocketHandshakeCompletedEvent. getSocket()Returns the SSL socket that produced this event.Constructors in javax.net.ssl with parameters of type SSLSocket Constructor Description HandshakeCompletedEvent(SSLSocket sock, SSLSession s)Creates a newHandshakeCompletedEventwith the specified SSL socket and SSL session. -
Uses of SSLSocket in org.apache.http.conn.ssl
-
Uses of SSLSocket in org.conscrypt
Subclasses of SSLSocket in org.conscrypt Modifier and Type Class Description classOpenSSLSocketImplImplementation of the class OpenSSLSocketImpl based on OpenSSL.classOpenSSLSocketImplWrapperThis class wraps the SSL functionality over an existing connected socket.classSSLSocketImplSSLSocket implementation.classSSLSocketWrapperThis class wraps the SSL fuctionality over existing conneted socket.