Package org.elasticsearch.transport
Class TransportStatus
java.lang.Object
org.elasticsearch.transport.TransportStatus
public final class TransportStatus
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TransportStatus() -
Method Summary
Modifier and Type Method Description static booleanisCompress(byte value)static booleanisError(byte value)static booleanisRequest(byte value)static bytesetCompress(byte value)static bytesetError(byte value)static bytesetRequest(byte value)static bytesetResponse(byte value)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TransportStatus
public TransportStatus()
-
-
Method Details
-
isRequest
public static boolean isRequest(byte value) -
setRequest
public static byte setRequest(byte value) -
setResponse
public static byte setResponse(byte value) -
isError
public static boolean isError(byte value) -
setError
public static byte setError(byte value) -
isCompress
public static boolean isCompress(byte value) -
setCompress
public static byte setCompress(byte value)
-