Class ConnectionHandler

  • All Implemented Interfaces:
    EPPConnectionHandler

    public class ConnectionHandler
    extends java.lang.Object
    implements EPPConnectionHandler
    The ConnectionHandler 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectionHandler

        public ConnectionHandler()
        Create a new instance of ConnnectionHandler
    • Method Detail

      • handleConnection

        public EPPEventResponse handleConnection​(java.lang.Object aData)
        Invoked when a new connection occurs
        Specified by:
        handleConnection in interface EPPConnectionHandler
        Parameters:
        aData - Any data that the server may need
        Returns:
        EPPEventResponse Returns the greeting