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
-
Method Summary
-
Constructor Details
-
TunnelChannel
-
-
Method Details
-
isOpen
public boolean isOpen() -
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceChannel
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-
write
- Specified by:
write
in interfaceWritableByteChannel
- Throws:
IOException
-