Uses of Class
org.glassfish.grizzly.http.server.HttpHandlerRegistration
Packages that use HttpHandlerRegistration
-
Uses of HttpHandlerRegistration in org.glassfish.grizzly.http.server
Fields in org.glassfish.grizzly.http.server declared as HttpHandlerRegistrationModifier and TypeFieldDescriptionstatic final HttpHandlerRegistrationHttpHandlerRegistration.ROOTMethods in org.glassfish.grizzly.http.server that return HttpHandlerRegistrationModifier and TypeMethodDescriptionHttpHandlerRegistration.Builder.build()static HttpHandlerRegistrationHttpHandlerRegistration.fromString(String mapping) Create a registration from the mappingString.Methods in org.glassfish.grizzly.http.server with parameters of type HttpHandlerRegistrationModifier and TypeMethodDescriptionvoidHttpHandlerChain.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).