| ClientConnection | Wrapper around an event stream rpc client initiated connection. | 
| ClientConnectionContinuation | Java wrapper for event-stream-rpc client continuation. | 
| ClientConnectionContinuationHandler | Handler interface for responding to continuation events. | 
| ClientConnectionHandler | Handler for EventStream ClientConnections. | 
| Header | Event-stream header. | 
| Message | Wrapper around an instance of aws-event-stream-message. | 
| OperationRoutingServerConnectionHandler | ServerConnectionHandler implementation that routes continuations to specific
 operation specific message handlers | 
| ServerConnection | Wrapper around event-stream-rpc-server-connection. | 
| ServerConnectionContinuation | Wrapper around aws-event-stream-rpc-server continuation. | 
| ServerConnectionContinuationHandler | Handler interface for responding to continuation events. | 
| ServerConnectionHandler | Handler for EventStream ServerConnections. | 
| ServerListener | Event-stream-rpc server listener. | 
| ServerListenerHandler | Handler interface for processing incoming event-stream-rpc connections and their lifetimes. |