Package com.verisign.epp.serverstub
Class ConnectionHandler
java.lang.Object
com.verisign.epp.serverstub.ConnectionHandler
- All Implemented Interfaces:
EPPConnectionHandler
The
ConnectionHandler class defines how a server acknowledges
new connections. An EPPGreeting is sent in this case.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleConnection(Object aData) Invoked when a new connection occurs
-
Constructor Details
-
ConnectionHandler
public ConnectionHandler()Create a new instance of ConnnectionHandler
-
-
Method Details
-
handleConnection
Invoked when a new connection occurs- Specified by:
handleConnectionin interfaceEPPConnectionHandler- Parameters:
aData- Any data that the server may need- Returns:
- EPPEventResponse Returns the greeting
-