| Methods in org.jboss.remoting.transport.async with parameters of type ChannelPool |
void |
AsyncServerInvoker.dispatchDatagram(byte[] data,
ChannelPool source)
A ChannelPool will receive data from a Channel and if it is
new request, it will forward it to the AsynchChannelServer
for it to dispatch the work the appropriate subsystem. |
void |
AsyncServerInvoker.dispatchRequest(byte[] data,
ChannelPool source,
int requestId)
A ChannelPool will receive data from a Channel and if it is
new request, it will forward it to the AsynchChannelServer
for it to dispatch the work the appropriate subsystem. |