Uses of Interface
eu.cloudnetservice.driver.network.protocol.PacketListenerRegistry
Packages that use PacketListenerRegistry
Package
Description
-
Uses of PacketListenerRegistry in eu.cloudnetservice.driver.network
Fields in eu.cloudnetservice.driver.network declared as PacketListenerRegistryModifier and TypeFieldDescriptionprivate final PacketListenerRegistryDefaultNetworkChannel.packetRegistryMethods in eu.cloudnetservice.driver.network that return PacketListenerRegistryModifier and TypeMethodDescriptionDefaultNetworkChannel.packetRegistry()Get the packet listener registry responsible for this channel.NetworkChannel.packetRegistry()Get the packet listener registry responsible for this channel.NetworkComponent.packetRegistry()Get the packet listener registry which will be the root registry for all channels initialized by this component.Constructors in eu.cloudnetservice.driver.network with parameters of type PacketListenerRegistryModifierConstructorDescriptionDefaultNetworkChannel(@NonNull PacketListenerRegistry packetRegistry, @NonNull HostAndPort serverAddress, @NonNull HostAndPort clientAddress, boolean clientProvidedChannel, @NonNull NetworkChannelHandler handler) Constructs a new default network channel instance. -
Uses of PacketListenerRegistry in eu.cloudnetservice.driver.network.netty
Constructors in eu.cloudnetservice.driver.network.netty with parameters of type PacketListenerRegistryModifierConstructorDescriptionNettyNetworkChannel(@NonNull io.netty5.channel.Channel channel, @NonNull PacketListenerRegistry packetRegistry, @NonNull NetworkChannelHandler handler, @NonNull HostAndPort serverAddress, @NonNull HostAndPort clientAddress, boolean clientProvidedChannel) Constructs a new netty network channel instance. -
Uses of PacketListenerRegistry in eu.cloudnetservice.driver.network.netty.client
Fields in eu.cloudnetservice.driver.network.netty.client declared as PacketListenerRegistryModifier and TypeFieldDescriptionprotected final PacketListenerRegistryNettyNetworkClient.packetRegistryMethods in eu.cloudnetservice.driver.network.netty.client that return PacketListenerRegistryModifier and TypeMethodDescriptionNettyNetworkClient.packetRegistry()Get the packet listener registry which will be the root registry for all channels initialized by this component. -
Uses of PacketListenerRegistry in eu.cloudnetservice.driver.network.netty.server
Fields in eu.cloudnetservice.driver.network.netty.server declared as PacketListenerRegistryModifier and TypeFieldDescriptionprotected final PacketListenerRegistryNettyNetworkServer.packetRegistryMethods in eu.cloudnetservice.driver.network.netty.server that return PacketListenerRegistryModifier and TypeMethodDescriptionNettyNetworkServer.packetRegistry()Get the packet listener registry which will be the root registry for all channels initialized by this component. -
Uses of PacketListenerRegistry in eu.cloudnetservice.driver.network.protocol
Methods in eu.cloudnetservice.driver.network.protocol that return PacketListenerRegistryModifier and TypeMethodDescriptionPacketListenerRegistry.parent()Get the parent listener registry of this registry or null if no parent registry is present. -
Uses of PacketListenerRegistry in eu.cloudnetservice.driver.network.protocol.defaults
Classes in eu.cloudnetservice.driver.network.protocol.defaults that implement PacketListenerRegistryModifier and TypeClassDescriptionclassThe default implementation of the packet listener registry.Fields in eu.cloudnetservice.driver.network.protocol.defaults declared as PacketListenerRegistryModifier and TypeFieldDescriptionprivate final PacketListenerRegistryDefaultPacketListenerRegistry.parentMethods in eu.cloudnetservice.driver.network.protocol.defaults that return PacketListenerRegistryModifier and TypeMethodDescriptionDefaultPacketListenerRegistry.parent()Get the parent listener registry of this registry or null if no parent registry is present.Constructors in eu.cloudnetservice.driver.network.protocol.defaults with parameters of type PacketListenerRegistryModifierConstructorDescriptionConstructs a new packet listener registry instance.