public class RequestOptions
extends net.java.html.lib.Objs
| Modifier and Type | Field and Description |
|---|---|
net.java.html.lib.Objs.Property<net.java.html.lib.Union.A2<Agent,Boolean>> |
agent |
net.java.html.lib.Objs.Property<String> |
auth |
net.java.html.lib.Objs.Property<Object> |
ca |
net.java.html.lib.Objs.Property<Object> |
cert |
net.java.html.lib.Objs.Property<String> |
ciphers |
net.java.html.lib.Objs.Property<Number> |
family |
net.java.html.lib.Objs.Property<net.java.html.lib.Objs> |
headers |
net.java.html.lib.Objs.Property<String> |
host |
net.java.html.lib.Objs.Property<String> |
hostname |
net.java.html.lib.Objs.Property<Object> |
key |
net.java.html.lib.Objs.Property<String> |
localAddress |
net.java.html.lib.Objs.Property<String> |
method |
net.java.html.lib.Objs.Property<String> |
passphrase |
net.java.html.lib.Objs.Property<String> |
path |
net.java.html.lib.Objs.Property<Object> |
pfx |
net.java.html.lib.Objs.Property<Number> |
port |
net.java.html.lib.Objs.Property<String> |
protocol |
net.java.html.lib.Objs.Property<Boolean> |
rejectUnauthorized |
net.java.html.lib.Objs.Property<String> |
secureProtocol |
net.java.html.lib.Objs.Property<String> |
socketPath |
| Modifier | Constructor and Description |
|---|---|
protected |
RequestOptions(net.java.html.lib.Objs.Constructor<?> c,
Object js) |
| Modifier and Type | Method and Description |
|---|---|
static RequestOptions |
$as(Object obj) |
String |
auth() |
String |
ciphers() |
Number |
family() |
String |
host() |
String |
hostname() |
String |
localAddress() |
String |
method() |
String |
passphrase() |
String |
path() |
Number |
port() |
String |
protocol() |
Boolean |
rejectUnauthorized() |
String |
secureProtocol() |
String |
socketPath() |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOfpublic net.java.html.lib.Objs.Property<Object> pfx
public net.java.html.lib.Objs.Property<Object> key
public net.java.html.lib.Objs.Property<String> passphrase
public net.java.html.lib.Objs.Property<Object> cert
public net.java.html.lib.Objs.Property<Object> ca
public net.java.html.lib.Objs.Property<String> ciphers
public net.java.html.lib.Objs.Property<Boolean> rejectUnauthorized
public net.java.html.lib.Objs.Property<String> secureProtocol
public net.java.html.lib.Objs.Property<String> protocol
public net.java.html.lib.Objs.Property<String> host
public net.java.html.lib.Objs.Property<String> hostname
public net.java.html.lib.Objs.Property<Number> family
public net.java.html.lib.Objs.Property<Number> port
public net.java.html.lib.Objs.Property<String> localAddress
public net.java.html.lib.Objs.Property<String> socketPath
public net.java.html.lib.Objs.Property<String> method
public net.java.html.lib.Objs.Property<String> path
public net.java.html.lib.Objs.Property<net.java.html.lib.Objs> headers
public net.java.html.lib.Objs.Property<String> auth
protected RequestOptions(net.java.html.lib.Objs.Constructor<?> c,
Object js)
public static RequestOptions $as(Object obj)
public String passphrase()
public String ciphers()
public Boolean rejectUnauthorized()
public String secureProtocol()
public String protocol()
public String host()
public String hostname()
public Number family()
public Number port()
public String localAddress()
public String socketPath()
public String method()
public String path()
public String auth()
Copyright © 2016. All rights reserved.