| Class | Description | 
|---|---|
| AbstractAuthenticationHandler | Provides an abstraction point to allow for http auth schemes beyond basic auth. | 
| Frame | A holder for a  StringorByteBufthat represents a message to be written back to the requesting
 client. | 
| GremlinResponseFrameEncoder | Ensures that any  ResponseMessagemanages to get converted to aFrame. | 
| HttpBasicAuthenticationHandler | Implements basic HTTP authentication for use with the  HttpGremlinEndpointHandlerand REST based API calls. | 
| HttpGremlinEndpointHandler | Handler that processes HTTP requests to the REST Gremlin endpoint. | 
| IteratorHandler | Deprecated As of release 3.1.1-incubating, not directly replaced. | 
| NioGremlinBinaryRequestDecoder | |
| NioGremlinResponseEncoder | Deprecated As of release 3.1.1-incubating, replaced by  NioGremlinResponseFrameEncoderandGremlinResponseFrameEncoder | 
| NioGremlinResponseFrameEncoder | Encodes  ByteBufandStringvalues to bytes to be written over NIO. | 
| OpExecutorHandler | |
| OpSelectorHandler | |
| SaslAndHttpBasicAuthenticationHandler | An Authentication Handler for doing WebSocket Sasl and Http Basic auth | 
| SaslAuthenticationHandler | A SASL authentication handler that allows the  Authenticatorto be plugged into it. | 
| StateKey | Keys used in the various handlers to store state in the pipeline. | 
| WsAndHttpChannelizerHandler | A ChannelInboundHandlerAdapter for use with  WsAndHttpChannelizerthat toggles between WebSockets
 and http. | 
| WsGremlinBinaryRequestDecoder | Decodes the contents of a  BinaryWebSocketFrame. | 
| WsGremlinCloseRequestDecoder | Handles close requests over web sockets. | 
| WsGremlinResponseEncoder | Deprecated As of release 3.1.1-incubating, replaced by  WsGremlinResponseFrameEncoderandGremlinResponseFrameEncoder | 
| WsGremlinResponseFrameEncoder | Encodes  ByteBufandStringvalues to Websocket frames. | 
| WsGremlinTextRequestDecoder | Decodes the contents of a  TextWebSocketFrame. | 
| Enum | Description | 
|---|---|
| NioGremlinBinaryRequestDecoder.DecoderState | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.