Package-level declarations

Functions

Link copied to clipboard
fun Channel.inetAddress(): InetAddress

Gets the INetAddress from the given channel

fun ChannelHandlerContext.inetAddress(): InetAddress

Gets the INetAddress from the given channel handler context.

Gets the INetAddress from a socket address.

Link copied to clipboard
inline fun <T : ChannelHandler> ChannelPipeline.replace(newHandler: ChannelHandler): ChannelHandler

Replaces a channel handler with a new variant.