JavaScript is disabled on your browser.
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
io.netty.channel
Interface AddressedEnvelope<M,A extends java.net.SocketAddress>
-
- Type Parameters:
M - the type of the wrapped message
A - the type of the address
- All Superinterfaces:
- ReferenceCounted
- All Known Implementing Classes:
- DatagramPacket, DefaultAddressedEnvelope
public interface AddressedEnvelope<M,A extends java.net.SocketAddress>
extends ReferenceCounted
A message that wraps another message with a sender address and a recipient address.
-
-
Method Summary
All Methods
| 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.
|
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2008–2018 The Netty Project. All rights reserved.