public class CloseCompleteResponse extends WireOutputAssures to the client that a portal got closed successfully.
Constructors
CloseCompleteResponse(DataOutputStream output)
public CloseCompleteResponse(DataOutputStream output)| Parameter | |
|---|---|
| Name | Description | 
| output | DataOutputStream | 
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 | |
getMessageName()
protected String getMessageName()Used for logging.
| Returns | |
|---|---|
| Type | Description | 
| String | |
getPayloadString()
protected String getPayloadString()Used for logging.
| Returns | |
|---|---|
| Type | Description | 
| String | |
sendPayload()
protected void sendPayload()Override this method to include post-processing and metadata in the sending process. Template method for send.
| Exceptions | |
|---|---|
| Type | Description | 
| Exception | |