Interface | Description |
---|---|
ChannelBuf |
A ChannelStream allows for plugins and the server to read and write Java primitive
data and some higher level data to
DataView if necessary. |
ChannelListener |
Represents a listener for data being sent by
PlayerConnection s
over specific channels. |
ChannelRegistrar |
A registrar handling custom payloads via channels to and from
PlayerConnection s and the server. |
PlayerConnection |
Represents a connection of a client to the server.
|
RemoteConnection |
Exception | Description |
---|---|
ChannelRegistrationException |
An exception that is thrown when a channel registration fails.
|