Uses of Interface
com.sun.net.httpserver.Request
Packages that use Request
包
描述
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 Request修饰符和类Class描述classThis class encapsulates a HTTP request received and a response to be generated in one exchange.classThis class encapsulates a HTTPS request received and a response to be generated in one exchange and defines the extensions toHttpExchangethat are specific to the HTTPS protocol.Methods in com.sun.net.httpserver that return RequestMethod parameters in com.sun.net.httpserver with type arguments of type Request修饰符和类方法描述static FilterFilter.adaptRequest(String description, UnaryOperator<Request> requestOperator) Returns a pre-processing Filter that inspects and possibly adapts the request state.static HttpHandlerHttpHandlers.handleOrElse(Predicate<Request> handlerTest, HttpHandler handler, HttpHandler fallbackHandler) Complements a conditionalHttpHandlerwith another handler.