Package naga
Interface NIOServerSocketSSL
-
- All Superinterfaces:
NIOAbstractSocket
,NIOServerSocket
public interface NIOServerSocketSSL extends NIOServerSocket
Interface for SSL Server Sockets- Author:
- Christoffer Lerno
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description javax.net.ssl.SSLContext
getSSLContext()
Returns the SSLContext in use.-
Methods inherited from interface naga.NIOAbstractSocket
close, getAddress, getIp, getPort, getTag, isOpen, setTag
-
Methods inherited from interface naga.NIOServerSocket
getTotalAcceptedConnections, getTotalConnections, getTotalFailedConnections, getTotalRefusedConnections, listen, setConnectionAcceptor, socket
-
-