Uses of Interface
org.exolab.core.messenger.ConnectionHandler

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 ManagedConnectionAcceptor.accept(java.lang.String uri, ConnectionHandler handler)
          Register a connection handler to accept new Connection instances
 void ManagedConnection.accept(java.lang.String name, ConnectionHandler handler)
          Register a handler to accept connections for the specified name.
 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.
 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.
 



Copyright © 1999-2012 The Exolab Group. All Rights Reserved.