public static final class NettyManager.ClientConnection extends Object
Modifier and Type | Method and Description |
---|---|
void |
shutdown(DefaultMessageType messageType,
boolean reconnect)
Shuts down with a message type.
|
void |
shutdown(String message,
boolean reconnect)
Shuts down with a message.
|
void |
startPing()
Starts sending pings.
|
String |
toString() |
public void startPing()
public void shutdown(DefaultMessageType messageType, boolean reconnect)
messageType
- message typereconnect
- true to indicate desire to reconnectpublic void shutdown(@Nullable String message, boolean reconnect)
message
- messagereconnect
- true to indicate desire to reconnectCopyright © 2013–2019 Kitteh. All rights reserved.