Class ParameterStatusResponse (0.24.0)

public class ParameterStatusResponse extends WireOutput

Sends back start-up parameters (can be sent more than once)

Inheritance

java.lang.Object > WireOutput > ParameterStatusResponse

Constructors

ParameterStatusResponse(DataOutputStream output, byte[] parameterKey, byte[] parameterValue)

public ParameterStatusResponse(DataOutputStream output, byte[] parameterKey, byte[] parameterValue)
Parameters
Name Description
output DataOutputStream
parameterKey byte[]
parameterValue byte[]

Fields

parameterKey

public final byte[] parameterKey
Field Value
Type Description
byte[]

parameterValue

public final byte[] parameterValue
Field Value
Type Description
byte[]

Methods

getIdentifier()

public byte getIdentifier()

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

Returns
Type Description
byte
Overrides

getMessageName()

protected String getMessageName()

Used for logging.

Returns
Type Description
String
Overrides

getPayloadString()

protected String getPayloadString()

Used for logging.

Returns
Type Description
String
Overrides

sendPayload()

public void sendPayload()

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

Overrides
Exceptions
Type Description
IOException