public final class Exports extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
static Objs.Property<Number> |
CLIENT_RENEG_LIMIT |
static Objs.Property<Number> |
CLIENT_RENEG_WINDOW |
$as, $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 static Objs.Property<Number> CLIENT_RENEG_LIMIT
public static Objs.Property<Number> CLIENT_RENEG_WINDOW
public static ClearTextStream connect(double port, String host, ConnectionOptions options, Function.A0<? extends Void> secureConnectListener)
public static ClearTextStream connect(double port)
public static ClearTextStream connect(double port, String host)
public static ClearTextStream connect(double port, String host, ConnectionOptions options)
public static ClearTextStream connect(double port, ConnectionOptions options, Function.A0<? extends Void> secureConnectListener)
public static ClearTextStream connect(double port, ConnectionOptions options)
public static ClearTextStream connect(TlsOptions options, Function.A0<? extends Void> secureConnectionListener)
public static ClearTextStream connect(TlsOptions options)
public static SecureContext createSecureContext(SecureContextOptions details)
public static SecurePair createSecurePair(Credentials credentials, Boolean isServer, Boolean requestCert, Boolean rejectUnauthorized)
public static SecurePair createSecurePair()
public static SecurePair createSecurePair(Credentials credentials)
public static SecurePair createSecurePair(Credentials credentials, Boolean isServer)
public static SecurePair createSecurePair(Credentials credentials, Boolean isServer, Boolean requestCert)
public static Server createServer(TlsOptions options, Function.A1<? super ClearTextStream,? extends Void> secureConnectionListener)
public static Server createServer(TlsOptions options)
Copyright © 2018. All rights reserved.