public class ClientConnection extends SocketConnection implements java.lang.Runnable
fDataInputStream, fDataOutputStream, fInputStream, fOutputStream, fStubs| Constructor and Description |
|---|
ClientConnection(java.lang.String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
breakConnection() |
protected void |
dispatchInvocation(ResultCell rcell) |
DebugManagerStub |
getDebugManager() |
void |
run() |
protected void |
wireExceptionNotify(java.lang.Exception ex)
A Wire-related exception occurred.
|
exportSkeleton, getSkeleton, getStub, listen, prepareOutgoingInvoke, searchCell, stopListening, swizzlepublic ClientConnection(java.lang.String host,
int port)
throws java.io.IOException
java.io.IOExceptionpublic DebugManagerStub getDebugManager()
public void run()
run in interface java.lang.Runnableprotected void dispatchInvocation(ResultCell rcell) throws java.lang.Exception
dispatchInvocation in class SocketConnectionjava.lang.Exceptionpublic void breakConnection()
protected void wireExceptionNotify(java.lang.Exception ex)
SocketConnectionwireExceptionNotify in class SocketConnection