|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ChannelCore<P> |
An interface that encapsulate SelectableChannel
instances, providing low level IO operations, and packet manipulations. |
| ChannelHandler<C extends SelectableChannel> |
An interface for ChannelManager that provides event notifiers. |
| ChannelManager<C extends SelectableChannel> |
A Manager interface that manages
SelectableChannel with ChannelHandler. |
| Manager<C extends SelectableChannel,T> |
An interface that encapsulates Selector and its
handler function. |
| PacketHandler<P> | An interface for event driven logic handler. |
| Preparer<S,T> | An interface that represents channel connector. |
| Protocol<P> |
An interface that implements bott Seperator and Translator. |
| ProtocolFactory<P> |
A factory interface that generates Protocol instances. |
| Seperator |
An interface for determining whether ByteBuffer is ready for
seperation, seperating and terminating ByteBuffer. |
| SocketCore<P> |
A ChannelCore interface that encapsulates
SocketChannel. |
| SocketHandlerFactory |
A factory interface that generates
ChannelHandler instances. |
| SocketPool |
An Manager that accepts incoming connections and provides
SocketPreparer interface. |
| SocketPreparer |
A SocketPreparer.NullSocketPreparer interface that connects to SocketAddress
and registers connected SocketChannel to adequate
ChannelManager. |
| Translator<P> |
An interface for translating ByteBuffer into object and
translating object into ByteBuffer. |
Contains core interfaces and implementations of JBaobab framework.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||