public class HttpTunnelPayloadForwarder
extends java.lang.Object
HttpTunnelPayload instances to a destination
channel, respecting sequence order.| Constructor and Description |
|---|
HttpTunnelPayloadForwarder(java.nio.channels.WritableByteChannel targetChannel)
Create a new
HttpTunnelPayloadForwarder instance. |
| Modifier and Type | Method and Description |
|---|---|
void |
forward(HttpTunnelPayload payload) |
public HttpTunnelPayloadForwarder(java.nio.channels.WritableByteChannel targetChannel)
HttpTunnelPayloadForwarder instance.targetChannel - the target channelpublic void forward(HttpTunnelPayload payload) throws java.io.IOException
java.io.IOException