Uses of Interface
com.sun.net.httpserver.Request
Packages that use Request
Package
Description
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
-
Uses of Request in com.sun.net.httpserver
Classes in com.sun.net.httpserver that implement RequestModifier and TypeClassDescriptionclass
This class encapsulates a HTTP request received and a response to be generated in one exchange.class
This class encapsulates a HTTPS request received and a response to be generated in one exchange and defines the extensions toHttpExchange
that are specific to the HTTPS protocol.Methods in com.sun.net.httpserver that return RequestModifier and TypeMethodDescriptiondefault Request
Returns an identicalRequest
with an additional header.Method parameters in com.sun.net.httpserver with type arguments of type RequestModifier and TypeMethodDescriptionstatic Filter
Filter.adaptRequest
(String description, UnaryOperator<Request> requestOperator) Returns a pre-processing Filter that inspects and possibly adapts the request state.static HttpHandler
HttpHandlers.handleOrElse
(Predicate<Request> handlerTest, HttpHandler handler, HttpHandler fallbackHandler) Complements a conditionalHttpHandler
with another handler.