public abstract class ChatCommand extends Object
| Constructor and Description |
|---|
ChatCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExit() |
static ChatCommand |
parse(String command)
Method parses chat command from the input String.
|
abstract void |
run(org.glassfish.grizzly.nio.transport.UDPNIOConnection connection) |
public static ChatCommand parse(String command) throws Exception
Exceptionpublic boolean isExit()
Copyright © 2018 Oracle Corporation. All Rights Reserved.