public final class LocalAddress extends SocketAddress implements Comparable<LocalAddress>
Modifier and Type | Field and Description |
---|---|
static LocalAddress |
ANY |
Constructor and Description |
---|
LocalAddress(String id)
Creates a new instance with the specified ID.
|
public static final LocalAddress ANY
public LocalAddress(String id)
public String id()
public int compareTo(LocalAddress o)
compareTo
in interface Comparable<LocalAddress>
Copyright © 2008–2015 The Netty Project. All rights reserved.