Class HttpTunnelConnection.TunnelChannel
java.lang.Object
org.springframework.boot.devtools.tunnel.client.HttpTunnelConnection.TunnelChannel
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,WritableByteChannel
- Enclosing class:
- HttpTunnelConnection
A
WritableByteChannel used to transfer traffic.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TunnelChannel
-
-
Method Details
-
isOpen
public boolean isOpen() -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceChannel- Specified by:
closein interfaceCloseable- Throws:
IOException
-
write
- Specified by:
writein interfaceWritableByteChannel- Throws:
IOException
-