|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.di.plugin.proxy.ProxyCommandReceiver
public class ProxyCommandReceiver
This class is responsible for handling each client's request.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_ENCODING
The name of the default charset that will be used if no BOM is found. |
static int |
SOCKET_TIMEOUT
This is the timeout of the socket |
Constructor Summary | |
---|---|
ProxyCommandReceiver(Proxy proxy,
java.net.Socket socket,
IPasswordSynchronizer synchronizer,
PWSyncLog log)
Creates an instance of this class. |
Method Summary | |
---|---|
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int SOCKET_TIMEOUT
public static final java.lang.String DEFAULT_ENCODING
Constructor Detail |
---|
public ProxyCommandReceiver(Proxy proxy, java.net.Socket socket, IPasswordSynchronizer synchronizer, PWSyncLog log)
proxy
- the Proxy that created this object.socket
- the socket on which to communicate.synchronizer
- the password store instance object.log
- the log in which to write.Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |