Interface TunnelSupport
public interface TunnelSupport
Supports the implementation of HTTP CONNECT tunnels.
-
Method Summary
Modifier and TypeMethodDescriptionReturns theEndPointthat should be used to carry the tunneled protocol.Returns the protocol of theCONNECTtunnel, ornullif the tunnel transports HTTP or opaque bytes.
-
Method Details
-
getProtocol
String getProtocol()Returns the protocol of the
CONNECTtunnel, ornullif the tunnel transports HTTP or opaque bytes.- Returns:
- the
CONNECTtunnel protocol, ornullfor HTTP
-
getEndPoint
-