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 toDataViewif necessary.Represents aExceptionwhich can be thrown when dealing with network channels.ChannelExceptionHandler<C extends EngineConnection>Represents a handler for exceptions ofChannels.Represents aChannelExceptionwhich is thrown when an IO error occurred while reading or writing payloads.A manager handling custom payloads viaChannels to and fromEngineConnections.An exception that's thrown when an attempt was made to send data to anEngineConnectionthat doesn't support the channel.Represents aExceptionwhich is thrown when no response is received when aRequestPacketis sent to a client or server.Represents a no response exception which was caused by a timeout.