|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectionKeyHandler | |
---|---|
rice.email.proxy.imap | |
rice.email.proxy.pop3 | |
rice.email.proxy.smtp | |
rice.pastry.socket | |
rice.post.proxy | |
rice.selector |
Uses of SelectionKeyHandler in rice.email.proxy.imap |
---|
Subclasses of SelectionKeyHandler in rice.email.proxy.imap | |
---|---|
class |
NonBlockingImapServerImpl
|
Uses of SelectionKeyHandler in rice.email.proxy.pop3 |
---|
Subclasses of SelectionKeyHandler in rice.email.proxy.pop3 | |
---|---|
class |
NonBlockingPop3ServerImpl
|
Uses of SelectionKeyHandler in rice.email.proxy.smtp |
---|
Subclasses of SelectionKeyHandler in rice.email.proxy.smtp | |
---|---|
class |
NonBlockingSmtpServerImpl
|
Uses of SelectionKeyHandler in rice.pastry.socket |
---|
Subclasses of SelectionKeyHandler in rice.pastry.socket | |
---|---|
class |
PingManager
|
class |
SocketCollectionManager
Class which maintains all outgoing open sockets. |
protected class |
SocketCollectionManager.SocketAccepter
Internal class which reads the greeting message off of a newly-accepted socket. |
protected class |
SocketCollectionManager.SourceRouteManager
Private class which is tasked with maintaining a source route which goes through this node. |
Uses of SelectionKeyHandler in rice.post.proxy |
---|
Subclasses of SelectionKeyHandler in rice.post.proxy | |
---|---|
protected class |
PostProxy.LivenessKeyHandler
|
Uses of SelectionKeyHandler in rice.selector |
---|
Methods in rice.selector with parameters of type SelectionKeyHandler | |
---|---|
java.nio.channels.SelectionKey |
SelectorManager.register(java.nio.channels.SelectableChannel channel,
SelectionKeyHandler handler,
int ops)
Registers a new channel with the selector, and attaches the given SelectionKeyHandler as the handler for the newly created key. |
|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |