Interface PortForwarder
- All Known Implementing Classes:
PortForwarderWebsocket
public interface PortForwarder
Allows to forward local ports (or nio channels) to remote ports in Kubernetes pods.
-
Method Summary
Modifier and Type Method Description LocalPortForwardforward(URL resourceBaseUrl, int port)LocalPortForwardforward(URL resourceBaseUrl, int port, int localPort)LocalPortForwardforward(URL resourceBaseUrl, int port, InetAddress localHost, int localPort)PortForwardforward(URL resourceBaseUrl, int port, ReadableByteChannel in, WritableByteChannel out)
-
Method Details
-
forward
-
forward
-
forward
-
forward
PortForward forward(URL resourceBaseUrl, int port, ReadableByteChannel in, WritableByteChannel out)
-