Package com.verisign.epp.transport
Interface ServerEventHandler
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
ClientConnectionHandler,EPPQuicClientConnectionHandler
Interface to handle new EPP connections that includes returning the EPP
greeting and starting an EPP command processing loop
-
Method Summary
Modifier and TypeMethodDescriptionclone()Clone theServerEventHandlerstate.voidhandleConnection(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
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 connectionaOutputStream- Output stream associated with the new EPP connection
-
clone
Clone theServerEventHandlerstate.- Returns:
ServerEventHandlerinstance- Throws:
CloneNotSupportedException- Exception with cloning
-