public class DefaultPropertyResolver extends Object implements NettyPropertyResolver
DefaultPropertyResolver class.
Modifier and Type | Field and Description |
---|---|
static DefaultPropertyResolver |
INSTANCE
Constant
INSTANCE |
Constructor and Description |
---|
DefaultPropertyResolver() |
Modifier and Type | Method and Description |
---|---|
InetSocketAddress |
resolveRemoteAddress(Object data)
Resolves the remote
InetSocketAddress of the recipient |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveLocalAddress
public static final DefaultPropertyResolver INSTANCE
INSTANCE
public InetSocketAddress resolveRemoteAddress(Object data)
InetSocketAddress
of the recipientresolveRemoteAddress
in interface NettyPropertyResolver
data
- The Object
containing the remote InetSocketAddress
of the recipientInetSocketAddress
of the recipientCopyright © 2016–2024. All rights reserved.