Uses of Interface
de.knipp.rritoolkit.ChannelFactory

Packages that use ChannelFactory
de.knipp.rritoolkit   
de.knipp.rritoolkit.tcp   
de.knipp.rritoolkit.test   
 

Uses of ChannelFactory in de.knipp.rritoolkit
 

Fields in de.knipp.rritoolkit declared as ChannelFactory
private  ChannelFactory PooledPort.factory
          the channel factory
 

Constructors in de.knipp.rritoolkit with parameters of type ChannelFactory
PooledPort(ChannelFactory theFactory, Codec theCodec, java.lang.String theUserName, java.lang.String thePassword, int allocate, int min, int max)
          constructor
SinglePort(ChannelFactory factory)
          constructor
SinglePort(ChannelFactory factory, Codec theCodec)
          constructor
 

Uses of ChannelFactory in de.knipp.rritoolkit.tcp
 

Classes in de.knipp.rritoolkit.tcp that implement ChannelFactory
 class TcpChannelFactory
          class that implements the ChannelFactory interface for SSL/TLS secured TCP connections
 

Uses of ChannelFactory in de.knipp.rritoolkit.test
 

Classes in de.knipp.rritoolkit.test that implement ChannelFactory
 class DebugChannelFactory
          This is a helper class for debugging/logging purposes.
 

Fields in de.knipp.rritoolkit.test declared as ChannelFactory
private  ChannelFactory DebugChannelFactory.factory
          the actual factory
 

Constructors in de.knipp.rritoolkit.test with parameters of type ChannelFactory
DebugChannelFactory(ChannelFactory theFactory)
          constructor
 



Copyright © 2005-2011 Knipp Medien und Kommunikation GmbH