public final class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CERTIFICATE_KEY
The Request attribute key for the client certificate chain.
|
static String |
CIPHER_SUITE_KEY
The Request attribute key for the cipher suite.
|
static String |
KEY_SIZE_KEY
The Request attribute key for the key size.
|
static int |
MAX_THREADS |
static boolean |
REUSE_ADDRESS |
static String |
SESSION_ID_KEY
The Request attribute key for the session id.
|
static int |
SHUTDOWN_TIMEOUT |
static int |
SO_RCV_BUFFER |
static int |
SO_SND_BUFFER |
static boolean |
WAIT_FOR_THREAD |
Constructor and Description |
---|
Constants() |
public static final int MAX_THREADS
public static final boolean WAIT_FOR_THREAD
public static final boolean REUSE_ADDRESS
public static final int SO_RCV_BUFFER
public static final int SO_SND_BUFFER
public static final int SHUTDOWN_TIMEOUT
public static final String CIPHER_SUITE_KEY
public static final String KEY_SIZE_KEY
public static final String CERTIFICATE_KEY
public static final String SESSION_ID_KEY
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.