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.FactorynewHTTPSession in interface HTTPSession.Factoryserver - the server that will handle the new session.