Uses of Interface
org.eclipse.jetty.http.HttpFields
Packages that use HttpFields
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
-
Uses of HttpFields in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpFieldsModifier and TypeMethodDescriptionprotected HttpFieldsMultiPartRequestContent.customizePartHeaders(MultiPart.Part part) Request.getHeaders()Response.getHeaders()Returns the headers of this response.Response.getTrailers()Methods in org.eclipse.jetty.client that return types with arguments of type HttpFieldsMethods in org.eclipse.jetty.client with parameters of type HttpFieldsModifier and TypeMethodDescriptionprotected voidEarlyHintsProtocolHandler.onEarlyHints(Request request, HttpFields responseHeaders) protected voidProcessingProtocolHandler.onProcessing(Request request, HttpFields responseHeaders) Method parameters in org.eclipse.jetty.client with type arguments of type HttpFieldsModifier and TypeMethodDescriptionRequest.trailersSupplier(Supplier<HttpFields> trailers) Provides the trailers of this request. -
Uses of HttpFields in org.eclipse.jetty.client.transport
Methods in org.eclipse.jetty.client.transport that return HttpFieldsModifier and TypeMethodDescriptionHttpRequest.getHeaders()HttpResponse.getHeaders()HttpResponse.getTrailers()Methods in org.eclipse.jetty.client.transport that return types with arguments of type HttpFieldsMethod parameters in org.eclipse.jetty.client.transport with type arguments of type HttpFields -
Uses of HttpFields in org.eclipse.jetty.ee10.servlet
Methods in org.eclipse.jetty.ee10.servlet that return HttpFieldsModifier and TypeMethodDescriptionServletApiRequest.getFields()ServletCoreRequest.getHeaders()ServletContextRequest.getTrailers()ServletCoreRequest.getTrailers()Methods in org.eclipse.jetty.ee10.servlet that return types with arguments of type HttpFieldsMethods in org.eclipse.jetty.ee10.servlet with parameters of type HttpFieldsModifier and TypeMethodDescriptionServletCoreResponse.writeInterim(int status, HttpFields headers) Method parameters in org.eclipse.jetty.ee10.servlet with type arguments of type HttpFieldsModifier and TypeMethodDescriptionvoidServletCoreResponse.setTrailersSupplier(Supplier<HttpFields> trailers) -
Uses of HttpFields in org.eclipse.jetty.ee8.nested
Methods in org.eclipse.jetty.ee8.nested that return HttpFieldsModifier and TypeMethodDescriptionServletCoreRequest.getHeaders()Request.getHttpFields()Request.getTrailerHttpFields()ServletCoreRequest.getTrailers()Methods in org.eclipse.jetty.ee8.nested that return types with arguments of type HttpFieldsModifier and TypeMethodDescriptionResponse.getTrailers()ServletCoreResponse.getTrailersSupplier()Methods in org.eclipse.jetty.ee8.nested with parameters of type HttpFieldsModifier and TypeMethodDescriptionvoidHttpChannel.send102Processing(HttpFields headers) voidHttpChannel.send103EarlyHints(HttpFields headers) voidRequest.setHttpFields(HttpFields fields) voidRequest.setTrailerHttpFields(HttpFields trailers) ServletCoreResponse.writeInterim(int status, HttpFields headers) Method parameters in org.eclipse.jetty.ee8.nested with type arguments of type HttpFieldsModifier and TypeMethodDescriptionvoidResponse.setTrailers(Supplier<HttpFields> trailers) voidServletCoreResponse.setTrailersSupplier(Supplier<HttpFields> trailers) Constructors in org.eclipse.jetty.ee8.nested with parameters of type HttpFieldsModifierConstructorDescriptionPushBuilderImpl(Request request, HttpFields fields, String method, String queryString, String sessionId) -
Uses of HttpFields in org.eclipse.jetty.ee9.nested
Methods in org.eclipse.jetty.ee9.nested that return HttpFieldsModifier and TypeMethodDescriptionServletCoreRequest.getHeaders()Request.getHttpFields()Request.getTrailerHttpFields()ServletCoreRequest.getTrailers()Methods in org.eclipse.jetty.ee9.nested that return types with arguments of type HttpFieldsModifier and TypeMethodDescriptionResponse.getTrailers()ServletCoreResponse.getTrailersSupplier()Methods in org.eclipse.jetty.ee9.nested with parameters of type HttpFieldsModifier and TypeMethodDescriptionvoidHttpChannel.send102Processing(HttpFields headers) voidHttpChannel.send103EarlyHints(HttpFields headers) voidRequest.setHttpFields(HttpFields fields) voidRequest.setTrailerHttpFields(HttpFields trailers) ServletCoreResponse.writeInterim(int status, HttpFields headers) Method parameters in org.eclipse.jetty.ee9.nested with type arguments of type HttpFieldsModifier and TypeMethodDescriptionvoidResponse.setTrailers(Supplier<HttpFields> trailers) voidServletCoreResponse.setTrailersSupplier(Supplier<HttpFields> trailers) Constructors in org.eclipse.jetty.ee9.nested with parameters of type HttpFieldsModifierConstructorDescriptionPushBuilderImpl(Request request, HttpFields fields, String method, String queryString, String sessionId) -
Uses of HttpFields in org.eclipse.jetty.fcgi.generator
Methods in org.eclipse.jetty.fcgi.generator with parameters of type HttpFieldsModifier and TypeMethodDescriptionvoidClientGenerator.generateRequestHeaders(ByteBufferPool.Accumulator accumulator, int request, HttpFields fields) voidServerGenerator.generateResponseHeaders(ByteBufferPool.Accumulator accumulator, int request, int code, String reason, HttpFields fields) -
Uses of HttpFields in org.eclipse.jetty.http
Subinterfaces of HttpFields in org.eclipse.jetty.httpClasses in org.eclipse.jetty.http that implement HttpFieldsModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classA wrapper ofHttpFieldsinstances.static classDeprecated, for removal: This API element is subject to removal in a future version.static classstatic classstatic classSubinterfaces with type arguments of type HttpFields in org.eclipse.jetty.httpModifier and TypeInterfaceDescriptioninterfaceAn ordered collection ofHttpFields that represent the HTTP headers or HTTP trailers of an HTTP request or an HTTP response.Fields in org.eclipse.jetty.http declared as HttpFieldsModifier and TypeFieldDescriptionstatic final HttpFieldsHttpFields.EMPTYA constant for an immutable and emptyHttpFields.Methods in org.eclipse.jetty.http that return HttpFieldsModifier and TypeMethodDescriptiondefault HttpFieldsHttpFields.asImmutable()Returns an immutable copy of thisHttpFieldsinstance.protected HttpFieldsMultiPart.AbstractContentSource.customizePartHeaders(MultiPart.Part part) protected HttpFieldsMultiPartFormData.ContentSource.customizePartHeaders(MultiPart.Part part) static HttpFieldsReturns an immutableHttpFieldsinstance containing the givenHttpFields.default HttpFieldsHttpFields.get()Supplies this instance, typically used to supply HTTP trailers.MultiPart.Part.getHeaders()MetaData.getHttpFields()Get the HTTP headers or HTTP trailers.Trailers.getTrailers()Methods in org.eclipse.jetty.http that return types with arguments of type HttpFieldsMethods in org.eclipse.jetty.http with parameters of type HttpFieldsModifier and TypeMethodDescriptiondefault HttpFields.MutableHttpFields.Mutable.add(HttpFields fields) Adds all theHttpFields of the givenHttpFieldsto this instance.HttpFields.asMap(HttpFields fields) Wraps an instance ofHttpFieldsas aMap.static HttpFields.MutableHttpFields.build(HttpFields fields) Returns a newHttpFields.Mutableinstance containing a copy of all theHttpFields of the givenHttpFieldsparameter.static HttpFields.MutableHttpFields.build(HttpFields fields, EnumSet<HttpHeader> removeFields) Returns a newHttpFields.Mutableinstance containing a copy of all theHttpFields of the givenHttpFields, removing theHttpFields with the given names.static HttpFields.MutableHttpFields.build(HttpFields fields, HttpField replaceField) Returns a newHttpFields.Mutableinstance containing a copy of all theHttpFields of the givenHttpFields, replacing with the givenHttpFieldall the fieldsHttpFields with the same name.CookieCache.getCookies(HttpFields headers) Deprecated, for removal: This API element is subject to removal in a future version.CookieCache.getCookies(HttpFields headers, ComplianceViolation.Listener complianceViolationListener) Deprecated, for removal: This API element is subject to removal in a future version.default booleanHttpFields.isEqualTo(HttpFields that) Returns whether this instance is equal to the given instance.abstract voidMultiPart.AbstractPartsListener.onPart(String name, String fileName, HttpFields headers) Callback method invoked when aMultiPart.Parthas been parsed.Constructors in org.eclipse.jetty.http with parameters of type HttpFieldsModifierConstructorDescriptionByteBufferPart(String name, String fileName, HttpFields fields, ByteBuffer... buffers) ByteBufferPart(String name, String fileName, HttpFields fields, List<ByteBuffer> content) ChunksPart(String name, String fileName, HttpFields fields, List<Content.Chunk> content) ConnectRequest(long beginNanoTime, String scheme, HostPortHttpField authority, String pathQuery, HttpFields headers, String protocol) ConnectRequest(long beginNanoTime, HttpScheme scheme, HostPortHttpField authority, String pathQuery, HttpFields headers, String protocol) ConnectRequest(String scheme, HostPortHttpField authority, String pathQuery, HttpFields headers, String protocol) ConnectRequest(HttpScheme scheme, HostPortHttpField authority, String pathQuery, HttpFields headers, String protocol) ContentSourcePart(String name, String fileName, HttpFields fields, Content.Source content) MetaData(HttpVersion version, HttpFields fields) MetaData(HttpVersion version, HttpFields fields, long contentLength) MetaData(HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailersSupplier) Part(String name, String fileName, HttpFields fields) Deprecated, for removal: This API element is subject to removal in a future version.Part(ByteBufferPool.Sized bufferPool, long first, long length, String name, String fileName, HttpFields fields) Part(ByteBufferPool.Sized bufferPool, String name, String fileName, HttpFields fields) Part(HttpFields headers, Resource resource, ByteRange byteRange) Part(HttpFields headers, Resource resource, ByteRange byteRange, ByteBufferPool bufferPool) Deprecated, for removal: This API element is subject to removal in a future version.Part(HttpFields headers, Resource resource, ByteRange byteRange, ByteBufferPool.Sized bufferPool) PathPart(String name, String fileName, HttpFields fields, Path path) Deprecated, for removal: This API element is subject to removal in a future version.PathPart(ByteBufferPool.Sized bufferPool, String name, String fileName, HttpFields fields, Path path) Request(long beginNanoTime, String method, String scheme, HostPortHttpField authority, String uri, HttpVersion version, HttpFields headers, long contentLength) Request(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields headers) Request(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength) Request(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailers) Request(String method, String scheme, HostPortHttpField authority, String uri, HttpVersion version, HttpFields headers, long contentLength) Request(String method, HttpURI uri, HttpVersion version, HttpFields headers) Request(String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength) Request(String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailers) Response(int status, String reason, HttpVersion version, HttpFields headers) Response(int status, String reason, HttpVersion version, HttpFields headers, long contentLength) Response(int status, String reason, HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailers) Trailers(HttpFields trailers) Constructor parameters in org.eclipse.jetty.http with type arguments of type HttpFieldsModifierConstructorDescriptionMetaData(HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailersSupplier) Request(long beginNanoTime, String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailers) Request(String method, HttpURI uri, HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailers) Response(int status, String reason, HttpVersion version, HttpFields headers, long contentLength, Supplier<HttpFields> trailers) -
Uses of HttpFields in org.eclipse.jetty.http.tools.matchers
Subclasses with type arguments of type HttpFields in org.eclipse.jetty.http.tools.matchersModifier and TypeClassDescriptionclassclassclassMethods in org.eclipse.jetty.http.tools.matchers that return types with arguments of type HttpFieldsModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<HttpFields> HttpFieldsMatchers.containsHeader(String keyName) static org.hamcrest.Matcher<HttpFields> HttpFieldsMatchers.containsHeader(HttpHeader header) static org.hamcrest.Matcher<HttpFields> HttpFieldsMatchers.containsHeaderValue(String keyName, String value) static org.hamcrest.Matcher<HttpFields> HttpFieldsMatchers.containsHeaderValue(HttpHeader header, String value) static org.hamcrest.Matcher<HttpFields> HttpFieldsContainsHeaderKey.containsKey(String keyName) static org.hamcrest.Matcher<HttpFields> HttpFieldsMatchers.headerValue(String keyName, String value) Methods in org.eclipse.jetty.http.tools.matchers with parameters of type HttpFieldsModifier and TypeMethodDescriptionprotected booleanHttpFieldsContainsHeaderKey.matchesSafely(HttpFields fields) protected booleanHttpFieldsContainsHeaderValue.matchesSafely(HttpFields fields) protected booleanHttpFieldsHeaderValue.matchesSafely(HttpFields fields) -
Uses of HttpFields in org.eclipse.jetty.proxy
Methods in org.eclipse.jetty.proxy with parameters of type HttpFieldsModifier and TypeMethodDescriptionprotected voidProxyHandler.onServerToProxyResponse102Processing(Request clientToProxyRequest, Request proxyToServerRequest, HttpFields serverToProxyResponseHeaders, Response proxyToClientResponse) protected voidProxyHandler.onServerToProxyResponse103EarlyHints(Request clientToProxyRequest, Request proxyToServerRequest, HttpFields serverToProxyResponseHeaders, Response proxyToClientResponse) -
Uses of HttpFields in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HttpFieldsModifier and TypeMethodDescriptionRequest.getHeaders()Request.Wrapper.getHeaders()Request.getTrailers()Request.Wrapper.getTrailers()Methods in org.eclipse.jetty.server that return types with arguments of type HttpFieldsModifier and TypeMethodDescriptionResponse.getTrailersSupplier()Response.Wrapper.getTrailersSupplier()Methods in org.eclipse.jetty.server with parameters of type HttpFieldsModifier and TypeMethodDescriptionvoidCookieCache.parseCookies(HttpFields headers, ComplianceViolation.Listener complianceViolationListener) Response.Wrapper.writeInterim(int status, HttpFields headers) Response.writeInterim(int status, HttpFields headers) Writes anHTTP interim response, with the given HTTP status code and HTTP headers.Method parameters in org.eclipse.jetty.server with type arguments of type HttpFieldsModifier and TypeMethodDescriptionvoidResponse.setTrailersSupplier(Supplier<HttpFields> trailers) Sets the supplier for the HTTP trailers.voidResponse.Wrapper.setTrailersSupplier(Supplier<HttpFields> trailers) -
Uses of HttpFields in org.eclipse.jetty.server.handler
Methods in org.eclipse.jetty.server.handler with parameters of type HttpFieldsModifier and TypeMethodDescriptionprotected voidEventsHandler.onComplete(Request request, int status, HttpFields headers, Throwable failure) Invoked when the request and response processing are complete, just before the request and response will be recycled (i.e. after theRunnablereturn fromHttpChannel.onRequest(MetaData.Request)has returned and theCallbackpassed toRequest.Handler.handle(Request, Response, Callback)has been completed).protected final voidLatencyRecordingHandler.onComplete(Request request, int status, HttpFields headers, Throwable failure) protected voidStatisticsHandler.onComplete(Request request, int status, HttpFields headers, Throwable failure) protected voidEventsHandler.onResponseBegin(Request request, int status, HttpFields headers) Invoked just before the response is line written to the network (i.e. from within the first call toResponse.write(boolean, ByteBuffer, Callback)).protected voidEventsHandler.onResponseTrailersComplete(Request request, HttpFields trailers) Invoked after the response trailers have been written and the finalEventsHandler.onResponseWriteComplete(Request, Throwable)event was fired. -
Uses of HttpFields in org.eclipse.jetty.server.handler.gzip
Methods in org.eclipse.jetty.server.handler.gzip that return HttpFieldsConstructors in org.eclipse.jetty.server.handler.gzip with parameters of type HttpFields -
Uses of HttpFields in org.eclipse.jetty.websocket.core.client
Methods in org.eclipse.jetty.websocket.core.client that return HttpFields
Part(ByteBufferPool.Sized, String, String, HttpFields)instead.