Uses of Class
io.netty5.channel.DefaultChannelId
-
Packages that use DefaultChannelId Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of DefaultChannelId in io.netty5.channel
Methods in io.netty5.channel that return DefaultChannelId Modifier and Type Method Description static DefaultChannelId
DefaultChannelId. newInstance()
Returns a newDefaultChannelId
instance.
-