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