Field Summary |
|
final public static String | CERTIFICATE_KEY The Request attribute key for the client certificate chain. |
final public static String | CIPHER_SUITE_KEY The Request attribute key for the cipher suite. |
final public static String | KEY_SIZE_KEY The Request attribute key for the key size. |
final public static String | SESSION_ID_KEY The Request attribute key for the session id. |
protected InetAddress | address Address for the server socket. |
protected int | backlog Allows the server developer to specify the backlog that
should be used for server sockets. |
protected int | curThreads Current worker threads count. |
protected int | curThreadsBusy Current worker threads busy count. |
protected boolean | daemon The default is true - the created threads will be
in daemon mode. |
protected Executor | executor External Executor based thread pool. |
protected boolean | initialized Track the initialization state of the endpoint. |
protected static Log | log |
protected int | maxThreads Maximum amount of worker threads. |
protected String | name Name of the thread pool, which will be used for naming child threads. |
protected volatile boolean | paused Will be set to true whenever the endpoint is paused. |
protected int | port Server socket port. |
protected volatile boolean | running Running state of the endpoint. |
protected int | sequence Sequence number used to generate thread names. |
protected static StringManager | sm |
protected int | soLinger Socket linger. |
protected int | soTimeout Socket timeout. |
protected boolean | tcpNoDelay Socket TCP no delay. |
protected int | threadPriority Priority of the acceptor and poller threads. |