|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.serverstub.ConnectionHandler
public class ConnectionHandler
The ConnectionHandler
class defines how a server acknowledges
new connections. An EPPGreeting is sent in this case.
Constructor Summary | |
---|---|
ConnectionHandler()
Create a new instance of ConnnectionHandler |
Method Summary | |
---|---|
EPPEventResponse |
handleConnection(java.lang.Object aData)
Invoked when a new connection occurs |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionHandler()
Method Detail |
---|
public EPPEventResponse handleConnection(java.lang.Object aData)
handleConnection
in interface EPPConnectionHandler
aData
- Any data that the server may need
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |