org.apache.bsf.debug.util
public abstract class SocketConnection extends Object
| Field Summary | |
|---|---|
| protected DataInputStream | fDataInputStream |
| protected DataOutputStream | fDataOutputStream |
| protected InputStream | fInputStream |
| protected OutputStream | fOutputStream |
| protected StubTable | fStubs |
| Constructor Summary | |
|---|---|
| protected | SocketConnection() |
| Method Summary | |
|---|---|
| protected abstract void | dispatchInvocation(ResultCell rcell) |
| void | exportSkeleton(Skeleton skel) |
| Skeleton | getSkeleton(int uid) |
| Stub | getStub(int tid, int uid) |
| void | listen() |
| ResultCell | prepareOutgoingInvoke(Stub self, int classId, int methodId)
First call made by a stub.
|
| ResultCell | searchCell(int cmdId) |
| void | stopListening() |
| Stub | swizzle(int tid, int uid) |
| protected void | wireExceptionNotify(Exception ex)
A Wire-related exception occurred.
|