public interface NettyPropertyResolver
Object
instance and attempts to resolve the required address propreties.Modifier and Type | Method and Description |
---|---|
default InetSocketAddress |
resolveLocalAddress(Object data)
resolveLocalAddress.
|
InetSocketAddress |
resolveRemoteAddress(Object data)
Resolves the remote
InetSocketAddress of the recipient |
InetSocketAddress resolveRemoteAddress(Object data) throws IllegalStateException
InetSocketAddress
of the recipientdata
- The Object
containing the remote InetSocketAddress
of the recipientInetSocketAddress
of the recipientIllegalStateException
- If the address could not be resolveddefault InetSocketAddress resolveLocalAddress(Object data)
resolveLocalAddress.
data
- a Object
objectInetSocketAddress
objectCopyright © 2016–2024. All rights reserved.