public static class Transport.Options extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
hostname |
HostnameVerifier |
hostnameVerifier |
String |
path |
int |
policyPort |
int |
port |
Map<String,String> |
query |
boolean |
secure |
protected Socket |
socket |
SSLContext |
sslContext |
String |
timestampParam |
boolean |
timestampRequests |
| Constructor and Description |
|---|
Transport.Options() |
public String hostname
public String path
public String timestampParam
public boolean secure
public boolean timestampRequests
public int port
public int policyPort
public SSLContext sslContext
public HostnameVerifier hostnameVerifier
protected Socket socket
Copyright © 2015. All rights reserved.