public abstract class PortForwardingTracker extends Object implements Channel, ClientSessionHolder
Modifier and Type | Field and Description |
---|---|
protected AtomicBoolean |
open |
Modifier | Constructor and Description |
---|---|
protected |
PortForwardingTracker(ClientSession session,
SshdSocketAddress localAddress,
SshdSocketAddress boundAddress) |
Modifier and Type | Method and Description |
---|---|
SshdSocketAddress |
getBoundAddress() |
ClientSession |
getClientSession() |
SshdSocketAddress |
getLocalAddress() |
boolean |
isOpen() |
String |
toString() |
protected final AtomicBoolean open
protected PortForwardingTracker(ClientSession session, SshdSocketAddress localAddress, SshdSocketAddress boundAddress)
public SshdSocketAddress getLocalAddress()
public SshdSocketAddress getBoundAddress()
public ClientSession getClientSession()
getClientSession
in interface ClientSessionHolder
ClientSession
usedCopyright © 2008–2022 The Apache Software Foundation. All rights reserved.