Uses of Class
org.apache.bsf.debug.util.SocketConnection

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
JsEngineDispatcher(SocketConnection con)
           
JsCallbacksDispatcher(SocketConnection con)
           
JsCallbacksStub(SocketConnection con, int tid, int uid)
           
JsContextDispatcher(SocketConnection con)
           
DebugManagerStub(SocketConnection con)
           
JsObjectDispatcher(SocketConnection con)
           
DebuggerDispatcher(SocketConnection con)
           
JsObjectStub(SocketConnection con, int tid, int uid)
           
JsEngineStub(SocketConnection con, int tid, int uid)
           
DebugManagerDispatcher(SocketConnection con)
           
JsCodeStub(SocketConnection con, int tid, int uid, boolean isFunction)
           
DebuggerStub(SocketConnection con, int tid, int uid)
           
JsContextStub(SocketConnection m_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 Dispatcher.m_con
           
protected  SocketConnection Stub.m_con
           
protected  SocketConnection StubTable.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)