Package org.opennms.core.utils
Interface SocketWrapper
-
- All Known Implementing Classes:
DefaultSocketWrapper
,NrpeClient
,SslSocketWrapper
public interface SocketWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Socket
wrapSocket(Socket socket)
-
-
-
Method Detail
-
wrapSocket
Socket wrapSocket(Socket socket) throws IOException
- Throws:
IOException
-
-