Class CopyInResponse (0.16.0)

public class CopyInResponse extends WireOutput

Inheritance

java.lang.Object > WireOutput > CopyInResponse

Static Fields

IDENTIFIER

protected static final char IDENTIFIER
Field Value
Type Description
char

Constructors

CopyInResponse(DataOutputStream output, short numColumns, byte formatCode)

public CopyInResponse(DataOutputStream output, short numColumns, byte formatCode)
Parameters
Name Description
output DataOutputStream
numColumns short
formatCode 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()

protected void sendPayload()

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

Overrides Exceptions
Type Description
IOException