Class SdkSocket
- java.lang.Object
- 
- java.net.Socket
- 
- software.amazon.awssdk.http.apache.internal.net.DelegateSocket
- 
- software.amazon.awssdk.http.apache.internal.net.SdkSocket
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable
 
 @SdkInternalApi public class SdkSocket extends DelegateSocket 
- 
- 
Field Summary- 
Fields inherited from class software.amazon.awssdk.http.apache.internal.net.DelegateSocketsock
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidconnect(SocketAddress endpoint)voidconnect(SocketAddress endpoint, int timeout)voidshutdownInput()voidshutdownOutput()- 
Methods inherited from class software.amazon.awssdk.http.apache.internal.net.DelegateSocketbind, getChannel, getInetAddress, getInputStream, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, toString
 - 
Methods inherited from class java.net.SocketsetSocketImplFactory
 
- 
 
- 
- 
- 
Constructor Detail- 
SdkSocketpublic SdkSocket(Socket sock) 
 
- 
 - 
Method Detail- 
connectpublic void connect(SocketAddress endpoint) throws IOException - Overrides:
- connectin class- DelegateSocket
- Throws:
- IOException
 
 - 
connectpublic void connect(SocketAddress endpoint, int timeout) throws IOException - Overrides:
- connectin class- DelegateSocket
- Throws:
- IOException
 
 - 
closepublic void close() throws IOException- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- DelegateSocket
- Throws:
- IOException
 
 - 
shutdownInputpublic void shutdownInput() throws IOException- Overrides:
- shutdownInputin class- DelegateSocket
- Throws:
- IOException
 
 - 
shutdownOutputpublic void shutdownOutput() throws IOException- Overrides:
- shutdownOutputin class- DelegateSocket
- Throws:
- IOException
 
 
- 
 
-