Class EPPSSLServerSingle
- java.lang.Object
-
- com.verisign.epp.transport.server.EPPSSLServer
-
- com.verisign.epp.transport.server.EPPSSLServerSingle
-
- All Implemented Interfaces:
EPPServerCon
public class EPPSSLServerSingle extends EPPSSLServer
Singleton of theEPPSSLServer.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EPPSSLServerSinglegetInstance()Gets the Singleton instance, which will throw theEPPConExceptionif there is an error with the Singleton instantiation.-
Methods inherited from class com.verisign.epp.transport.server.EPPSSLServer
close, getSSLPropertyListString, isListening, loop, RunServer, setListening
-
-
-
-
Method Detail
-
getInstance
public static EPPSSLServerSingle getInstance() throws EPPConException
Gets the Singleton instance, which will throw theEPPConExceptionif there is an error with the Singleton instantiation.- Returns:
- Singleton instance of
EPPSSLServerSingle - Throws:
EPPConException- Error creating Singleton instance
-
-