Class TtlV1_0HostHandler

  • All Implemented Interfaces:
    TtlSubHostHandler

    public class TtlV1_0HostHandler
    extends java.lang.Object
    implements TtlSubHostHandler
    The TtlHostHandler class extends HostHandler to include handling the TTL extension.
    • Constructor Detail

      • TtlV1_0HostHandler

        public TtlV1_0HostHandler()
    • Method Detail

      • doHostInfo

        public void doHostInfo​(EPPHostInfoCmd aInfoCommand,
                               EPPResponse aResponse,
                               java.lang.Object aData)
        Handle an EPP Host Info Command.
        Specified by:
        doHostInfo in interface TtlSubHostHandler
        Parameters:
        aInfoCommand - Command sent by the client
        aResponse - Response created previously up the stack
        aData - Server data. This is assumed to be an instance of SessionData.
      • doHostCreate

        public void doHostCreate​(EPPHostCreateCmd aCreateCommand,
                                 EPPResponse aResponse,
                                 java.lang.Object aData)
        Handle an EPP Host Create Command.
        Specified by:
        doHostCreate in interface TtlSubHostHandler
        Parameters:
        aCreateCommand - Command sent by the client
        aResponse - Response created previously up the stack
        aData - Server data. This is assumed to be an instance of SessionData.
      • doHostUpdate

        public void doHostUpdate​(EPPHostUpdateCmd aUpdateCommand,
                                 EPPResponse aResponse,
                                 java.lang.Object aData)
        Handle an EPP Host Update Command.
        Specified by:
        doHostUpdate in interface TtlSubHostHandler
        Parameters:
        aUpdateCommand - Command sent by the client
        aResponse - Response created previously up the stack
        aData - Server data. This is assumed to be an instance of SessionData.