Class ResponseStatus
java.lang.Object
org.apache.tinkerpop.gremlin.util.message.ResponseStatus
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Constructor Summary
ConstructorsConstructorDescriptionResponseStatus(io.netty.handler.codec.http.HttpResponseStatus code, String message, String exception) -
Method Summary
-
Constructor Details
-
ResponseStatus
-
-
Method Details
-
getCode
public io.netty.handler.codec.http.HttpResponseStatus getCode()Gets theHttpResponseStatusthat describes how the server responded to the request. -
getMessage
Gets the message associated with the code. -
getException
Gets the exception in case of error. -
toString
-