Uses of Class
org.glassfish.grizzly.http.server.HttpHandler
Packages that use HttpHandler
-
Uses of HttpHandler in org.glassfish.grizzly.http.server
Subclasses of HttpHandler in org.glassfish.grizzly.http.serverModifier and TypeClassDescriptionclassHttpHandler, which processes requests to a static resources resolved by a givenClassLoader.classThe HttpHandlerChain class allows the invocation of multipleHttpHandlers every time a new HTTP request is ready to be handled.classHttpHandler, which processes requests to a static resources.classThe basic class forHttpHandlerimplementations, which processes requests to a static resources.Methods in org.glassfish.grizzly.http.server that return HttpHandlerMethods in org.glassfish.grizzly.http.server that return types with arguments of type HttpHandlerModifier and TypeMethodDescriptionMap<HttpHandler,String[]> ServerConfiguration.getHttpHandlers()Deprecated.ServerConfiguration.getHttpHandlersWithMapping()Returns theHttpHandlermap.Methods in org.glassfish.grizzly.http.server with parameters of type HttpHandlerModifier and TypeMethodDescriptionvoidHttpHandlerChain.addHandler(HttpHandler httpHandler, String[] mappings) Add aHttpHandlerand its associated array of mapping.voidHttpHandlerChain.addHandler(HttpHandler httpHandler, HttpHandlerRegistration[] mappings) Add aHttpHandlerand its associated array of mapping.voidServerConfiguration.addHttpHandler(HttpHandler httpHandler) Adds the specifiedHttpHandleras a root handler.voidServerConfiguration.addHttpHandler(HttpHandler httpHandler, String... mappings) Adds the specifiedHttpHandlerwith its associated mapping(s).voidServerConfiguration.addHttpHandler(HttpHandler httpHandler, HttpHandlerRegistration... mapping) Adds the specifiedHttpHandlerwith its associated mapping(s).voidHttpServerProbe.Adapter.onBeforeServiceEvent(HttpServerFilter filter, org.glassfish.grizzly.Connection connection, Request request, HttpHandler httpHandler) Method will be called, before invokingservice(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response).voidHttpServerProbe.onBeforeServiceEvent(HttpServerFilter filter, org.glassfish.grizzly.Connection connection, Request request, HttpHandler httpHandler) Method will be called, before invokingservice(org.glassfish.grizzly.http.server.Request, org.glassfish.grizzly.http.server.Response).booleanHttpHandlerChain.removeHttpHandler(HttpHandler httpHandler) Remove aHttpHandlerbooleanServerConfiguration.removeHttpHandler(HttpHandler httpHandler) Removes the specifiedHttpHandler.voidHttpServerFilter.setHttpHandler(HttpHandler httpHandler)
ServerConfiguration.getHttpHandlersWithMapping()