Uses of Class
org.apache.tinkerpop.gremlin.driver.message.ResponseMessage
-
-
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.driver
Methods in org.apache.tinkerpop.gremlin.driver that return ResponseMessage Modifier and Type Method Description ResponseMessage
MessageSerializer. deserializeResponse(io.netty.buffer.ByteBuf msg)
Deserialize a NettyByteBuf
into aResponseMessage
.Methods in org.apache.tinkerpop.gremlin.driver with parameters of type ResponseMessage Modifier and Type Method Description io.netty.buffer.ByteBuf
MessageSerializer. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
Serialize aResponseMessage
to a NettyByteBuf
. -
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.driver.message
Methods in org.apache.tinkerpop.gremlin.driver.message that return ResponseMessage Modifier and Type Method Description ResponseMessage
ResponseMessage.Builder. create()
-
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.driver.ser
Methods in org.apache.tinkerpop.gremlin.driver.ser that return ResponseMessage Modifier and Type Method Description ResponseMessage
AbstractGraphSONMessageSerializerV2d0.ResponseMessageDeserializer. createObject(Map<String,Object> data)
ResponseMessage
AbstractGraphSONMessageSerializerV1d0. deserializeResponse(io.netty.buffer.ByteBuf msg)
ResponseMessage
AbstractGraphSONMessageSerializerV2d0. deserializeResponse(io.netty.buffer.ByteBuf msg)
ResponseMessage
GraphBinaryMessageSerializerV1. deserializeResponse(io.netty.buffer.ByteBuf msg)
ResponseMessage
GraphBinaryMessageSerializerV1. deserializeResponse(String msg)
ResponseMessage
GraphSONMessageSerializerV1d0. deserializeResponse(String msg)
Deprecated.ResponseMessage
GraphSONMessageSerializerV2d0. deserializeResponse(String msg)
ResponseMessage
GraphSONMessageSerializerV3d0. deserializeResponse(String msg)
ResponseMessage
GraphSONUntypedMessageSerializerV1d0. deserializeResponse(String msg)
ResponseMessage
GraphSONUntypedMessageSerializerV2d0. deserializeResponse(String msg)
ResponseMessage
MessageTextSerializer. deserializeResponse(String msg)
<I extends InputShim>
ResponseMessageResponseMessageGryoSerializer. read(KryoShim<I,?> kryo, I input, Class<ResponseMessage> clazz)
Methods in org.apache.tinkerpop.gremlin.driver.ser with parameters of type ResponseMessage Modifier and Type Method Description void
AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer. ser(ResponseMessage responseMessage, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider, org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSerializer)
void
AbstractGraphSONMessageSerializerV2d0.ResponseMessageSerializer. ser(ResponseMessage responseMessage, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider, org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSerializer)
void
AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer. serialize(ResponseMessage responseMessage, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
void
AbstractGraphSONMessageSerializerV2d0.ResponseMessageSerializer. serialize(ResponseMessage responseMessage, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
io.netty.buffer.ByteBuf
AbstractGraphSONMessageSerializerV1d0. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
io.netty.buffer.ByteBuf
AbstractGraphSONMessageSerializerV2d0. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
io.netty.buffer.ByteBuf
GraphBinaryMessageSerializerV1. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
GraphBinaryMessageSerializerV1. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
GraphSONMessageSerializerV1d0. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
Deprecated.String
GraphSONMessageSerializerV2d0. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
GraphSONMessageSerializerV3d0. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
GraphSONUntypedMessageSerializerV1d0. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
GraphSONUntypedMessageSerializerV2d0. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
MessageTextSerializer. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
void
AbstractGraphSONMessageSerializerV1d0.ResponseMessageSerializer. serializeWithType(ResponseMessage responseMessage, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider, org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSerializer)
void
AbstractGraphSONMessageSerializerV2d0.ResponseMessageSerializer. serializeWithType(ResponseMessage responseMessage, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider, org.apache.tinkerpop.shaded.jackson.databind.jsontype.TypeSerializer typeSerializer)
<O extends OutputShim>
voidResponseMessageGryoSerializer. write(KryoShim<?,O> kryo, O output, ResponseMessage responseMessage)
Method parameters in org.apache.tinkerpop.gremlin.driver.ser with type arguments of type ResponseMessage Modifier and Type Method Description <I extends InputShim>
ResponseMessageResponseMessageGryoSerializer. read(KryoShim<I,?> kryo, I input, Class<ResponseMessage> clazz)
-
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.driver.ser.binary
Methods in org.apache.tinkerpop.gremlin.driver.ser.binary that return ResponseMessage Modifier and Type Method Description ResponseMessage
ResponseMessageSerializer. readValue(io.netty.buffer.ByteBuf byteBuf, GraphBinaryReader context)
Methods in org.apache.tinkerpop.gremlin.driver.ser.binary with parameters of type ResponseMessage Modifier and Type Method Description void
ResponseMessageSerializer. writeValue(ResponseMessage value, io.netty.buffer.ByteBuf byteBuf, GraphBinaryWriter context)
-
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.driver.simple
Methods in org.apache.tinkerpop.gremlin.driver.simple that return types with arguments of type ResponseMessage Modifier and Type Method Description List<ResponseMessage>
AbstractClient. submit(RequestMessage requestMessage)
default List<ResponseMessage>
SimpleClient. submit(String gremlin)
List<ResponseMessage>
SimpleClient. submit(RequestMessage requestMessage)
CompletableFuture<List<ResponseMessage>>
AbstractClient. submitAsync(RequestMessage requestMessage)
default CompletableFuture<List<ResponseMessage>>
SimpleClient. submitAsync(String gremlin)
CompletableFuture<List<ResponseMessage>>
SimpleClient. submitAsync(RequestMessage requestMessage)
Method parameters in org.apache.tinkerpop.gremlin.driver.simple with type arguments of type ResponseMessage Modifier and Type Method Description void
AbstractClient. submit(RequestMessage requestMessage, Consumer<ResponseMessage> callback)
default void
SimpleClient. submit(String gremlin, Consumer<ResponseMessage> callback)
void
SimpleClient. submit(RequestMessage requestMessage, Consumer<ResponseMessage> callback)
-
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.server
Methods in org.apache.tinkerpop.gremlin.server with parameters of type ResponseMessage Modifier and Type Method Description void
Context. write(ResponseMessage message)
void
Context. writeAndFlush(ResponseMessage message)
Writes a response message to the underlying channel while ensuring that at most onefinal
response is written. -
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.server.handler
Methods in org.apache.tinkerpop.gremlin.server.handler that return ResponseMessage Modifier and Type Method Description ResponseMessage
SessionException. getResponseMessage()
Methods in org.apache.tinkerpop.gremlin.server.handler with parameters of type ResponseMessage Modifier and Type Method Description protected void
GremlinResponseFrameEncoder. encode(io.netty.channel.ChannelHandlerContext ctx, ResponseMessage o, List<Object> objects)
Constructors in org.apache.tinkerpop.gremlin.server.handler with parameters of type ResponseMessage Constructor Description SessionException(String message, Throwable cause, ResponseMessage responseMessage)
SessionException(String message, ResponseMessage responseMessage)
-
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.server.op
Methods in org.apache.tinkerpop.gremlin.server.op that return ResponseMessage Modifier and Type Method Description ResponseMessage
OpProcessorException. getResponseMessage()
Constructors in org.apache.tinkerpop.gremlin.server.op with parameters of type ResponseMessage Constructor Description OpProcessorException(String message, ResponseMessage responseMessage)
-
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.server.util
Methods in org.apache.tinkerpop.gremlin.server.util that return ResponseMessage Modifier and Type Method Description ResponseMessage
TextPlainMessageSerializer. deserializeResponse(io.netty.buffer.ByteBuf msg)
ResponseMessage
TextPlainMessageSerializer. deserializeResponse(String msg)
Methods in org.apache.tinkerpop.gremlin.server.util with parameters of type ResponseMessage Modifier and Type Method Description io.netty.buffer.ByteBuf
TextPlainMessageSerializer. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
TextPlainMessageSerializer. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
-