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