| CompressionAlgorithm |
Contains all information about a compression algorithm, its name, compression mode and classes that implement the inflating and deflating streams of data.
|
| CompressionSplittedInputStream |
An InputStream wrapper that analyzes X Protocol frames and, if compressed, routes them to a secondary compressor-able InputStream that also
knows how to rebuild uncompressed X Protocol frames from compressed ones.
|
| CompressionSplittedOutputStream |
An OutputStream wrapper that analyzes X Protocol frames and routes them directly to the original underlying OutputStream or passes them
through to a compressor-able OutputStream to compresses the frame, rebuilds it and then sends a newly compressed X Protocol frame, depending on
defined data size threshold.
|
| CompressorStreamsFactory |
Factory class for producing inflating and deflating-able InputStream and OutputStream instances for a selected compression algorithm.
|
| ConfinedInputStream |
|
| ContinuousInputStream |
An InputStream wrapper that reads from a queue of underlying InputStreams, giving the impression that all data is coming from a single,
continuous, source.
|
| ContinuousOutputStream |
|
| ErrorToFutureCompletionHandler<T> |
Base class that propagates any error to the given future allowing only implementation of the success callback.
|
| FetchDoneEntity |
|
| FetchDoneEntityFactory |
|
| FetchDoneMoreResults |
|
| FetchDoneMoreResultsFactory |
|
| FieldFactory |
Factory producing Field from protocol message.
|
| MessageConstants |
Constants related to X Protocol messages.
|
| Notice |
ProtocolEntity representing a Notice message.
|
| Notice.XSessionStateChanged |
|
| Notice.XSessionVariableChanged |
|
| Notice.XWarning |
|
| NoticeFactory |
Factory producing Notice from protocol message.
|
| Ok |
ProtocolEntity representing an OK message.
|
| OkBuilder |
Result builder producing an Ok instance.
|
| OkFactory |
Factory producing Ok from protocol message.
|
| ResultMessageListener<R> |
|
| ReusableOutputStream |
|
| StatementExecuteOk |
|
| StatementExecuteOkBuilder |
|
| StatementExecuteOkFactory |
|
| SyncFlushDeflaterOutputStream |
|
| SyncMessageReader |
|
| SyncMessageSender |
|
| XAuthenticationProvider |
|
| XMessage |
|
| XMessageBuilder |
|
| XMessageHeader |
|
| XProtocol |
Low-level interface to communications with X Plugin.
|
| XProtocolDecoder |
|
| XProtocolRow |
ProtocolEntity representing an X Protocol result row.
|
| XProtocolRowFactory |
|
| XProtocolRowInputStream |
|
| XServerCapabilities |
|
| XServerSession |
|