public class SdkSSLSocket extends DelegateSSLSocket
sock
Constructor and Description |
---|
SdkSSLSocket(SSLSocket sock) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
connect(SocketAddress endpoint) |
void |
connect(SocketAddress endpoint,
int timeout) |
void |
shutdownInput() |
void |
shutdownOutput() |
addHandshakeCompletedListener, bind, getChannel, getEnabledCipherSuites, getEnabledProtocols, getEnableSessionCreation, getInetAddress, getInputStream, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getNeedClientAuth, getOOBInline, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSession, getSoLinger, getSoTimeout, getSupportedCipherSuites, getSupportedProtocols, getTcpNoDelay, getTrafficClass, getUseClientMode, getWantClientAuth, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, removeHandshakeCompletedListener, sendUrgentData, setEnabledCipherSuites, setEnabledProtocols, setEnableSessionCreation, setKeepAlive, setNeedClientAuth, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, setUseClientMode, setWantClientAuth, startHandshake, toString
getApplicationProtocol, getHandshakeApplicationProtocol, getHandshakeApplicationProtocolSelector, getHandshakeSession, getSSLParameters, setHandshakeApplicationProtocolSelector, setSSLParameters
setSocketImplFactory
public SdkSSLSocket(SSLSocket sock)
public void connect(SocketAddress endpoint) throws IOException
connect
in class DelegateSSLSocket
IOException
public void connect(SocketAddress endpoint, int timeout) throws IOException
connect
in class DelegateSSLSocket
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class DelegateSSLSocket
IOException
public void shutdownInput() throws IOException
shutdownInput
in class DelegateSSLSocket
IOException
public void shutdownOutput() throws IOException
shutdownOutput
in class DelegateSSLSocket
IOException
Copyright © 2024. All rights reserved.