Uses of Interface
jtge.engine.io.IOutput

Packages that use IOutput
jtge.engine.io IO package.  
jtge.engine.security Security package. 
 

Uses of IOutput in jtge.engine.io
 

Classes in jtge.engine.io that implement IOutput
 class Output
          Handles the output logics.
 

Methods in jtge.engine.io that return IOutput
 IOutput InputOutputFactory.create(java.io.OutputStream stream)
          Wrap a stream within an output.
 IOutput IInputOutputFactory.create(java.io.OutputStream stream)
          Wrap a stream within an output.
 

Methods in jtge.engine.io with parameters of type IOutput
 void SessionManager.opened(IInput input, IOutput output)
          Notify the opening of an input and/or output.
 void SessionManager.closed(IOutput output)
          Notify the closing of an output.
 void OutputRegistrer.opened(IInput input, IOutput output)
          Notify the opening of an input and/or output.
 void OutputRegistrer.closed(IOutput output)
          Notify the closing of an output.
 void InputStarter.opened(IInput input, IOutput output)
          Notify the opening of an input and/or output.
 void InputStarter.closed(IOutput output)
          Notify the closing of an output.
 void IDisconnectionObserver.closed(IOutput output)
          Notify the closing of an output.
 void IConnectionObserver.opened(IInput input, IOutput output)
          Notify the opening of an input and/or output.
 void IChannelObserver.connected(IInput input, IOutput output)
          Notify the connection success.
 void IChannelObserver.disconnected(IInput input, IOutput output)
          Notify the disconnection.
 void ChannelObserverAdapter.connected(IInput input, IOutput output)
          Notify the connection success.
 void ChannelObserverAdapter.disconnected(IInput input, IOutput output)
          Notify the disconnection.
 void ChannelManager.opened(IInput input, IOutput output)
          Notify the opening of an input and/or output.
 void ChannelManager.closed(IOutput output)
          Notify the closing of an output.
 

Uses of IOutput in jtge.engine.security
 

Methods in jtge.engine.security that return IOutput
 IOutput UserInputOutputFactory.create(java.io.OutputStream stream)
          Wrap a stream within an output.
 

Methods in jtge.engine.security with parameters of type IOutput
 void UserChannelManager.connected(IInput input, IOutput output)
          Notify the connection success.
 void UserChannelManager.disconnected(IInput input, IOutput output)
          Notify the disconnection.
 



Copyright © 2003-2005 . All Rights Reserved.