Package | Description |
---|---|
com.sshtools.net |
This package contains a set of network utilities for the J2SSH Maverick API.
|
Modifier and Type | Method and Description |
---|---|
static HttpProxyTransport |
HttpProxyTransport.connectViaProxy(String host,
int port,
String proxyHost,
int proxyPort,
String username,
String password,
String userAgent)
Connect the socket to a HTTP proxy and request forwarding to our
remote host.
|
static HttpProxyTransport |
HttpProxyTransport.connectViaProxy(String host,
int port,
String proxyHost,
int proxyPort,
String username,
String password,
String userAgent,
Hashtable<String,String> optionalHeaders) |
Copyright © 2024. All rights reserved.