Uses of Interface
eu.cloudnetservice.driver.network.NetworkChannelHandler
Packages that use NetworkChannelHandler
Package
Description
-
Uses of NetworkChannelHandler in eu.cloudnetservice.driver.network
Fields in eu.cloudnetservice.driver.network declared as NetworkChannelHandlerModifier and TypeFieldDescriptionprivate final NetworkChannelHandlerDefaultNetworkChannel.handlerMethods in eu.cloudnetservice.driver.network that return NetworkChannelHandlerModifier and TypeMethodDescriptionDefaultNetworkChannel.handler()Get the handler of this channel listening to all kind of operations on this channel.NetworkChannel.handler()Get the handler of this channel listening to all kind of operations on this channel.Constructors in eu.cloudnetservice.driver.network with parameters of type NetworkChannelHandlerModifierConstructorDescriptionDefaultNetworkChannel(@NonNull PacketListenerRegistry packetRegistry, @NonNull HostAndPort serverAddress, @NonNull HostAndPort clientAddress, boolean clientProvidedChannel, @NonNull NetworkChannelHandler handler) Constructs a new default network channel instance. -
Uses of NetworkChannelHandler in eu.cloudnetservice.driver.network.netty
Constructors in eu.cloudnetservice.driver.network.netty with parameters of type NetworkChannelHandlerModifierConstructorDescriptionNettyNetworkChannel(@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 NetworkChannelHandler in eu.cloudnetservice.driver.network.netty.client
Fields in eu.cloudnetservice.driver.network.netty.client with type parameters of type NetworkChannelHandlerModifier and TypeFieldDescriptionprotected final Callable<NetworkChannelHandler> NettyNetworkClient.handlerFactoryConstructor parameters in eu.cloudnetservice.driver.network.netty.client with type arguments of type NetworkChannelHandlerModifierConstructorDescriptionNettyNetworkClient(@NonNull ComponentInfo componentInfo, @NonNull Callable<NetworkChannelHandler> handlerFactory) Constructs a new netty network client instance.NettyNetworkClient(@NonNull ComponentInfo componentInfo, @NonNull Callable<NetworkChannelHandler> handlerFactory, @Nullable SSLConfiguration sslConfiguration) Constructs a new netty network client instance. -
Uses of NetworkChannelHandler in eu.cloudnetservice.driver.network.netty.server
Fields in eu.cloudnetservice.driver.network.netty.server with type parameters of type NetworkChannelHandlerModifier and TypeFieldDescriptionprotected final Callable<NetworkChannelHandler> NettyNetworkServer.handlerFactoryConstructor parameters in eu.cloudnetservice.driver.network.netty.server with type arguments of type NetworkChannelHandlerModifierConstructorDescriptionNettyNetworkServer(@NonNull ComponentInfo componentInfo, @NonNull Callable<NetworkChannelHandler> handlerFactory) Constructs a new netty network server instance.NettyNetworkServer(@NonNull ComponentInfo componentInfo, @NonNull Callable<NetworkChannelHandler> handlerFactory, @Nullable SSLConfiguration sslConfiguration) Constructs a new netty network server instance.