Package org.apache.tinkerpop.gremlin.driver.handler
package org.apache.tinkerpop.gremlin.driver.handler
-
ClassesClassDescriptionWrites responses to the
ResultSetof a request as theResponseMessageobjects are deserialized.Handles decompression of content when the response contains the "Content-Encoding" header.ConvertsRequestMessageto an HTTP request, running interceptors and serializing the body to JSON.Decodes chunked HTTP responses into streaming results without buffering the full response body.DetectsIdleStateEvents and closes the channel with the goal of releasing pooled connections that have not been used in a while.Handler used to detect if the channel has become inactive and throw an error in certain scenarios.Bounds the idle time between inbound response chunks on a per-request basis.