Class HttpTunnelPayloadForwarder
java.lang.Object
org.springframework.boot.devtools.tunnel.payload.HttpTunnelPayloadForwarder
Utility class that forwards
HttpTunnelPayload
instances to a destination
channel, respecting sequence order.- Since:
- 1.3.0
- Author:
- Phillip Webb
-
Constructor Summary
ConstructorDescriptionHttpTunnelPayloadForwarder
(WritableByteChannel targetChannel) Create a newHttpTunnelPayloadForwarder
instance. -
Method Summary
-
Constructor Details
-
HttpTunnelPayloadForwarder
Create a newHttpTunnelPayloadForwarder
instance.- Parameters:
targetChannel
- the target channel
-
-
Method Details
-
forward
- Throws:
IOException
-