Package de.julielab.smac
Class HttpParamOptServer
- java.lang.Object
-
- de.julielab.smac.HttpParamOptServer
-
public class HttpParamOptServer extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCUTOFF_LENGTHstatic StringCUTOFF_TIMEstatic StringGET_CONFIG_SCOREstatic StringINSTANCEstatic StringINSTANCE_INFOstatic StringSEED
-
Constructor Summary
Constructors Constructor Description HttpParamOptServer(int port)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)voidstartServer()
-
-
-
Field Detail
-
GET_CONFIG_SCORE
public static final String GET_CONFIG_SCORE
- See Also:
- Constant Field Values
-
INSTANCE
public static final String INSTANCE
- See Also:
- Constant Field Values
-
INSTANCE_INFO
public static final String INSTANCE_INFO
- See Also:
- Constant Field Values
-
CUTOFF_TIME
public static final String CUTOFF_TIME
- See Also:
- Constant Field Values
-
CUTOFF_LENGTH
public static final String CUTOFF_LENGTH
- See Also:
- Constant Field Values
-
SEED
public static final String SEED
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
startServer
public void startServer()
-
-