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