public class ConnectionOptions extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<Object> |
ca |
Objs.Property<Object> |
cert |
Objs.Property<String> |
host |
Objs.Property<Object> |
key |
Objs.Property<Object> |
NPNProtocols |
Objs.Property<String> |
passphrase |
Objs.Property<Object> |
pfx |
Objs.Property<Number> |
port |
Objs.Property<Boolean> |
rejectUnauthorized |
Objs.Property<String> |
servername |
Objs.Property<Socket> |
socket |
Modifier | Constructor and Description |
---|---|
protected |
ConnectionOptions(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static ConnectionOptions |
$as(Object obj) |
String |
host() |
String |
passphrase() |
Number |
port() |
Boolean |
rejectUnauthorized() |
String |
servername() |
Socket |
socket() |
$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, valueOf
public Objs.Property<String> host
public Objs.Property<Number> port
public Objs.Property<Socket> socket
public Objs.Property<Object> pfx
public Objs.Property<Object> key
public Objs.Property<String> passphrase
public Objs.Property<Object> cert
public Objs.Property<Object> ca
public Objs.Property<Boolean> rejectUnauthorized
public Objs.Property<Object> NPNProtocols
public Objs.Property<String> servername
protected ConnectionOptions(Objs.Constructor<?> c, Object js)
Copyright © 2018. All rights reserved.