Class EPPQuicClientConnectionHandler
java.lang.Object
com.verisign.epp.transport.server.EPPQuicClientConnectionHandler
- All Implemented Interfaces:
ServerEventHandler,Cloneable
The
EPPEPPQuicClientConnectionHandler class manages a single client
EoQ connection. An EoQ connection is logically started when the
handleConnection() method is invoked when a QUIC stream is accepted.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPacket sent when the client starts an EoQ connection -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new EPPQuicClientConnectionHandler instance. -
Method Summary
Modifier and TypeMethodDescriptionclone()Makes a bitwise copy of thisEPPQuicClientConnectionHandlervoidclose()Makes the current session stop receiving commandsvoidhandleConnection(InputStream aInputStream, OutputStream aOutputStream) Invoked for a new client connectionprotected voidResets the idle Timeout
-
Field Details
-
EOQ_CONNECTION_START_PACKET
Packet sent when the client starts an EoQ connection- See Also:
-
-
Constructor Details
-
EPPQuicClientConnectionHandler
public EPPQuicClientConnectionHandler()Creates a new EPPQuicClientConnectionHandler instance.
-
-
Method Details
-
clone
Makes a bitwise copy of thisEPPQuicClientConnectionHandler- Specified by:
clonein interfaceServerEventHandler- Overrides:
clonein classObject- Returns:
- Clone of the
EPPQuicClientConnectionHandler - Throws:
CloneNotSupportedException- Error with cloning
-
handleConnection
Invoked for a new client connection- Specified by:
handleConnectionin interfaceServerEventHandler- Parameters:
aInputStream- The inputStream of the new connectionaOutputStream- The outputStream of the new connection
-
close
public void close()Makes the current session stop receiving commands -
resetIdleTimeOut
protected void resetIdleTimeOut()Resets the idle Timeout
-