Class EPPPlainServer
java.lang.Object
com.verisign.epp.transport.server.EPPPlainServer
- All Implemented Interfaces:
EPPServerCon
- Direct Known Subclasses:
EPPPlainServerSingle
EPP Plain TCP Server
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Close the server by closing the server socket.voidloop()Client connection loop for the EPP Plain TCP Server.voidRunServer(ServerEventHandler aServerEventHandler) Runs the Plain TCP Server, which starts the server socket, and enters the client connection loop.
-
Constructor Details
-
EPPPlainServer
Pre-condition the util.Env provide the properties- Throws:
EPPConException- Exception getting the server port or connection timeout
-
-
Method Details
-
RunServer
Runs the Plain TCP Server, which starts the server socket, and enters the client connection loop.- Specified by:
RunServerin interfaceEPPServerCon- Parameters:
aServerEventHandler- Server event handler to get called for new client connections- Throws:
EPPConException- Exception for the server
-
loop
Client connection loop for the EPP Plain TCP Server.- Throws:
EPPConException- Exception in the EPP Plain TCP Server loop
-
close
Close the server by closing the server socket.- Throws:
EPPConException- Exception closing the server
-