Package org.apache.tinkerpop.gremlin.driver.handler
-
Class Summary Class Description GremlinResponseHandler Takes a map of requests pending responses and writes responses to theResultQueue
of a request as theResponseMessage
objects are deserialized.HttpContentDecompressionHandler Handles decompression of content when the response contains the "Content-Encoding" header.HttpGremlinRequestEncoder ConvertsRequestMessage
to aHttpRequest
.HttpGremlinResponseDecoder HttpGremlinResponseStreamDecoder IdleConnectionHandler DetectsIdleStateEvent
s and closes the channel with the goal of releasing resources that haven't been used in a while.InactiveChannelHandler Handler used to detect if the channel has become inactive and throw an error in certain scenarios.