Uses of Class
org.apache.sshd.client.proxy.ProxyData
Packages that use ProxyData
Package
Description
-
Uses of ProxyData in org.apache.sshd.client
Methods in org.apache.sshd.client with parameters of type ProxyDataModifier and TypeMethodDescriptionprotected ConnectFutureSshClient.doConnect(String username, InetSocketAddress targetAddress, ProxyData proxy, org.apache.sshd.common.AttributeRepository context, SocketAddress localAddress, org.apache.sshd.client.config.hosts.HostConfigEntry hostConfig) -
Uses of ProxyData in org.apache.sshd.client.proxy
Methods in org.apache.sshd.client.proxy that return ProxyDataModifier and TypeMethodDescriptionDefaultProxyDataFactory.get(InetSocketAddress remoteAddress) ProxyDataFactory.get(InetSocketAddress remoteAddress) Get theProxyDatato connect to a proxy. -
Uses of ProxyData in org.apache.sshd.client.session
Fields in org.apache.sshd.client.session with type parameters of type ProxyDataModifier and TypeFieldDescriptionstatic final org.apache.sshd.common.AttributeRepository.AttributeKey<ProxyData> AbstractClientSession.PROXY_DATA -
Uses of ProxyData in org.apache.sshd.client.session.filter
Constructors in org.apache.sshd.client.session.filter with parameters of type ProxyDataModifierConstructorDescriptionClientProxyFilter(AbstractClientSession session, ProxyData proxy, InetSocketAddress targetAddress) -
Uses of ProxyData in org.apache.sshd.client.session.proxy
Constructors in org.apache.sshd.client.session.proxy with parameters of type ProxyDataModifierConstructorDescriptionprotectedAbstractProxyConnector(ProxyData proxy, InetSocketAddress remoteAddress, org.apache.sshd.common.util.io.functors.IOFunction<org.apache.sshd.common.util.buffer.Buffer, org.apache.sshd.common.io.IoWriteFuture> send, Function<InetSocketAddress, PasswordAuthentication> passwordAuth) Creates a newAbstractProxyConnector.HttpProxyConnector(ProxyData proxy, InetSocketAddress remoteAddress, org.apache.sshd.common.util.io.functors.IOFunction<org.apache.sshd.common.util.buffer.Buffer, org.apache.sshd.common.io.IoWriteFuture> send, Function<InetSocketAddress, PasswordAuthentication> passwordAuth) Creates a newHttpProxyConnector.Socks5ProxyConnector(ProxyData proxy, InetSocketAddress remoteAddress, org.apache.sshd.common.util.io.functors.IOFunction<org.apache.sshd.common.util.buffer.Buffer, org.apache.sshd.common.io.IoWriteFuture> send, Function<InetSocketAddress, PasswordAuthentication> passwordAuth) Creates a newSocks5ProxyConnector.