|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDestroyable | |
---|---|
mirrormap.lifecycle | |
mirrormap.nio |
Uses of IDestroyable in mirrormap.lifecycle |
---|
Subinterfaces of IDestroyable in mirrormap.lifecycle | |
---|---|
interface |
ILifeCycle
An object that has a life-cycle: |
Classes in mirrormap.lifecycle that implement IDestroyable | |
---|---|
class |
AbstractLifeCycle
Base-class for all ILifeCycle instances. |
Uses of IDestroyable in mirrormap.nio |
---|
Subinterfaces of IDestroyable in mirrormap.nio | |
---|---|
interface |
IConnectionEndPoint
Encapsulates the end point of an I/O connection. |
interface |
IConnectionEndPointReceiver
Handles data received from a remote IConnectionEndPoint . |
interface |
ISelectionKeyTask
A task that is associated with a SelectionKey . |
Classes in mirrormap.nio that implement IDestroyable | |
---|---|
class |
SelectorTasks
A collection of ISelectionKeyTask objects that handle the logic for
the ready operations raised from registered NIO Channel objects. |
class |
TcpConnectionEndPoint
Handles the socket processing for a TCP end point. |
class |
TcpServer
A server that opens a TCP server socket and spawns TcpConnectionEndPoint instances to handle each of the client
connections. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |