Connection(String address,
int port,
String username,
String password) |
Connection(String address,
int port,
String username,
String password,
Container container) |
Connection(String address,
int port,
String username,
String password,
Container container,
boolean ssl) |
Connection(String address,
int port,
String username,
String password,
Container container,
String remoteHost,
boolean ssl,
int channelMax) |
Connection(String address,
int port,
String username,
String password,
int maxFrameSize) |
Connection(String address,
int port,
String username,
String password,
int maxFrameSize,
Container container) |
Connection(String address,
int port,
String username,
String password,
int maxFrameSize,
Container container,
String remoteHostname) |
Connection(String address,
int port,
String username,
String password,
int maxFrameSize,
Container container,
String remoteHostname,
boolean ssl,
int channelMax) |
Connection(String address,
int port,
String username,
String password,
String remoteHostname) |
Connection(String address,
int port,
String username,
String password,
String remoteHost,
boolean ssl) |
Connection(String protocol,
String address,
int port,
String username,
String password,
Container container,
String remoteHost,
SSLContext sslContext,
int channelMax) |
Connection(String protocol,
String address,
int port,
String username,
String password,
Container container,
String remoteHost,
SSLContext sslContext,
SSLOptions sslOptions,
int channelMax) |
Connection(String protocol,
String address,
int port,
String username,
String password,
int maxFrameSize,
Container container,
String remoteHostname,
SSLContext sslContext,
SSLOptions sslOptions,
int channelMax) |