Uses of Class
org.apache.tinkerpop.gremlin.util.message.ResponseMessage
-
-
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)
-
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.util
Methods in org.apache.tinkerpop.gremlin.util 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.util 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.util.message
Methods in org.apache.tinkerpop.gremlin.util.message that return ResponseMessage Modifier and Type Method Description ResponseMessage
ResponseMessage.Builder. create()
-
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.util.ser
Methods in org.apache.tinkerpop.gremlin.util.ser that return ResponseMessage Modifier and Type Method Description ResponseMessage
AbstractGraphSONMessageSerializerV2.ResponseMessageDeserializer. createObject(Map<String,Object> data)
ResponseMessage
AbstractGraphSONMessageSerializerV1. deserializeResponse(io.netty.buffer.ByteBuf msg)
ResponseMessage
AbstractGraphSONMessageSerializerV2. deserializeResponse(io.netty.buffer.ByteBuf msg)
ResponseMessage
GraphBinaryMessageSerializerV1. deserializeResponse(io.netty.buffer.ByteBuf msg)
ResponseMessage
GraphBinaryMessageSerializerV1. deserializeResponse(String msg)
ResponseMessage
GraphSONMessageSerializerV1. deserializeResponse(String msg)
ResponseMessage
GraphSONMessageSerializerV2. deserializeResponse(String msg)
ResponseMessage
GraphSONMessageSerializerV3. deserializeResponse(String msg)
ResponseMessage
GraphSONUntypedMessageSerializerV1. deserializeResponse(String msg)
ResponseMessage
GraphSONUntypedMessageSerializerV2. deserializeResponse(String msg)
ResponseMessage
GraphSONUntypedMessageSerializerV3. 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.util.ser with parameters of type ResponseMessage Modifier and Type Method Description void
AbstractGraphSONMessageSerializerV1.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
AbstractGraphSONMessageSerializerV2.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
AbstractGraphSONMessageSerializerV1.ResponseMessageSerializer. serialize(ResponseMessage responseMessage, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
void
AbstractGraphSONMessageSerializerV2.ResponseMessageSerializer. serialize(ResponseMessage responseMessage, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)
io.netty.buffer.ByteBuf
AbstractGraphSONMessageSerializerV1. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
io.netty.buffer.ByteBuf
AbstractGraphSONMessageSerializerV2. 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
GraphSONMessageSerializerV1. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
GraphSONMessageSerializerV2. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
GraphSONMessageSerializerV3. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
GraphSONUntypedMessageSerializerV1. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
GraphSONUntypedMessageSerializerV2. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
GraphSONUntypedMessageSerializerV3. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
String
MessageTextSerializer. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)
void
AbstractGraphSONMessageSerializerV1.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
AbstractGraphSONMessageSerializerV2.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.util.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.util.ser.binary
Methods in org.apache.tinkerpop.gremlin.util.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.util.ser.binary with parameters of type ResponseMessage Modifier and Type Method Description void
ResponseMessageSerializer. writeValue(ResponseMessage value, io.netty.buffer.ByteBuf byteBuf, GraphBinaryWriter context)
-