Uses of Interface
org.eclipse.jetty.http.HttpFields
Packages that use HttpFields
-
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 classFields 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<org.eclipse.jetty.io.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, org.eclipse.jetty.io.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) Part(HttpFields headers, org.eclipse.jetty.util.resource.Resource resource, ByteRange byteRange) Part(HttpFields headers, org.eclipse.jetty.util.resource.Resource resource, ByteRange byteRange, org.eclipse.jetty.io.ByteBufferPool bufferPool) PathPart(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)