public class CloseMessage extends Object implements Message
| Constructor and Description |
|---|
CloseMessage()
Constructs a CloseMessage with null message.
|
CloseMessage(String msg)
Constructs a CloseMessage with a user specific message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Returns a message explaining why the connection was closed by the
remote side.
|
public CloseMessage()
public CloseMessage(String msg)
msg - a user specific message explaining why the connection
was closed by the remote sidepublic String getMessage()
Copyright © 2019 Terracotta, Inc.. All rights reserved.