Uses of Class
org.hcjf.io.net.http.HttpServer
-
Packages that use HttpServer Package Description org.hcjf.io.net.http org.hcjf.io.net.http.proxy -
-
Uses of HttpServer in org.hcjf.io.net.http
Subclasses of HttpServer in org.hcjf.io.net.http Modifier and Type Class Description classHttpsServerMethods in org.hcjf.io.net.http with parameters of type HttpServer Modifier and Type Method Description HttpSessionHttpSessionManager. createSession(HttpServer server, NetPackage netPackage)Starts with the http session creation.HttpSessionHttpSessionManager.DefaultHttpSessionManager. createSession(HttpServer server, NetPackage netPackage)Default http session factory creation. -
Uses of HttpServer in org.hcjf.io.net.http.proxy
Subclasses of HttpServer in org.hcjf.io.net.http.proxy Modifier and Type Class Description classHttpProxyHttp proxy implementation
-