public static class DefaultHTTPSession.Factory extends java.lang.Object implements HTTPSession.Factory
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
HTTPSession |
newHTTPSession(HTTPServer server)
Instantiate a new HTTP session.
|
public HTTPSession newHTTPSession(HTTPServer server)
HTTPSession.Factory
newHTTPSession
in interface HTTPSession.Factory
server
- the server that will handle the new session.