Uses of Interface
org.apache.tinkerpop.gremlin.util.MessageSerializer
-
-
Uses of MessageSerializer in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return MessageSerializer Modifier and Type Method Description MessageSerializer<?>Settings.SerializerSettings. create()Methods in org.apache.tinkerpop.gremlin.driver with parameters of type MessageSerializer Modifier and Type Method Description Cluster.BuilderCluster.Builder. serializer(MessageSerializer<?> serializer)Sets theMessageSerializerto use. -
Uses of MessageSerializer in org.apache.tinkerpop.gremlin.driver.handler
Constructors in org.apache.tinkerpop.gremlin.driver.handler with parameters of type MessageSerializer Constructor Description HttpGremlinRequestEncoder(MessageSerializer<?> serializer, List<org.apache.commons.lang3.tuple.Pair<String,? extends RequestInterceptor>> interceptors, boolean userAgentEnabled, boolean bulkResults, URI uri)HttpGremlinResponseDecoder(MessageSerializer<?> serializer)HttpGremlinResponseStreamDecoder(MessageSerializer<?> serializer, long maxResponseContentLength) -
Uses of MessageSerializer in org.apache.tinkerpop.gremlin.driver.interceptor
Constructors in org.apache.tinkerpop.gremlin.driver.interceptor with parameters of type MessageSerializer Constructor Description PayloadSerializingInterceptor(MessageSerializer serializer) -
Uses of MessageSerializer in org.apache.tinkerpop.gremlin.server
Fields in org.apache.tinkerpop.gremlin.server with type parameters of type MessageSerializer Modifier and Type Field Description protected Map<String,MessageSerializer<?>>AbstractChannelizer. serializers -
Uses of MessageSerializer in org.apache.tinkerpop.gremlin.server.handler
Fields in org.apache.tinkerpop.gremlin.server.handler with type parameters of type MessageSerializer Modifier and Type Field Description static io.netty.util.AttributeKey<org.javatuples.Pair<String,MessageSerializer<?>>>StateKey. SERIALIZERThe key for the current serializer requested by the client.Method parameters in org.apache.tinkerpop.gremlin.server.handler with type arguments of type MessageSerializer Modifier and Type Method Description RequestMessageHttpRequestMessageDecoder. getRequestMessageFromHttpRequest(io.netty.handler.codec.http.FullHttpRequest request, Map<String,MessageSerializer<?>> serializers)Convert a http request into aRequestMessage.Constructor parameters in org.apache.tinkerpop.gremlin.server.handler with type arguments of type MessageSerializer Constructor Description HttpRequestMessageDecoder(Map<String,MessageSerializer<?>> serializers) -
Uses of MessageSerializer in org.apache.tinkerpop.gremlin.server.util
Classes in org.apache.tinkerpop.gremlin.server.util that implement MessageSerializer Modifier and Type Class Description classTextPlainMessageSerializerA highly use-case specific serializer that only has context for HTTP where results simply need to be converted to string in a line by line fashion for text based returns. -
Uses of MessageSerializer in org.apache.tinkerpop.gremlin.util.ser
Classes in org.apache.tinkerpop.gremlin.util.ser that implement MessageSerializer Modifier and Type Class Description classAbstractGraphSONMessageSerializerV4classAbstractMessageSerializer<M>BaseMessageSerializerthat serializers can implement to get some helper methods around configuring aMapper.Builder.classGraphBinaryMessageSerializerV4classGraphSONMessageSerializerV4Serialize results to JSON with version 4.0.x schema and the extended module.classGraphSONUntypedMessageSerializerV4Serialize results to JSON with version 4 schema and the extended module without embedded types.Methods in org.apache.tinkerpop.gremlin.util.ser that return MessageSerializer Modifier and Type Method Description MessageSerializer<?>Serializers. simpleInstance()
-