public class ClientConnectionHandler extends java.lang.Object implements ServerEventHandler, java.lang.Cloneable
EPPClientConnectionHandler
class manages a single client
session. A connection is logically started when the handleConnection()
method is invoked by a listening server socket. Constructor and Description |
---|
ClientConnectionHandler()
Creates a new ClientConnectionHandler instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Makes a bitwise copy of this ClientConnectionHandler
|
void |
close()
Makes the current session stop receiving commands
|
void |
handleConnection(java.io.InputStream newInputStream,
java.io.OutputStream newOutputStream)
Invoked when a new cleint connects
|
protected void |
resetIdleTimeOut()
Resets the idle Timeout
|
public ClientConnectionHandler()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface ServerEventHandler
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- DOCUMENT ME!public void handleConnection(java.io.InputStream newInputStream, java.io.OutputStream newOutputStream)
handleConnection
in interface ServerEventHandler
newInputStream
- The inputStream of the new connectionnewOutputStream
- The outputStream of the new connectionpublic void close()
protected void resetIdleTimeOut()
Copyright © VeriSign Inc. All Rights Reserved.