Uses of Class
io.netty5.channel.ChannelMetadata
-
Packages that use ChannelMetadata Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty5.channel.nio NIO-based channel API implementation - recommended for a large number of connections (>= 1000). -
-
Uses of ChannelMetadata in io.netty5.channel
Methods in io.netty5.channel that return ChannelMetadata Modifier and Type Method Description ChannelMetadata
AbstractChannel. metadata()
ChannelMetadata
Channel. metadata()
Constructors in io.netty5.channel with parameters of type ChannelMetadata Constructor Description AbstractChannel(P parent, EventLoop eventLoop, ChannelMetadata metadata)
Creates a new instance.AbstractChannel(P parent, EventLoop eventLoop, ChannelMetadata metadata, RecvBufferAllocator defaultRecvBufferAllocator)
Creates a new instance.AbstractChannel(P parent, EventLoop eventLoop, ChannelMetadata metadata, RecvBufferAllocator defaultRecvBufferAllocator, ChannelId id)
Creates a new instance.AbstractServerChannel(EventLoop eventLoop, EventLoopGroup childEventLoopGroup, ChannelMetadata metadata, Class<? extends Channel> childChannelType)
-
Uses of ChannelMetadata in io.netty5.channel.nio
Constructors in io.netty5.channel.nio with parameters of type ChannelMetadata Constructor Description AbstractNioChannel(P parent, EventLoop eventLoop, ChannelMetadata metadata, RecvBufferAllocator defaultRecvAllocator, SelectableChannel ch, int readInterestOp)
Create a new instanceAbstractNioMessageChannel(P parent, EventLoop eventLoop, ChannelMetadata metadata, RecvBufferAllocator defaultRecvAllocator, SelectableChannel ch, int readInterestOp)
-