Uses of Class
eu.cloudnetservice.driver.network.protocol.BasePacket
Packages that use BasePacket
Package
Description
-
Uses of BasePacket in eu.cloudnetservice.driver.network.chunk.network
Subclasses of BasePacket in eu.cloudnetservice.driver.network.chunk.networkModifier and TypeClassDescriptionfinal classA transfer packet that holds data about a chunk of data to transfer. -
Uses of BasePacket in eu.cloudnetservice.driver.network.def
Subclasses of BasePacket in eu.cloudnetservice.driver.network.defModifier and TypeClassDescriptionfinal classThe packet which is used for authorization between: A wrapper and a node.final classA packet which gets sent to indicate that a channel message should get processed. -
Uses of BasePacket in eu.cloudnetservice.driver.network.netty
Subclasses with type arguments of type BasePacket in eu.cloudnetservice.driver.network.nettyModifier and TypeClassDescriptionclassThe default netty inbound handler used to call downstream packet listeners when receiving a packet.Methods in eu.cloudnetservice.driver.network.netty with parameters of type BasePacketModifier and TypeMethodDescriptionprotected voidNettyNetworkHandler.doHandlePacket(@NonNull BasePacket packet) Handles the incoming packet and posts it either to the associated waiting query handler or directly into the packet registry, calling all associated handlers.protected voidNettyNetworkHandler.messageReceived(@NonNull io.netty5.channel.ChannelHandlerContext ctx, @NonNull BasePacket msg) -
Uses of BasePacket in eu.cloudnetservice.driver.network.rpc.packet
Subclasses of BasePacket in eu.cloudnetservice.driver.network.rpc.packetModifier and TypeClassDescriptionclassThe packet used for any rpc within the CloudNet network.