public abstract class PluginChannel extends Object
| Constructor and Description |
|---|
PluginChannel() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
read(byte... message)
Overridden to perform a specified action upon reception of byte encoded messages
|
public PluginChannel()
public abstract void read(byte... message)
message - the message which was sent to this channelCopyright © 2016. All rights reserved.