Field Summary |
|
final protected static String | BACKLOG_NAME The name of the parameter defining the connection backlog. |
final protected static int | DEFAULT_BACKLOG The default value for the connection backlog. |
final protected static int | DEFAULT_TIMEOUT The default value for the connection timeout. |
final public static String | HELLO_NAME The name of the parameter defining the service hello name. |
final protected static String | TIMEOUT_NAME The name of the parameter defining the connection timeout. |
protected int | backlog The connection backlog. |
protected InetAddress | bindTo Network interface to which the service will bind. |
protected Integer | connectionLimit The maximum number of connections allowed for this service. |
protected String | connectionName The name of the connection used by this service. |
protected String | helloName The hello name for the service. |
protected int | port The port on which this service will be made available. |
protected ServerSocket | serverSocket |
protected String | serverSocketType The server socket type used to generate connections for this server. |
protected String | threadGroup |
protected ThreadPool | threadPool The thread pool used by this service that holds the threads
that service the client connections. |
protected int | timeout The connection idle timeout. |