java.lang.Object
io.xpipe.core.store.Session
io.xpipe.core.store.NetworkTunnelSession
io.xpipe.core.store.NetworkTunnelSessionChain
- All Implemented Interfaces:
AutoCloseable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkTunnelSessionChain(SessionListener listener, List<NetworkTunnelSession> sessions) -
Method Summary
Methods inherited from class io.xpipe.core.store.Session
addListener, close
-
Constructor Details
-
NetworkTunnelSessionChain
-
-
Method Details
-
getShellControl
- Specified by:
getShellControlin classNetworkTunnelSession
-
getLocalPort
public int getLocalPort()- Specified by:
getLocalPortin classNetworkTunnelSession
-
getRemotePort
public int getRemotePort()- Specified by:
getRemotePortin classNetworkTunnelSession
-
isRunning
-
start
-
stop
-