Package com.verisign.epp.transport
Interface EPPServerCon
- All Known Implementing Classes:
EPPPlainServer,EPPPlainServerSingle,EPPQuicServer,EPPQuicServerSingle,EPPSSLServer,EPPSSLServerSingle
public interface EPPServerCon
Interface for a server connection, which will accept new client connections.
-
Method Summary
Modifier and TypeMethodDescriptionvoidRunServer(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 Details
-
RunServer
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
-