Uses of Class
org.hcjf.io.net.http.Context
-
Packages that use Context Package Description org.hcjf.io.net.http org.hcjf.io.net.http.layered org.hcjf.io.net.http.proxy -
-
Uses of Context in org.hcjf.io.net.http
Subclasses of Context in org.hcjf.io.net.http Modifier and Type Class Description classEnumContextThis kind of context publish the enums of the system.classFolderContextThis class publish some local folder in the web environment.classRestContextThis class provides an abstraction to implements a simple rest end point that join any rest rule with some layer implementation.Methods in org.hcjf.io.net.http that return Context Modifier and Type Method Description ContextHttpServer.ContextMatcher. getContext()Methods in org.hcjf.io.net.http with parameters of type Context Modifier and Type Method Description voidHttpServer. addContext(Context context)Add context to the server.static voidHttpServer. create(java.lang.Integer port, Context... contexts)static voidHttpsServer. create(java.lang.Integer port, Context... contexts)Constructors in org.hcjf.io.net.http with parameters of type Context Constructor Description ContextMatcher(Context context, java.util.regex.Matcher matcher) -
Uses of Context in org.hcjf.io.net.http.layered
Subclasses of Context in org.hcjf.io.net.http.layered Modifier and Type Class Description classLayeredContext<L extends LayerInterface,P extends LayeredRequest,R extends LayeredResponse>This kind of context publish an http interface for som kind of layer. -
Uses of Context in org.hcjf.io.net.http.proxy
Methods in org.hcjf.io.net.http.proxy with parameters of type Context Modifier and Type Method Description voidHttpProxy. addContext(Context context)This kind of http server not support custom context because there are only one context to take the incoming request and redirect the traffic using the storage rules.
-