|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ras.server.RASConnectionHandler
public class RASConnectionHandler
RASConnectionHandler
processes individual client connections.
This thread loops continuously, writing to the console and/or file
until the client socket disconnects.
Constructor Summary | |
---|---|
RASConnectionHandler(java.net.Socket socket,
boolean toFile,
java.io.PrintWriter pWriter)
Deprecated. Creates a RASConnectionHandler . |
Method Summary | |
---|---|
void |
run()
Deprecated. Starts the RASConnectionHandler on its own thread. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RASConnectionHandler(java.net.Socket socket, boolean toFile, java.io.PrintWriter pWriter)
RASConnectionHandler
.
socket
- The socket on which to listen.toFile
- true
to write the data to a file;
false
, otherwise.pWriter
- The PrintWriter
to use.Method Detail |
---|
public void run()
RASConnectionHandler
on its own thread.
run
in interface java.lang.Runnable
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |