Class CloseCompleteResponse (0.20.0)

public class CloseCompleteResponse extends WireOutput

Assures to the client that a portal got closed successfully.

Inheritance

java.lang.Object > WireOutput > CloseCompleteResponse

Constructors

CloseCompleteResponse(DataOutputStream output)

public CloseCompleteResponse(DataOutputStream output)
Parameter
NameDescription
outputDataOutputStream

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
TypeDescription
byte
Overrides

getMessageName()

protected String getMessageName()

Used for logging.

Returns
TypeDescription
String
Overrides

getPayloadString()

protected String getPayloadString()

Used for logging.

Returns
TypeDescription
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
TypeDescription
Exception