Uses of Class
org.hcjf.io.net.http.HttpServer.ContextMatcher
-
Packages that use HttpServer.ContextMatcher Package Description org.hcjf.io.net.http org.hcjf.io.net.http.proxy -
-
Uses of HttpServer.ContextMatcher in org.hcjf.io.net.http
Methods in org.hcjf.io.net.http that return HttpServer.ContextMatcher Modifier and Type Method Description protected HttpServer.ContextMatcherHttpServer. findContext(java.lang.String contextName)Find the context instance that response to the request's context name. -
Uses of HttpServer.ContextMatcher in org.hcjf.io.net.http.proxy
Methods in org.hcjf.io.net.http.proxy that return HttpServer.ContextMatcher Modifier and Type Method Description protected HttpServer.ContextMatcherHttpProxy. findContext(java.lang.String contextName)All the times return the same internal context.
-