Interface ScxTCPSocket
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
TCPSocket
-
Method Summary
-
Method Details
-
inputStream
InputStream inputStream() -
outputStream
OutputStream outputStream() -
remoteAddress
InetSocketAddress remoteAddress() -
localAddress
InetSocketAddress localAddress() -
upgradeToTLS
- Throws:
IOException
-
isTLS
boolean isTLS() -
startHandshake
- Throws:
IOException
-
tlsManager
ScxTLSManager tlsManager() -
isClosed
boolean isClosed()
-