java.lang.Object
org.elasticsearch.transport.TransportStatus
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-