|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hopto.pentaj.jexin.node.TraceClientImpl
public class TraceClientImpl
Client for the TraceServer
Field Summary | |
---|---|
static int |
DEFAULT_READ_TIMEOUT
|
Fields inherited from interface org.hopto.pentaj.jexin.node.TraceClient |
---|
DEFAULT_PORT |
Constructor Summary | |
---|---|
TraceClientImpl()
|
|
TraceClientImpl(javax.net.SocketFactory socketFactory)
|
Method Summary | |
---|---|
void |
connect(NodeAddress address,
TraceClientObserver traceClientObserver)
Connects to the TraceServer |
void |
disconnect()
Disconnects from the TraceServer |
void |
setReadTimeout(int readTimeout)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DEFAULT_READ_TIMEOUT
Constructor Detail |
---|
public TraceClientImpl()
public TraceClientImpl(javax.net.SocketFactory socketFactory)
Method Detail |
---|
public void setReadTimeout(int readTimeout)
readTimeout
- the readTimeout to setpublic void connect(NodeAddress address, TraceClientObserver traceClientObserver) throws java.net.UnknownHostException, java.io.IOException
TraceClient
connect
in interface TraceClient
java.net.UnknownHostException
java.io.IOException
TraceClient.connect(org.hopto.pentaj.jexin.node.NodeAddress,
org.hopto.pentaj.jexin.node.TraceClientObserver)
public void disconnect()
TraceClient
disconnect
in interface TraceClient
TraceClient.disconnect()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |