Uses of Class
com.sun.net.httpserver.Headers
Package
Description
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
-
Uses of Headers in com.sun.net.httpserver
Modifier and TypeMethodDescriptionabstract Headers
HttpExchange.getRequestHeaders()
Returns an immutableMap
containing the HTTP headers that were included with this request.abstract Headers
HttpExchange.getResponseHeaders()
Returns a mutableMap
into which the HTTP response headers can be stored and which will be transmitted as part of this response.