Class KeyDataResponse (0.27.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass KeyDataResponseextendsWireOutputSends back information regarding the current connection (identifier and secret) as part of start-up. Used for cancel statements.
Inherited Members
Constructors
KeyDataResponse(DataOutputStream output, int processId, int secretKey)
publicKeyDataResponse(DataOutputStreamoutput,intprocessId,intsecretKey)| Parameters | |
|---|---|
| Name | Description |
output |
DataOutputStream |
processId |
int |
secretKey |
int |
Methods
getIdentifier()
publicbytegetIdentifier()Override this to specify the byte which represents the protocol for the specific message. Used for logging and by send.
| Returns | |
|---|---|
| Type | Description |
byte |
|
getMessageName()
protectedStringgetMessageName()Used for logging.
| Returns | |
|---|---|
| Type | Description |
String |
|
getPayloadString()
protectedStringgetPayloadString()Used for logging.
| Returns | |
|---|---|
| Type | Description |
String |
|
sendPayload()
publicvoidsendPayload()Override this method to include post-processing and metadata in the sending process. Template method for send.
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|