Class Summary |
BridgeSocketSink |
A transactional, socket based sink used for cross-language bridges and
simple, reliable point-to-point connections. |
BridgeSocketSource |
A transactional, socket based source used for cross-language bridges and
simple, reliable point-to-point connections. |
InputStreamBuffer |
The InputStreamBuffer is an InputStream which buffers another
InputStream, but also provides two other methods;
readLine() which returns the next line of UTF8 input (up to
an LF character or end of stream) as a String, and
getRequest() which reads a line of UTF8 input, then breaks
it into space-separated tokens, which it returns in a String array. |
ProtocolMessageReader |
The ProtocolMessageReader reads messages in the 'GenXML' format
for its ProtocolReader owner, from an InputStreamBuffer. |
ProtocolMessageWriter |
The ProtocolMessageWriter writes messages in the 'GenXML' format
onto its ProtocolWriter owner. |
ProtocolReader |
Handles the TLNDEP propocol for the BridgeSocketSource. |
ProtocolWriter |
Handles the TLNDEP protocol details for BridgeSocketSink. |
T |
Diagnostic output and Bridge Source/Sink class. |
Utf8Converter |
This class contains static methods for decoding arrays of characters into
arrays of utf-8 bytes, and vice versa. |