Uses of Interface
de.netseeker.ejoe.core.ChannelRegistrar

Packages that use ChannelRegistrar
de.netseeker.ejoe.core   
 

Uses of ChannelRegistrar in de.netseeker.ejoe.core
 

Classes in de.netseeker.ejoe.core that implement ChannelRegistrar
 class CombinedConnectionProcessor
          The CombinedConnectionProcessor handles the further processing of accepted client connections.
 

Methods in de.netseeker.ejoe.core that return ChannelRegistrar
 ChannelRegistrar ConnectionReader.getRegistrar()
           
 

Constructors in de.netseeker.ejoe.core with parameters of type ChannelRegistrar
ConnectionAcceptor(java.nio.channels.ServerSocketChannel channel, ChannelRegistrar[] registrars)
           
ConnectionReader(ChannelRegistrar registrar, ServerInfo receiverInfo, ConnectionHeader senderInfo)
          Creates a new instance of ConnectionReader
 



Copyright © 2005-2007 netseeker. All Rights Reserved.