Class NoDataResponse (0.27.1)

publicclassNoDataResponseextendsWireOutput

Signals the end of a describe statement.

Inheritance

java.lang.Object > WireOutput > NoDataResponse

Constructors

NoDataResponse(DataOutputStream output)

publicNoDataResponse(DataOutputStreamoutput)
Parameter
NameDescription
outputDataOutputStream

Methods

getIdentifier()

publicbytegetIdentifier()

Override this to specify the byte which represents the protocol for the specific message. Used for logging and by send.

Returns
TypeDescription
byte
Overrides

getMessageName()

protectedStringgetMessageName()

Used for logging.

Returns
TypeDescription
String
Overrides

getPayloadString()

protectedStringgetPayloadString()

Used for logging.

Returns
TypeDescription
String
Overrides

sendPayload()

protectedvoidsendPayload()

Override this method to include post-processing and metadata in the sending process. Template method for send.

Overrides
Exceptions
TypeDescription
Exception