public interface EPPConnectionHandler
EPPConnectionHandler should be registered with the
EPPDispatcher so that connection events are handled there.
EPPDispatcher| Modifier and Type | Method and Description |
|---|---|
EPPEventResponse |
handleConnection(java.lang.Object aData)
The method that subclasses will implement when they wish to be notified
of new connections
|
EPPEventResponse handleConnection(java.lang.Object aData)
aData - Any data that a Server needs to send to this
EPPConnectionHandler instance.EPPConnectionHandler can send when notified of a
connection.