| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.server.handler | |
| org.apache.tinkerpop.gremlin.server.op | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | NioGremlinResponseFrameEncoder. encode(ChannelHandlerContext ctx,
      Frame frame,
      ByteBuf byteBuf) | 
| protected void | WsGremlinResponseFrameEncoder. encode(ChannelHandlerContext ctx,
      Frame o,
      List<Object> objects) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static Frame | AbstractOpProcessor. makeFrame(ChannelHandlerContext ctx,
         RequestMessage msg,
         MessageSerializer serializer,
         boolean useBinary,
         List<Object> aggregate,
         ResponseStatusCode code)Deprecated. 
 As of release 3.2.2, replaced by  AbstractOpProcessor.makeFrame(ChannelHandlerContext, RequestMessage, MessageSerializer, boolean, List, ResponseStatusCode, Map). | 
| protected static Frame | AbstractOpProcessor. makeFrame(ChannelHandlerContext ctx,
         RequestMessage msg,
         MessageSerializer serializer,
         boolean useBinary,
         List<Object> aggregate,
         ResponseStatusCode code,
         Map<String,Object> responseMetaData) | 
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.