-
- All Superinterfaces:
IpContext
- All Known Subinterfaces:
IpSocketContext
public interface IpSocketRef extends IpContext
External handle to a networkIpSocket
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Closes the underlying network socket.-
Methods inherited from interface swim.io.IpContext
cipherSuite, isClient, isConnected, isSecure, isServer, localAddress, localCertificates, localPrincipal, remoteAddress, remoteCertificates, remotePrincipal, securityProtocol
-
-