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 |
AbstractGraphSONMessageSerializerV1d0.deserializeResponse(ByteBuf msg) |
ResponseMessage |
GryoMessageSerializerV1d0.deserializeResponse(ByteBuf msg) |
ResponseMessage |
GraphSONMessageSerializerV1d0.deserializeResponse(String msg) |
ResponseMessage |
MessageTextSerializer.deserializeResponse(String msg) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer.ser(ResponseMessage responseMessage,
JsonGenerator jsonGenerator,
SerializerProvider serializerProvider,
TypeSerializer typeSerializer) |
void |
AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer.serialize(ResponseMessage responseMessage,
JsonGenerator jsonGenerator,
SerializerProvider serializerProvider) |
ByteBuf |
AbstractGraphSONMessageSerializerV1d0.serializeResponseAsBinary(ResponseMessage responseMessage,
ByteBufAllocator allocator) |
ByteBuf |
GryoMessageSerializerV1d0.serializeResponseAsBinary(ResponseMessage responseMessage,
ByteBufAllocator allocator) |
String |
GraphSONMessageSerializerV1d0.serializeResponseAsString(ResponseMessage responseMessage) |
String |
MessageTextSerializer.serializeResponseAsString(ResponseMessage responseMessage) |
void |
AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer.serializeWithType(ResponseMessage responseMessage,
JsonGenerator jsonGenerator,
SerializerProvider serializerProvider,
TypeSerializer typeSerializer) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleClient.submit(RequestMessage requestMessage,
Consumer<ResponseMessage> callback) |
void |
NioClient.submit(RequestMessage requestMessage,
Consumer<ResponseMessage> callback) |
void |
WebSocketClient.submit(RequestMessage requestMessage,
Consumer<ResponseMessage> callback) |
default void |
SimpleClient.submit(String gremlin,
Consumer<ResponseMessage> callback) |
Modifier and Type | Method and Description |
---|---|
protected void |
NioGremlinResponseEncoder.encode(ChannelHandlerContext ctx,
ResponseMessage responseMessage,
ByteBuf byteBuf)
Deprecated.
|
protected void |
GremlinResponseFrameEncoder.encode(ChannelHandlerContext ctx,
ResponseMessage o,
List<Object> objects) |
protected void |
WsGremlinResponseEncoder.encode(ChannelHandlerContext ctx,
ResponseMessage o,
List<Object> objects)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ResponseMessage |
OpProcessorException.getResponseMessage() |
Constructor and Description |
---|
OpProcessorException(String message,
ResponseMessage responseMessage) |
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.