Package com.verisign.epp.transport
Interface EPPServerCon
-
- All Known Implementing Classes:
EPPPlainServer,EPPPlainServerSingle,EPPQuicServer,EPPQuicServerSingle,EPPSSLServer,EPPSSLServerSingle
public interface EPPServerConInterface for a server connection, which will accept new client connections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidRunServer(ServerEventHandler aConnectionHandler)Run the server that listens on a port for new client connections and call the passed handler to handle the new client connections.
-
-
-
Method Detail
-
RunServer
void RunServer(ServerEventHandler aConnectionHandler) throws EPPConException
Run the server that listens on a port for new client connections and call the passed handler to handle the new client connections.- Parameters:
aConnectionHandler- Handler for new client connections- Throws:
EPPConException- Exception in the server connection
-
-