Uses of Class
is.galia.http.Headers
Packages that use Headers
Package
Description
Contains a simple HTTP client and server along with some utility
classes.
HTTP resource classes and server request handler class.
-
Uses of Headers in is.galia.http
Methods in is.galia.http that return HeadersModifier and TypeMethodDescriptionClient.getHeaders()JDKHttpResponseWrapper.getHeaders()MutableResponse.getHeaders()OkHttpResponseWrapper.getHeaders()Response.getHeaders()Methods in is.galia.http with parameters of type HeadersModifier and TypeMethodDescriptionvoidReference.Builder.applyProxyHeaders(Headers headers) Applies any reverse proxying-related request headers present in the argument.voidMutableResponse.setHeaders(Headers headers) Constructors in is.galia.http with parameters of type Headers -
Uses of Headers in is.galia.resource
Methods in is.galia.resource that return HeadersModifier and TypeMethodDescriptionJettyRequestWrapper.getHeaders()JettyResponseWrapper.getHeaders()MutableRequest.getHeaders()Request.getHeaders()Response.getHeaders()Methods in is.galia.resource with parameters of type Headers