|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AsyncMsg | |
| org.apache.geronimo.remoting.transport.async | |
| org.apache.geronimo.remoting.transport.async.bio | |
| org.apache.geronimo.remoting.transport.async.nio | |
| Uses of AsyncMsg in org.apache.geronimo.remoting.transport.async |
| Methods in org.apache.geronimo.remoting.transport.async with parameters of type AsyncMsg | |
void |
ChannelPool.dispatchRequest(URI to,
AsyncMsg 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 |
Channel.send(AsyncMsg data)
Sends an asynch packet of data down the channel. |
void |
ChannelListner.receiveEvent(AsyncMsg data)
Sends an asynch packet of data down the channel. |
| Uses of AsyncMsg in org.apache.geronimo.remoting.transport.async.bio |
| Methods in org.apache.geronimo.remoting.transport.async.bio that return AsyncMsg | |
AsyncMsg |
BlockingChannel.deserialize(ByteBuffer[] message)
|
| Methods in org.apache.geronimo.remoting.transport.async.bio with parameters of type AsyncMsg | |
void |
BlockingChannel.send(AsyncMsg data)
|
| Uses of AsyncMsg in org.apache.geronimo.remoting.transport.async.nio |
| Methods in org.apache.geronimo.remoting.transport.async.nio that return AsyncMsg | |
AsyncMsg |
NonBlockingChannel.deserialize(ByteBuffer[] message)
|
| Methods in org.apache.geronimo.remoting.transport.async.nio with parameters of type AsyncMsg | |
void |
NonBlockingChannel.send(AsyncMsg data)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||