com.sun.grizzly.http
Class SelectorThreadConfig

java.lang.Object
  extended by com.sun.grizzly.http.SelectorThreadConfig

public class SelectorThreadConfig
extends Object


Field Summary
static String REUSE_ADRESS
          Do not bind on occupied port
protected static StringManager sm
          The string manager for this package.
 
Constructor Summary
SelectorThreadConfig()
           
 
Method Summary
static void configure(SelectorThread selectorThread)
          Configure properties on SelectorThread
protected static void configureProperties(SelectorThread selectorThread)
          Read systems properties and configure the SelectorThread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REUSE_ADRESS

public static final String REUSE_ADRESS
Do not bind on occupied port

See Also:
Constant Field Values

sm

protected static final StringManager sm
The string manager for this package.

Constructor Detail

SelectorThreadConfig

public SelectorThreadConfig()
Method Detail

configureProperties

protected static void configureProperties(SelectorThread selectorThread)
Read systems properties and configure the SelectorThread.


configure

public static void configure(SelectorThread selectorThread)
Configure properties on SelectorThread



Copyright © 2012 Oracle Corporation. All Rights Reserved.