| Interface | Description |
|---|---|
| ChannelListener | |
| ChannelListener.ChannelListenerFactory | |
| ClientInstance |
Represents a ClientConnection from the server's point of view.
|
| ClientServiceRegistry |
| Class | Description |
|---|---|
| ClientServiceRegistryImpl | |
| ClientServiceRegistryImpl.ClientService | |
| LocalServerConnection | |
| LogonImpl | |
| ObjectDecoder |
A decoder which deserializes the received
ChannelBuffers into Java
objects. |
| ObjectEncoder |
An encoder which serializes a Java object into a
ChannelBuffer. |
| ODBCClientInstance | |
| ODBCSocketListener | |
| PgBackendProtocol |
Represents the messages going from Server --> PG ODBC Client
Some parts of this code is taken from H2's implementation of ODBC
|
| PGCharsetConverter |
These are mappings between the Postgres supported character sets to the Java character sets.
|
| PgFrontendProtocol |
Represents the messages going from PG ODBC Client --> back end Server
Some parts of this code is taken from H2's implementation of ODBC
|
| PgFrontendProtocol.NullTerminatedStringDataInputStream | |
| PgFrontendProtocol.PGRequest | |
| ServerWorkItem | |
| SessionCheckingProxy |
Common proxy for for checking the DQPWorkContext session - nominally for use with DQPCore
|
| SocketClientInstance |
Sockets implementation of the communication framework class representing the server's view of a client connection.
|
| SocketConfiguration | |
| SocketListener |
Server-side class to listen for new connection requests and create a SocketClientConnection for each connection request.
|
| SocketListenerStats |
Data holder for statistics about the server-side SocketListener.
|
| SSLAwareChannelHandler |
Main class for creating Netty Nio Channels
|
| SSLConfiguration |
| Enum | Description |
|---|---|
| ClientServiceRegistry.Type | |
| WireProtocol |
| Exception | Description |
|---|---|
| ObjectEncoder.FailedWriteException |
Copyright © 2018 JBoss by Red Hat. All rights reserved.