Interface ServerEventHandler

All Superinterfaces:
Cloneable
All Known Implementing Classes:
ClientConnectionHandler, EPPQuicClientConnectionHandler

public interface ServerEventHandler extends Cloneable
Interface to handle new EPP connections that includes returning the EPP greeting and starting an EPP command processing loop
  • Method Summary

    Modifier and Type
    Method
    Description
    Clone the ServerEventHandler state.
    void
    handleConnection(InputStream aInputStream, OutputStream aOutputStream)
    Handle a new EPP connection that includes returning the EPP greeting and starting an EPP command processing loop
  • Method Details

    • handleConnection

      void handleConnection(InputStream aInputStream, OutputStream aOutputStream)
      Handle a new EPP connection that includes returning the EPP greeting and starting an EPP command processing loop
      Parameters:
      aInputStream - Input stream associated with the new EPP connection
      aOutputStream - Output stream associated with the new EPP connection
    • clone

      Clone the ServerEventHandler state.
      Returns:
      ServerEventHandler instance
      Throws:
      CloneNotSupportedException - Exception with cloning