|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConnectionObserver | |
jtge.engine.io | IO package. |
jtge.engine.net | Network package. |
Uses of IConnectionObserver in jtge.engine.io |
Subinterfaces of IConnectionObserver in jtge.engine.io | |
interface |
ISessionManager
Defines a component providing a service from connection to disconnection. |
Classes in jtge.engine.io that implement IConnectionObserver | |
class |
ChannelManager
Maintains a link between inputs and outputs. |
class |
InputStarter
Starts an asynchronous input managing each opened input. |
class |
OutputRegistrer
Registers and unregisters outputs into the given subject. |
class |
SessionManager
Implements a composite of session managers. |
Constructors in jtge.engine.io with parameters of type IConnectionObserver | |
FileOutputConnector(IInputOutputFactory factory,
IConnectionObserver observer,
java.lang.String filename)
Create a file io outputHandler for output. |
|
FileInputConnector(IInputOutputFactory factory,
IConnectionObserver observer,
java.lang.String filename)
Create a file input handler. |
Uses of IConnectionObserver in jtge.engine.net |
Constructors in jtge.engine.net with parameters of type IConnectionObserver | |
ServerImp(IConnectionObserver observer,
IInputOutputFactory factory)
Create a controller. |
|
NetworkConnector(IInputOutputFactory factory,
IConnectionObserver observer,
java.lang.String host,
int port)
Create a network connector. |
|
NetworkAcceptor(IInputOutputFactory factory,
IConnectionObserver observer,
int port)
Create a network acceptor. |
|
ClientImp(IConnectionObserver observer,
IInputOutputFactory factory)
Create a controller. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |