Class ChatCommand
java.lang.Object
org.glassfish.grizzly.samples.udpmulticast.ChatCommand
Class represent chat command abstraction.
- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisExit()static ChatCommandMethod parses chat command from the input String.abstract voidrun(org.glassfish.grizzly.nio.transport.UDPNIOConnection connection)
-
Constructor Details
-
ChatCommand
public ChatCommand()
-
-
Method Details