Class Frame
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.server.handler.Frame
-
public class Frame extends Object
A holder for aString
orByteBuf
that represents a message to be written back to the requesting client.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getMsg()
void
tryRelease()
If the object contained in the frame isReferenceCounted
then it may need to be released or else Netty will generate warnings that counted resources are leaking.
-