public abstract class Dispatcher
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected SocketConnection |
m_con |
| Modifier | Constructor and Description |
|---|---|
protected |
Dispatcher(SocketConnection con) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
dispatch(ResultCell rcell) |
protected SocketConnection m_con
protected Dispatcher(SocketConnection con)
public abstract void dispatch(ResultCell rcell) throws java.lang.Exception
java.lang.Exception