Modifier and Type | Method and Description |
---|---|
Cluster.Builder |
Cluster.Builder.serializer(MessageSerializer<?> serializer)
Sets the
MessageSerializer to use. |
Constructor and Description |
---|
WebSocketGremlinRequestEncoder(boolean binaryEncoding,
MessageSerializer<?> serializer) |
WebSocketGremlinResponseDecoder(MessageSerializer<?> serializer) |
Modifier and Type | Interface and Description |
---|---|
interface |
MessageTextSerializer<M>
An extension to the MessageSerializer interface that allows a format to be compatible with text-based
websocket messages.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraphSONMessageSerializerV1d0 |
class |
AbstractGraphSONMessageSerializerV2d0 |
class |
AbstractMessageSerializer<M>
Base
MessageSerializer that serializers can implement to get some helper methods around configuring a
Mapper.Builder . |
class |
GraphBinaryMessageSerializerV1 |
class |
GraphSONMessageSerializerGremlinV1d0
Serialize results to JSON with version 1.0.x schema.
|
class |
GraphSONMessageSerializerGremlinV2d0
Deprecated.
As for release 3.4.0, replaced by
GraphSONMessageSerializerV2d0 . |
class |
GraphSONMessageSerializerV1d0
Deprecated.
As of release 3.6.5, replaced by
GraphSONUntypedMessageSerializerV1d0 . In the future this will
become what was formerly known as GraphSONMessageSerializerGremlinV1d0 which makes the naming consistent
for all GraphSON versions. |
class |
GraphSONMessageSerializerV2d0
Serialize results to JSON with version 2.0.x schema and the extended module.
|
class |
GraphSONMessageSerializerV3d0
Serialize results to JSON with version 3.0.x schema and the extended module.
|
class |
GraphSONUntypedMessageSerializerV1d0
Serialize results to JSON with version 1.0.x schema and serialization which does not embed types.
|
class |
GraphSONUntypedMessageSerializerV2d0
Serialize results to JSON with version 2.0.x schema and the extended module without embedded types.
|
Modifier and Type | Method and Description |
---|---|
MessageSerializer<?> |
Serializers.simpleInstance() |
Modifier and Type | Field and Description |
---|---|
protected Map<String,MessageSerializer<?>> |
AbstractChannelizer.serializers |
Modifier and Type | Field and Description |
---|---|
static io.netty.util.AttributeKey<MessageSerializer<?>> |
StateKey.SERIALIZER
The key for the current serializer requested by the client.
|
Constructor and Description |
---|
HttpGremlinEndpointHandler(Map<String,MessageSerializer<?>> serializers,
GremlinExecutor gremlinExecutor,
GraphManager graphManager,
Settings settings) |
WsGremlinBinaryRequestDecoder(Map<String,MessageSerializer<?>> serializers) |
WsGremlinCloseRequestDecoder(Map<String,MessageSerializer<?>> serializers) |
WsGremlinTextRequestDecoder(Map<String,MessageSerializer<?>> serializers) |
Modifier and Type | Method and Description |
---|---|
protected static Frame |
AbstractOpProcessor.makeFrame(Context ctx,
RequestMessage msg,
MessageSerializer<?> serializer,
boolean useBinary,
List<Object> aggregate,
ResponseStatusCode code,
Map<String,Object> responseMetaData,
Map<String,Object> statusAttributes) |
Modifier and Type | Class and Description |
---|---|
class |
TextPlainMessageSerializer
A 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.
|
Copyright © 2013–2023 Apache Software Foundation. All rights reserved.