Uses of Interface
jtge.engine.io.IInputOutputImpFactory

Packages that use IInputOutputImpFactory
jtge.engine.io IO package.  
jtge.engine.net Network package.  
jtge.engine.security Security package. 
 

Uses of IInputOutputImpFactory in jtge.engine.io
 

Classes in jtge.engine.io that implement IInputOutputImpFactory
 class ObjectInputOutputFactory
          Implements an input-output implementation factory based on object serialization.
 class XStreamInputOutputFactory
          Implements an input-output implementation factory based on the XStream library.
 

Constructors in jtge.engine.io with parameters of type IInputOutputImpFactory
InputOutputFactory(IConsumer consumer, IDisconnectionObserver observer, IInputOutputImpFactory factory)
          Create a factory for inputs and outputs.
 

Uses of IInputOutputImpFactory in jtge.engine.net
 

Constructors in jtge.engine.net with parameters of type IInputOutputImpFactory
UserInputOutputFactoryFactory(IConsumer consumer, IInputOutputImpFactory factory, IUserManager manager)
          Create a user input-output factory factory.
Server(IConsumer consumer, IInputOutputImpFactory factory)
          Create a server.
Server(IConsumer consumer, IInputOutputImpFactory factory, IUserManager manager)
          Create a server requiring user identification.
InputOutputFactoryFactory(IConsumer consumer, IInputOutputImpFactory factory)
          Create an input-output factory factory.
Client(IConsumer consumer, IInputOutputImpFactory factory)
          Create a client.
 

Uses of IInputOutputImpFactory in jtge.engine.security
 

Constructors in jtge.engine.security with parameters of type IInputOutputImpFactory
UserInputOutputFactory(IConsumer consumer, IDisconnectionObserver observer, IUserManager manager, IInputOutputImpFactory factory)
          Create an input/output factory.
 



Copyright © 2003-2005 . All Rights Reserved.