Uses of Class
org.eclipse.jetty.http.HttpFields.Mutable
Packages that use HttpFields.Mutable
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : API Classes
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Uses of HttpFields.Mutable in org.eclipse.jetty.client
Method parameters in org.eclipse.jetty.client with type arguments of type HttpFields.MutableModifier and TypeMethodDescriptionHttpRequest.headers
(Consumer<HttpFields.Mutable> consumer) HttpResponse.headers
(Consumer<HttpFields.Mutable> consumer) -
Uses of HttpFields.Mutable in org.eclipse.jetty.client.api
Method parameters in org.eclipse.jetty.client.api with type arguments of type HttpFields.MutableModifier and TypeMethodDescriptionRequest.headers
(Consumer<HttpFields.Mutable> consumer) Modifies the headers of this request. -
Uses of HttpFields.Mutable in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type HttpFields.MutableModifier and TypeMethodDescriptionprotected void
HttpClientTransportOverFCGI.customize
(Request request, HttpFields.Mutable fastCGIHeaders) -
Uses of HttpFields.Mutable in org.eclipse.jetty.fcgi.server.proxy
Methods in org.eclipse.jetty.fcgi.server.proxy with parameters of type HttpFields.MutableModifier and TypeMethodDescriptionprotected void
FastCGIProxyServlet.customizeFastCGIHeaders
(Request proxyRequest, HttpFields.Mutable fastCGIHeaders) -
Uses of HttpFields.Mutable in org.eclipse.jetty.http
Subclasses of HttpFields.Mutable in org.eclipse.jetty.httpModifier and TypeClassDescriptionstatic class
static class
static class
Methods in org.eclipse.jetty.http that return HttpFields.MutableModifier and TypeMethodDescriptionAdd to or set a field.HttpFields.Mutable.add
(HttpFields fields) HttpFields.Mutable.add
(HttpHeader header, String value) Add to or set a field.HttpFields.Mutable.add
(HttpHeader header, HttpHeaderValue value) Add comma separated values, but only if not already present.HttpFields.Mutable.addCSV
(HttpHeader header, String... values) Add comma separated values, but only if not already present.HttpFields.Mutable.addDateField
(String name, long date) Sets the value of a date field.static HttpFields.Mutable
HttpFields.build()
static HttpFields.Mutable
HttpFields.build
(int capacity) static HttpFields.Mutable
HttpFields.build
(HttpFields fields) static HttpFields.Mutable
HttpFields.build
(HttpFields fields, EnumSet<HttpHeader> removeFields) static HttpFields.Mutable
HttpFields.build
(HttpFields fields, HttpField replaceField) HttpFields.Mutable.clear()
Set a field.Set a field.HttpFields.Mutable.put
(HttpHeader header, String value) Set a field.HttpFields.Mutable.put
(HttpHeader header, HttpHeaderValue value) HttpFields.Mutable.putDateField
(String name, long date) Sets the value of a date field.HttpFields.Mutable.putDateField
(HttpHeader name, long date) Sets the value of a date field.HttpFields.Mutable.putLongField
(String name, long value) Sets the value of an long field.HttpFields.Mutable.putLongField
(HttpHeader name, long value) Sets the value of an long field.Remove a field.HttpFields.Mutable.remove
(EnumSet<HttpHeader> fields) HttpFields.Mutable.remove
(HttpHeader name) Remove a field.Methods in org.eclipse.jetty.http with parameters of type HttpFields.MutableModifier and TypeMethodDescriptionstatic void
HttpGenerator.putTo
(HttpFields.Mutable fields, ByteBuffer bufferInFillMode) -
Uses of HttpFields.Mutable in org.eclipse.jetty.http2.server
Methods in org.eclipse.jetty.http2.server with parameters of type HttpFields.MutableModifier and TypeMethodDescriptionboolean
HTTP2ServerConnection.upgrade
(MetaData.Request request, HttpFields.Mutable responseFields) HTTP2CServerConnectionFactory.upgradeConnection
(Connector connector, EndPoint endPoint, MetaData.Request request, HttpFields.Mutable response101) -
Uses of HttpFields.Mutable in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpFields.MutableMethods in org.eclipse.jetty.server with parameters of type HttpFields.MutableModifier and TypeMethodDescriptionConnectionFactory.Upgrading.upgradeConnection
(Connector connector, EndPoint endPoint, MetaData.Request upgradeRequest, HttpFields.Mutable responseFields) Create a connection for an upgrade request. -
Uses of HttpFields.Mutable in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with parameters of type HttpFields.MutableModifier and TypeMethodDescriptionErrorHandler.badMessageError
(int status, String reason, HttpFields.Mutable fields) Bad Message Error body