Package org.spongepowered.api.network.channel.packet
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.api.network.channel.packet
-
ClassDescriptionA transactional packet binding which is bound to a fixed response type.HandlerPacketBinding<P extends Packet>A packet binding that allows the registration of
PacketHandler
s.A packet transmitted over the connection of a client and a server.PacketBinding<P extends Packet>Represents a binding of aPacket
type in aPacketChannel
.Represents an advanced channel binding that sends and receives packets.Represents a dispatcher of packets.Represents a handler for a packet that was received over the network.A registry for packets and their bindings.RequestPacket<R extends Packet>Represents the request packet within a request/response packet pair.Represents a packet handler forRequestPacket
s.RequestPacketResponse<R extends Packet>Represents a callback for the response of a request packet.A specializedPacketHandler
to handle responsePacket
s.A packet binding that represents a request/response pair.A packet dispatcher which supports transactional packets.A registry for packets and their bindings.