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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InetAddress
getLocalAddress()
int
getLocalPort()
-
Methods inherited from interface io.fabric8.kubernetes.client.PortForward
errorOccurred, getClientThrowables, getServerThrowables, isAlive
-
-
-
-
Method Detail
-
getLocalAddress
InetAddress getLocalAddress()
-
getLocalPort
int getLocalPort()
-
-