Class EPPQuicServerSingle
- java.lang.Object
-
- com.verisign.epp.transport.server.EPPQuicServer
-
- com.verisign.epp.transport.server.EPPQuicServerSingle
-
- All Implemented Interfaces:
EPPServerCon
public class EPPQuicServerSingle extends EPPQuicServer
Singleton of theEPPQuicServer.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EPPQuicServerSinglegetInstance()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.EPPQuicServer
close, getSSLPropertyListString, isListening, loop, RunServer, setListening
-
-
-
-
Method Detail
-
getInstance
public static EPPQuicServerSingle getInstance() throws EPPConException
Gets the Singleton instance, which will throw theEPPConExceptionif there is an error with the Singleton instantiation.- Returns:
- Singleton instance of
EPPQuicServerSingle - Throws:
EPPConException- Error creating Singleton instance
-
-