public class EPPServerThread
extends java.lang.Thread
Constructor and Description |
---|
EPPServerThread(java.net.Socket aSocket,
ServerEventHandler aHandler)
Creates a new EPPServerThread object.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Process the client connection.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public EPPServerThread(java.net.Socket aSocket, ServerEventHandler aHandler) throws java.io.IOException
aSocket
- Client socket to handle in threadaHandler
- Client connection handlerjava.io.IOException
- Exception process the client socketCopyright © VeriSign Inc. All Rights Reserved.