Example usage for io.netty.channel DefaultChannelId DefaultChannelId

List of usage examples for io.netty.channel DefaultChannelId DefaultChannelId

Introduction

In this page you can find the example usage for io.netty.channel DefaultChannelId DefaultChannelId.

Prototype

private DefaultChannelId() 

Source Link

Usage

From source file:org.asynchttpclient.netty.channel.Channels.java

License:Open Source License

public static void initChannelId(Channel channel) {
    channel.attr(CHANNEL_ID_ATTRIBUTE).set(new DefaultChannelId());
}