|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionHandler | |
org.exolab.core.messenger |
Uses of ConnectionHandler in org.exolab.core.messenger |
Methods in org.exolab.core.messenger with parameters of type ConnectionHandler | |
void |
ManagedConnection.accept(java.lang.String name,
ConnectionHandler handler)
Register a handler to accept connections for the specified name. |
void |
ManagedConnectionAcceptor.accept(java.lang.String uri,
ConnectionHandler handler)
Register a connection handler to accept new Connection
instances |
void |
Messenger.accept(java.lang.String uri,
ConnectionHandler handler)
Accept connections for the specified URI, passing new connections to the handler. |
void |
Messenger.accept(java.lang.String uri,
ConnectionHandler handler,
ConnectionProperties properties)
Accept connections for the specified URI, passing new connections to the handler. |
void |
ConnectionAcceptor.accept(java.lang.String name,
ConnectionHandler handler)
Register a handler to accept connection requests for the specified connection This method returns immediately. |
void |
ManagedPacketConnection.accept(java.lang.String name,
ConnectionHandler handler)
Register a handler to accept new connections. This method returns immediately. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |