Uses of Interface
org.hcjf.io.net.http.HttpSessionManager
-
Packages that use HttpSessionManager Package Description org.hcjf.io.net.http -
-
Uses of HttpSessionManager in org.hcjf.io.net.http
Classes in org.hcjf.io.net.http that implement HttpSessionManager Modifier and Type Class Description static classHttpSessionManager.DefaultHttpSessionManagerThis class is a default session factory implementation.Fields in org.hcjf.io.net.http declared as HttpSessionManager Modifier and Type Field Description static HttpSessionManagerHttpSessionManager. DEFAULTMethods in org.hcjf.io.net.http that return HttpSessionManager Modifier and Type Method Description HttpSessionManagerHttpServer. getSessionManager()Return the instance of the session factory.Methods in org.hcjf.io.net.http with parameters of type HttpSessionManager Modifier and Type Method Description voidHttpServer. setSessionManager(HttpSessionManager sessionManager)Set the instance of the session factory.
-