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

Packages that use ChannelHandler
org.exolab.core.messenger   
 

Uses of ChannelHandler in org.exolab.core.messenger
 

Classes in org.exolab.core.messenger that implement ChannelHandler
 class ChannelListenerAcceptor
          A ChannelHandler that accepts a single Channel and binds a ChannelListener to it.
 

Methods in org.exolab.core.messenger with parameters of type ChannelHandler
 void Connection.accept(java.lang.String name, ChannelHandler handler)
          Register a handler to accept channel connections for the specified name.
 void ChannelAcceptor.accept(java.lang.String name, ChannelHandler handler)
          Accept requests for the specified channel, and pass them on to the handler.
 void PacketConnection.accept(java.lang.String name, ChannelHandler handler)
          Register a handler to accept channel connections for the specified name.
 



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