@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.network.channel
-
Interface Summary Interface Description Channel Represents a network channel bound to aChannelManager
.ChannelBuf A ChannelStream allows for plugins and the server to read and write Java primitive data and some higher level data toDataView
if necessary.ChannelExceptionHandler<C extends EngineConnection> Represents a handler for exceptions ofChannel
s.ChannelExceptionHandler.Factory ChannelManager A manager handling custom payloads viaChannel
s to and fromEngineConnection
s. -
Exception Summary Exception Description ChannelException Represents aException
which can be thrown when dealing with network channels.ChannelIOException Represents aChannelException
which is thrown when an IO error occurred while reading or writing payloads.ChannelNotSupportedException An exception that's thrown when an attempt was made to send data to anEngineConnection
that doesn't support the channel.NoResponseException Represents aException
which is thrown when no response is received when aRequestPacket
is sent to a client or server.TimeoutException Represents a no response exception which was caused by a timeout.