Uses of Class
org.glassfish.grizzly.http.server.HttpHandlerRegistration
-
Packages that use HttpHandlerRegistration Package Description org.glassfish.grizzly.http.server -
-
Uses of HttpHandlerRegistration in org.glassfish.grizzly.http.server
Fields in org.glassfish.grizzly.http.server declared as HttpHandlerRegistration Modifier and Type Field Description static HttpHandlerRegistrationHttpHandlerRegistration. ROOTMethods in org.glassfish.grizzly.http.server that return HttpHandlerRegistration Modifier and Type Method Description HttpHandlerRegistrationHttpHandlerRegistration.Builder. build()static HttpHandlerRegistrationHttpHandlerRegistration. fromString(String mapping)Create a registration from the mappingString.Methods in org.glassfish.grizzly.http.server with parameters of type HttpHandlerRegistration Modifier and Type Method Description voidHttpHandlerChain. addHandler(HttpHandler httpHandler, HttpHandlerRegistration[] mappings)Add aHttpHandlerand its associated array of mapping.voidServerConfiguration. addHttpHandler(HttpHandler httpHandler, HttpHandlerRegistration... mapping)Adds the specifiedHttpHandlerwith its associated mapping(s).
-