Package org.elasticsearch.transport
Class TransportStatus
java.lang.Object
org.elasticsearch.transport.TransportStatus
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isCompress
(byte value) static boolean
isError
(byte value) static boolean
isRequest
(byte value) static byte
setCompress
(byte value) static byte
setError
(byte value) static byte
setRequest
(byte value) static byte
setResponse
(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)
-