Uses of Class
org.apache.tinkerpop.gremlin.util.message.ResponseMessage
-
-
Uses of ResponseMessage in org.apache.tinkerpop.gremlin.util
Methods in org.apache.tinkerpop.gremlin.util that return ResponseMessage Modifier and Type Method Description ResponseMessageMessageSerializer. deserializeResponse(io.netty.buffer.ByteBuf msg)Deserialize a NettyByteBufinto aResponseMessage.Methods in org.apache.tinkerpop.gremlin.util with parameters of type ResponseMessage Modifier and Type Method Description io.netty.buffer.ByteBufMessageSerializer. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)Serialize aResponseMessageto 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 ResponseMessageResponseMessage.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 ResponseMessageAbstractGraphSONMessageSerializerV2.ResponseMessageDeserializer. createObject(Map<String,Object> data)ResponseMessageAbstractGraphSONMessageSerializerV1. deserializeResponse(io.netty.buffer.ByteBuf msg)ResponseMessageAbstractGraphSONMessageSerializerV2. deserializeResponse(io.netty.buffer.ByteBuf msg)ResponseMessageGraphBinaryMessageSerializerV1. deserializeResponse(io.netty.buffer.ByteBuf msg)ResponseMessageGraphBinaryMessageSerializerV1. deserializeResponse(String msg)ResponseMessageGraphSONMessageSerializerV1. deserializeResponse(String msg)ResponseMessageGraphSONMessageSerializerV2. deserializeResponse(String msg)ResponseMessageGraphSONMessageSerializerV3. deserializeResponse(String msg)ResponseMessageGraphSONUntypedMessageSerializerV1. deserializeResponse(String msg)ResponseMessageGraphSONUntypedMessageSerializerV2. deserializeResponse(String msg)ResponseMessageGraphSONUntypedMessageSerializerV3. deserializeResponse(String msg)ResponseMessageMessageTextSerializer. 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 voidAbstractGraphSONMessageSerializerV1.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)voidAbstractGraphSONMessageSerializerV2.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)voidAbstractGraphSONMessageSerializerV1.ResponseMessageSerializer. serialize(ResponseMessage responseMessage, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)voidAbstractGraphSONMessageSerializerV2.ResponseMessageSerializer. serialize(ResponseMessage responseMessage, org.apache.tinkerpop.shaded.jackson.core.JsonGenerator jsonGenerator, org.apache.tinkerpop.shaded.jackson.databind.SerializerProvider serializerProvider)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV1. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufAbstractGraphSONMessageSerializerV2. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufGraphBinaryMessageSerializerV1. serializeResponseAsBinary(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphBinaryMessageSerializerV1. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONMessageSerializerV1. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONMessageSerializerV2. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONMessageSerializerV3. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONUntypedMessageSerializerV1. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONUntypedMessageSerializerV2. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringGraphSONUntypedMessageSerializerV3. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)StringMessageTextSerializer. serializeResponseAsString(ResponseMessage responseMessage, io.netty.buffer.ByteBufAllocator allocator)voidAbstractGraphSONMessageSerializerV1.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)voidAbstractGraphSONMessageSerializerV2.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 ResponseMessageResponseMessageSerializer. 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 voidResponseMessageSerializer. writeValue(ResponseMessage value, io.netty.buffer.ByteBuf byteBuf, GraphBinaryWriter context)
-