Package | Description |
---|---|
ej.hoka.http |
Base HTTP handling classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
DefaultHTTPSession.Factory
This class makes the creation of HTTPServer easier.
|
Constructor and Description |
---|
HTTPServer(int port,
int maxSimultaneousConnection,
int jobCountBySession,
HTTPSession.Factory httpSessionFactory)
Creates a
HTTPServer on the given port. |
HTTPServer(int port,
int maxSimultaneousConnection,
int jobCountBySession,
HTTPSession.Factory httpSessionFactory,
javax.net.ServerSocketFactory serverSocketFactory)
Creates a
HTTPServer using the given ServerSocket . |