Uses of Class
org.glassfish.grizzly.http.server.HttpHandler
-
Packages that use HttpHandler Package Description org.glassfish.grizzly.http.server -
-
Uses of HttpHandler in org.glassfish.grizzly.http.server
Subclasses of HttpHandler in org.glassfish.grizzly.http.server Modifier and Type Class Description classCLStaticHttpHandlerHttpHandler, which processes requests to a static resources resolved by a givenClassLoader.classHttpHandlerChainThe HttpHandlerChain class allows the invocation of multipleHttpHandlers every time a new HTTP request is ready to be handled.classStaticHttpHandlerHttpHandler, which processes requests to a static resources.classStaticHttpHandlerBaseThe basic class forHttpHandlerimplementations, which processes requests to a static resources.Methods in org.glassfish.grizzly.http.server that return HttpHandler Modifier and Type Method Description HttpHandlerHttpServer. getHttpHandler()HttpHandlerHttpServerFilter. getHttpHandler()Methods in org.glassfish.grizzly.http.server that return types with arguments of type HttpHandler Modifier and Type Method Description Map<HttpHandler,String[]>ServerConfiguration. getHttpHandlers()Deprecated.Map<HttpHandler,HttpHandlerRegistration[]>ServerConfiguration. getHttpHandlersWithMapping()Returns theHttpHandlermap.Methods in org.glassfish.grizzly.http.server with parameters of type HttpHandler Modifier and Type Method Description voidHttpHandlerChain. 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)
-