Interface Summary |
MJCCiphering |
Middle level layer in the MJC layer hierarchy responsible for
ciphering the data stream between the upper layers. |
MJCCloser |
This interface is responsible to close the client side application
upon user request. |
MJCConfiguration |
This interface is responsible for the configuration of objects in the
MJC layer hierarchy. |
MJCConfigureable |
Classes of the MJC layer hierarchy that can be customized with
configuration soruces should implement this interface. |
MJCEquality |
Provides functionality to compare Objects. |
MJCProtocol |
Middle level layer in the MJC layer hierarchy responsible for
management functions. |
MJCReadable |
Implements the source part of the read functionality in the
MJC layer hierarchy. |
MJCReader |
Implements the destination part of the read functionality in the
MJC layer hierarchy. |
MJCServerManager |
This interface is responsible for the management of an MJCTransport
server. |
MJCSSHCipherAlgorithm |
Cipher algorithm for the SSH layer. |
MJCSSHCompressionAlgorithm |
Compression algorithm used by the SSH layer. |
MJCSSHHashAlgorithm |
Hash algorithm used by the SSH layer. |
MJCSSHMACAlgorithm |
Provides Message Authentication functionality for the SSH layer. |
MJCTerminal |
Middle level layer in the MJC layer hierarchy responsible for the
terminal funcionality, such as cursor positioning etc. |
MJCText |
Provides functionality for drawing fixed space text on the graphical display. |
MJCTimer |
Provides functionality for implementing timers. |
MJCTimerHandler |
Provides the callback functionality for MJCTimer. |
MJCTransport |
Bottom level layer in the MJC layer hierarchy responsible for
the basic connection between the client and server side. |
MJCVirtualDisplay |
Top level sublayer responsible for the visualization of the connection. |
MJCVirtualInput |
Top level sublayer responsible for catching the user input and
forwarding it to a middle level layer. |
MJCWindow |
Top level sublayer responsible for holding the MJCVirtualDisplay and
MJCVirtualInput objects and creating a framework for their
functionality. |
MJCWriteable |
Implements the destination part of the write functionality in the
MJC layer hierarchy. |
MJCWriter |
Implements the source part of the write functionality in the
MJC layer hierarchy. |
This package holds all non-standard interfaces of the Team MONICA JavaCom.