Interface | Description |
---|---|
ChannelBinding |
Represents a network channel bound to a
ChannelRegistrar . |
ChannelBinding.IndexedMessageChannel |
Represents a channel binding that sends and receives messages.
|
ChannelBinding.RawDataChannel |
Represents a channel that sends and receives raw data.
|
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. |
ChannelRegistrar |
A registrar handling custom payloads via
ChannelBinding s to and from
PlayerConnection s and the server. |
Message |
A message transmitted over the connection of a client and a server.
|
MessageHandler<M extends Message> |
Represents a handler for a message that was received over the network.
|
PlayerConnection |
Represents a connection of a client to the server.
|
RawDataListener |
Represents a listener for data being sent to a raw channel.
|
RemoteConnection |
Exception | Description |
---|---|
ChannelRegistrationException |
An exception that is thrown when a channel registration fails.
|
Annotation Type | Description |
---|---|
ChannelId |
An annotation used for naming
ChannelBinding injections. |