Package org.opennms.core.utils
Class SslSocketWrapper
- java.lang.Object
-
- org.opennms.core.utils.SslSocketWrapper
-
- All Implemented Interfaces:
SocketWrapper
public class SslSocketWrapper extends Object implements SocketWrapper
-
-
Constructor Summary
Constructors Constructor Description SslSocketWrapper()
SslSocketWrapper(String[] cipherSuites)
SslSocketWrapper(String protocol, String[] cipherSuites)
-
-
-
Method Detail
-
wrapSocket
public Socket wrapSocket(Socket socket) throws IOException
- Specified by:
wrapSocket
in interfaceSocketWrapper
- Throws:
IOException
-
-