Modifier and Type | Method and Description |
---|---|
ResponseMessage |
MessageSerializer.deserializeResponse(ByteBuf msg)
Deserialize a Netty
ByteBuf into a ResponseMessage . |
Modifier and Type | Method and Description |
---|---|
ByteBuf |
MessageSerializer.serializeResponseAsBinary(ResponseMessage responseMessage,
ByteBufAllocator allocator)
Serialize a
ResponseMessage to a Netty ByteBuf . |
Modifier and Type | Method and Description |
---|---|
ResponseMessage |
ResponseMessage.Builder.create() |
Modifier and Type | Method and Description |
---|---|
ResponseMessage |
AbstractGraphSONMessageSerializerV2d0.ResponseMessageDeserializer.createObject(Map<String,Object> data) |
ResponseMessage |
AbstractGraphSONMessageSerializerV2d0.deserializeResponse(ByteBuf msg) |
ResponseMessage |
AbstractGryoMessageSerializerV1d0.deserializeResponse(ByteBuf msg) |
ResponseMessage |
AbstractGraphSONMessageSerializerV1d0.deserializeResponse(ByteBuf msg) |
ResponseMessage |
MessageTextSerializer.deserializeResponse(String msg) |
ResponseMessage |
GraphSONMessageSerializerV2d0.deserializeResponse(String msg) |
ResponseMessage |
GraphSONMessageSerializerV1d0.deserializeResponse(String msg) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGraphSONMessageSerializerV2d0.ResponseMessageSerializer.ser(ResponseMessage responseMessage,
JsonGenerator jsonGenerator,
SerializerProvider serializerProvider,
TypeSerializer typeSerializer) |
void |
AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer.ser(ResponseMessage responseMessage,
JsonGenerator jsonGenerator,
SerializerProvider serializerProvider,
TypeSerializer typeSerializer) |
void |
AbstractGraphSONMessageSerializerV2d0.ResponseMessageSerializer.serialize(ResponseMessage responseMessage,
JsonGenerator jsonGenerator,
SerializerProvider serializerProvider) |
void |
AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer.serialize(ResponseMessage responseMessage,
JsonGenerator jsonGenerator,
SerializerProvider serializerProvider) |
ByteBuf |
AbstractGraphSONMessageSerializerV2d0.serializeResponseAsBinary(ResponseMessage responseMessage,
ByteBufAllocator allocator) |
ByteBuf |
AbstractGryoMessageSerializerV1d0.serializeResponseAsBinary(ResponseMessage responseMessage,
ByteBufAllocator allocator) |
ByteBuf |
AbstractGraphSONMessageSerializerV1d0.serializeResponseAsBinary(ResponseMessage responseMessage,
ByteBufAllocator allocator) |
String |
MessageTextSerializer.serializeResponseAsString(ResponseMessage responseMessage) |
String |
GraphSONMessageSerializerV2d0.serializeResponseAsString(ResponseMessage responseMessage) |
String |
GraphSONMessageSerializerV1d0.serializeResponseAsString(ResponseMessage responseMessage) |
void |
AbstractGraphSONMessageSerializerV2d0.ResponseMessageSerializer.serializeWithType(ResponseMessage responseMessage,
JsonGenerator jsonGenerator,
SerializerProvider serializerProvider,
TypeSerializer typeSerializer) |
void |
AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer.serializeWithType(ResponseMessage responseMessage,
JsonGenerator jsonGenerator,
SerializerProvider serializerProvider,
TypeSerializer typeSerializer) |
Modifier and Type | Method and Description |
---|---|
List<ResponseMessage> |
SimpleClient.submit(RequestMessage requestMessage) |
List<ResponseMessage> |
AbstractClient.submit(RequestMessage requestMessage) |
default List<ResponseMessage> |
SimpleClient.submit(String gremlin) |
CompletableFuture<List<ResponseMessage>> |
SimpleClient.submitAsync(RequestMessage requestMessage) |
CompletableFuture<List<ResponseMessage>> |
AbstractClient.submitAsync(RequestMessage requestMessage) |
default CompletableFuture<List<ResponseMessage>> |
SimpleClient.submitAsync(String gremlin) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleClient.submit(RequestMessage requestMessage,
Consumer<ResponseMessage> callback) |
void |
AbstractClient.submit(RequestMessage requestMessage,
Consumer<ResponseMessage> callback) |
default void |
SimpleClient.submit(String gremlin,
Consumer<ResponseMessage> callback) |
Modifier and Type | Method and Description |
---|---|
void |
ResponseHandlerContext.writeAndFlush(ResponseMessage message)
Writes a response message to the underlying channel while ensuring that at most one
final response is written. |
Modifier and Type | Method and Description |
---|---|
protected void |
NioGremlinResponseEncoder.encode(ChannelHandlerContext ctx,
ResponseMessage responseMessage,
ByteBuf byteBuf)
Deprecated.
|
protected void |
WsGremlinResponseEncoder.encode(ChannelHandlerContext ctx,
ResponseMessage o,
List<Object> objects)
Deprecated.
|
protected void |
GremlinResponseFrameEncoder.encode(ChannelHandlerContext ctx,
ResponseMessage o,
List<Object> objects) |
Modifier and Type | Method and Description |
---|---|
ResponseMessage |
OpProcessorException.getResponseMessage() |
Constructor and Description |
---|
OpProcessorException(String message,
ResponseMessage responseMessage) |
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.