Uses of Interface
com.sun.net.httpserver.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
Modifier 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.Modifier and TypeMethodDescriptiondefault Request
Returns an identicalRequest
with an additional header.Modifier 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.