接口 TunnelConnection
- 所有已知实现类:
HttpTunnelConnection
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
@FunctionalInterface public interface TunnelConnection
Interface used to manage socket tunnel connections.- 从以下版本开始:
- 1.3.0
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 WritableByteChannelopen(WritableByteChannel incomingChannel, Closeable closeable)Open the tunnel connection.
方法详细资料
open
WritableByteChannel open(WritableByteChannel incomingChannel, Closeable closeable) throws Exception
Open the tunnel connection.- 参数:
incomingChannel- aWritableByteChannelthat should be used to write any incoming data received from the remote servercloseable- a closeable to call when the channel is closed- 返回:
- a
WritableByteChannelthat should be used to send any outgoing data destined for the remote server - 抛出:
Exception- in case of errors