Example usage for Java io.netty.channel DefaultAddressedEnvelope fields, constructors, methods, implement or subclass
The text is from its open source code.
DefaultAddressedEnvelope(M message, A recipient, A sender) Creates a new instance with the specified message , recipient address, and sender address. | |
DefaultAddressedEnvelope(M message, A recipient) Creates a new instance with the specified message and recipient address. |
M | content() |
String | toString() |