public static interface HTTPSession.Factory
DefaultHTTPSession.Factory
.Modifier and Type | Method and Description |
---|---|
HTTPSession |
newHTTPSession(HTTPServer server)
Instantiate a new HTTP session.
|
HTTPSession newHTTPSession(HTTPServer server)
server
- the server that will handle the new session.