public class ExplicitPortForwardingTracker extends PortForwardingTracker
open
Constructor and Description |
---|
ExplicitPortForwardingTracker(ClientSession session,
boolean localForwarding,
SshdSocketAddress localAddress,
SshdSocketAddress remoteAddress,
SshdSocketAddress boundAddress) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
SshdSocketAddress |
getRemoteAddress() |
boolean |
isLocalForwarding() |
String |
toString() |
getBoundAddress, getClientSession, getLocalAddress, isOpen
public ExplicitPortForwardingTracker(ClientSession session, boolean localForwarding, SshdSocketAddress localAddress, SshdSocketAddress remoteAddress, SshdSocketAddress boundAddress)
public boolean isLocalForwarding()
public SshdSocketAddress getRemoteAddress()
public void close() throws IOException
IOException
public String toString()
toString
in class PortForwardingTracker
Copyright © 2008–2018 The Apache Software Foundation. All rights reserved.