public class RCFProto
extends java.lang.Object
| Constructor and Description |
|---|
RCFProto() |
| Modifier and Type | Method and Description |
|---|---|
static void |
deinit()
Reference-counted deinitialization of RCF framework.
|
static void |
disableLogging()
Disables logging for the RCF runtime.
|
static void |
enableLogging(LogTarget logTarget,
int logLevel,
java.lang.String logFormat)
Configures logging for the RCF runtime.
|
static SslImplementation |
getDefaultSslImplementation()
Gets the default SSL implementation.
|
static void |
init()
Reference-counted initialization of RCF framework.
|
static void |
setDefaultSslImplementation(SslImplementation sslImplementation)
Sets the default SSL implementation to use (OpenSSL or Schannel).
|
public static void init()
public static void deinit()
public static void enableLogging(LogTarget logTarget, int logLevel, java.lang.String logFormat)
public static void disableLogging()
public static void setDefaultSslImplementation(SslImplementation sslImplementation)
public static SslImplementation getDefaultSslImplementation()