M
- the type of the wrapped messageA
- the type of the addresspublic interface AddressedEnvelope<M,A extends java.net.SocketAddress> extends ReferenceCounted
Modifier and Type | Method and Description |
---|---|
M |
content()
Returns the message wrapped by this envelope message.
|
A |
recipient()
Returns the address of the recipient of this message.
|
A |
sender()
Returns the address of the sender of this message.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.