public class TlsOptions 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> |
ciphers |
Objs.Property<Object> |
crl |
Objs.Property<Object> |
honorCipherOrder |
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<Boolean> |
requestCert |
Objs.Property<Function.A1<? super String,? extends Object>> |
SNICallback |
Modifier | Constructor and Description |
---|---|
protected |
TlsOptions(Objs.Constructor<?> c,
Object js) |
Modifier and Type | Method and Description |
---|---|
static TlsOptions |
$as(Object obj) |
String |
ciphers() |
String |
host() |
String |
passphrase() |
Number |
port() |
Boolean |
rejectUnauthorized() |
Boolean |
requestCert() |
Function.A1<? super String,? extends Object> |
SNICallback() |
$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<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<Object> crl
public Objs.Property<String> ciphers
public Objs.Property<Object> honorCipherOrder
public Objs.Property<Boolean> requestCert
public Objs.Property<Boolean> rejectUnauthorized
public Objs.Property<Object> NPNProtocols
public Objs.Property<Function.A1<? super String,? extends Object>> SNICallback
protected TlsOptions(Objs.Constructor<?> c, Object js)
public static TlsOptions $as(Object obj)
public String host()
public Number port()
public String passphrase()
public String ciphers()
public Boolean requestCert()
public Boolean rejectUnauthorized()
public Function.A1<? super String,? extends Object> SNICallback()
Copyright © 2018. All rights reserved.