|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.verisign.epp.serverstub.ClientConnectionHandler
public class ClientConnectionHandler
The EPPClientConnectionHandler class manages a single client
session. A connection is logically started when the handleConnection()
method is invoked by a listening server socket.
| Constructor Summary | |
|---|---|
ClientConnectionHandler()
Creates a new ClientConnectionHandler instance. |
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientConnectionHandler()
| Method Detail |
|---|
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface ServerEventHandlerclone in class java.lang.Objectjava.lang.CloneNotSupportedException - DOCUMENT ME!
public void handleConnection(java.io.InputStream newInputStream,
java.io.OutputStream newOutputStream)
handleConnection in interface ServerEventHandlernewInputStream - The inputStream of the new connectionnewOutputStream - The outputStream of the new connectionpublic void close()
protected void resetIdleTimeOut()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||