Java io.netty.channel.local LocalAddress fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel.local LocalAddress fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel.local LocalAddress.

The text is from its open source code.

Field

LocalAddressANY
Stringid

Constructor

LocalAddress(Channel channel)
Creates a new ephemeral port based on the ID of the specified channel.
LocalAddress(String id)
Creates a new instance with the specified ID.