|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SocketConnection | |
---|---|
org.apache.bsf.debug.clientImpl | |
org.apache.bsf.debug.meta | |
org.apache.bsf.debug.serverImpl | |
org.apache.bsf.debug.util |
Uses of SocketConnection in org.apache.bsf.debug.clientImpl |
---|
Subclasses of SocketConnection in org.apache.bsf.debug.clientImpl | |
---|---|
class |
ClientConnection
|
Constructors in org.apache.bsf.debug.clientImpl with parameters of type SocketConnection | |
---|---|
ClientStubTable(SocketConnection con)
|
Uses of SocketConnection in org.apache.bsf.debug.meta |
---|
Constructors in org.apache.bsf.debug.meta with parameters of type SocketConnection | |
---|---|
DebuggerDispatcher(SocketConnection con)
|
|
DebuggerStub(SocketConnection con,
int tid,
int uid)
|
|
DebugManagerDispatcher(SocketConnection con)
|
|
DebugManagerStub(SocketConnection con)
|
|
JsCallbacksDispatcher(SocketConnection con)
|
|
JsCallbacksStub(SocketConnection con,
int tid,
int uid)
|
|
JsCodeStub(SocketConnection con,
int tid,
int uid,
boolean isFunction)
|
|
JsContextDispatcher(SocketConnection con)
|
|
JsContextStub(SocketConnection m_con,
int tid,
int uid)
|
|
JsEngineDispatcher(SocketConnection con)
|
|
JsEngineStub(SocketConnection con,
int tid,
int uid)
|
|
JsObjectDispatcher(SocketConnection con)
|
|
JsObjectStub(SocketConnection con,
int tid,
int uid)
|
Uses of SocketConnection in org.apache.bsf.debug.serverImpl |
---|
Subclasses of SocketConnection in org.apache.bsf.debug.serverImpl | |
---|---|
class |
ObjectServer
|
Uses of SocketConnection in org.apache.bsf.debug.util |
---|
Fields in org.apache.bsf.debug.util declared as SocketConnection | |
---|---|
protected SocketConnection |
StubTable.m_con
|
protected SocketConnection |
Dispatcher.m_con
|
protected SocketConnection |
Stub.m_con
|
Methods in org.apache.bsf.debug.util that return SocketConnection | |
---|---|
SocketConnection |
Stub.getConnection()
|
Methods in org.apache.bsf.debug.util with parameters of type SocketConnection | |
---|---|
void |
Skeleton.allocOid(SocketConnection con)
|
static void |
Stub.Init(SocketConnection con)
|
Constructors in org.apache.bsf.debug.util with parameters of type SocketConnection | |
---|---|
Dispatcher(SocketConnection con)
|
|
Stub(SocketConnection con,
int tid,
int uid)
|
|
StubTable(SocketConnection con)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |