org.apache.bsf.debug.serverImpl
public class ObjectServer extends SocketConnection implements Runnable
| Field Summary | |
|---|---|
| Dispatcher[] | fDispatchers |
| Constructor Summary | |
|---|---|
| ObjectServer(BSFDebugManagerImpl debugManager, int port) | |
| Method Summary | |
|---|---|
| protected void | awake() |
| protected void | dispatchInvocation(ResultCell rcell) |
| BSFDebugManagerImpl | getDebugManager() |
| void | run() |
| protected void | setIOStreams(InputStream istream, OutputStream ostream, DataInputStream distream, DataOutputStream dostream) |