|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IInput | |
jtge.engine.io | IO package. |
jtge.engine.security | Security package. |
Uses of IInput in jtge.engine.io |
Classes in jtge.engine.io that implement IInput | |
class |
AsynchronousInput
Wraps an input to provide an asynchronous reading. |
class |
Input
Handles the input logics. |
Methods in jtge.engine.io that return IInput | |
IInput |
InputOutputFactory.create(java.io.InputStream stream)
Wrap a stream within an input. |
IInput |
IInputOutputFactory.create(java.io.InputStream stream)
Wrap a stream within an input. |
Methods in jtge.engine.io with parameters of type IInput | |
void |
SessionManager.opened(IInput input,
IOutput output)
Notify the opening of an input and/or output. |
void |
SessionManager.closed(IInput input)
Notify the closing of an input. |
void |
OutputRegistrer.opened(IInput input,
IOutput output)
Notify the opening of an input and/or output. |
void |
OutputRegistrer.closed(IInput input)
Notify the closing of an input. |
void |
InputStarter.opened(IInput input,
IOutput output)
Notify the opening of an input and/or output. |
void |
InputStarter.closed(IInput input)
Notify the closing of an input. |
void |
IDisconnectionObserver.closed(IInput input)
Notify the closing of an input. |
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(IInput input)
Notify the closing of an input. |
Constructors in jtge.engine.io with parameters of type IInput | |
AsynchronousInput(IInput input)
Create an asynchronous input. |
Uses of IInput in jtge.engine.security |
Methods in jtge.engine.security that return IInput | |
IInput |
UserInputOutputFactory.create(java.io.InputStream stream)
Wrap a stream within an input. |
Methods in jtge.engine.security with parameters of type IInput | |
void |
UserChannelManager.register(IInput input,
IUser user)
Register an input-user association. |
void |
UserChannelManager.connected(IInput input,
IOutput output)
Notify the connection success. |
void |
UserChannelManager.disconnected(IInput input,
IOutput output)
Notify the disconnection. |
void |
IUserManager.register(IInput input,
IUser user)
Register an input-user association. |
Constructors in jtge.engine.security with parameters of type IInput | |
LoginHandler(IInput input,
IUserManager manager,
IUserHandlerFactory factory)
Create a login handler. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |