public interface DataServer
DataApi.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PATH_FOR_GET_DATA |
static String |
DEFAULT_PATH_FOR_POST_INPUT |
| Modifier and Type | Method and Description |
|---|---|
int |
getPort() |
void |
init() |
DataServer |
withPathForGetData(String pathForGetData) |
DataServer |
withPathForPostInput(String pathForPostInput) |
DataServer |
withPort(int portNumber) |
static final String DEFAULT_PATH_FOR_GET_DATA
static final String DEFAULT_PATH_FOR_POST_INPUT
DataServer withPathForGetData(String pathForGetData)
DataServer withPathForPostInput(String pathForPostInput)
DataServer withPort(int portNumber)
int getPort()
void init()