Package io.fabric8.kubernetes.client
Interface LocalPortForward
- All Superinterfaces:
AutoCloseable,Closeable,PortForward
public interface LocalPortForward extends PortForward
A port forward handle that is aware of the host and port where it's bound to.
-
Method Summary
Modifier and Type Method Description InetAddressgetLocalAddress()intgetLocalPort()Methods inherited from interface io.fabric8.kubernetes.client.PortForward
errorOccurred, getClientThrowables, getServerThrowables, isAlive
-
Method Details
-
getLocalAddress
InetAddress getLocalAddress() -
getLocalPort
int getLocalPort()
-