Package naga
Interface NIOServerSocketSSL
- All Superinterfaces:
NIOAbstractSocket
,NIOServerSocket
Interface for SSL Server Sockets
- Author:
- Christoffer Lerno
-
Method Summary
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
-
Method Details
-
getSSLContext
SSLContext getSSLContext()Returns the SSLContext in use.- Returns:
- the SSLContext.
-