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, waitresolveLocalAddresspublic static final DefaultPropertyResolver INSTANCE
INSTANCEpublic InetSocketAddress resolveRemoteAddress(Object data)
InetSocketAddress of the recipientresolveRemoteAddress in interface NettyPropertyResolverdata - The Object containing the remote InetSocketAddress of the recipientInetSocketAddress of the recipientCopyright © 2016–2024. All rights reserved.