Uses of Class
org.eclipse.jetty.http.HttpField
Packages that use HttpField
-
Uses of HttpField in org.eclipse.jetty.http
Subclasses of HttpField in org.eclipse.jetty.httpModifier and TypeClassDescriptionclassAn HttpField holding a preparsed Host and port numberstatic classstatic classstatic classclassPre encoded HttpField.Fields in org.eclipse.jetty.http with type parameters of type HttpFieldModifier and TypeFieldDescriptionstatic final org.eclipse.jetty.util.Index<HttpField>HttpParser.CACHECache of commonHttpFields including: Common static combinations such as: Connection: close Accept-Encoding: gzip Content-Length: 0 Combinations of Content-Type header for common mime types by common charsets Most common headers with null values so that a lookup will at least determine the header name even if the name:value combination is not cachedMethods in org.eclipse.jetty.http that return HttpFieldModifier and TypeMethodDescriptionCompressedContentFormat.getContentEncoding()HttpContent.getContentEncoding()PrecompressedHttpContent.getContentEncoding()ResourceHttpContent.getContentEncoding()HttpContent.getContentLength()PrecompressedHttpContent.getContentLength()ResourceHttpContent.getContentLength()HttpContent.getContentType()PrecompressedHttpContent.getContentType()ResourceHttpContent.getContentType()MimeTypes.Type.getContentTypeField()HttpContent.getETag()PrecompressedHttpContent.getETag()ResourceHttpContent.getETag()HttpFields.getField(int index) Get a Field by index.default HttpFielddefault HttpFieldHttpFields.getField(HttpHeader header) HttpFields.Immutable.getField(int index) HttpFields.Immutable.getField(HttpHeader header) HttpFields.Mutable.getField(int index) Get a Field by index.HttpContent.getLastModified()PrecompressedHttpContent.getLastModified()ResourceHttpContent.getLastModified()Methods in org.eclipse.jetty.http that return types with arguments of type HttpFieldModifier and TypeMethodDescriptionorg.eclipse.jetty.util.Index<HttpField>HttpParser.getFieldCache()HttpFields.getFields(HttpHeader header) Get multiple fields of the same headerHttpFields.Immutable.iterator()HttpFields.Mutable.iterator()MetaData.iterator()HttpFields.Mutable.listIterator()HttpFields.Immutable.stream()HttpFields.Mutable.stream()HttpFields.stream()Methods in org.eclipse.jetty.http with parameters of type HttpFieldModifier and TypeMethodDescriptionstatic HttpFields.MutableHttpFields.build(HttpFields fields, HttpField replaceField) default booleanvoidHttpFields.Mutable.ensureField(HttpField field) Ensure that specific HttpField exists when the field may not exist or may exist and be multi valued.static HttpFields.ImmutablebooleanHttpField.isSameName(HttpField field) voidHttpParser.HttpHandler.parsedHeader(HttpField field) This is the method called by parser when an HTTP Header name and value is foundvoidHttpTester.Message.parsedHeader(HttpField field) default voidHttpParser.HttpHandler.parsedTrailer(HttpField field) This is the method called by parser when an HTTP Trailer name and value is foundstatic voidHttpGenerator.putTo(HttpField field, ByteBuffer bufferInFillMode) Method parameters in org.eclipse.jetty.http with type arguments of type HttpFieldModifier and TypeMethodDescriptionvoidHttpFields.Mutable.computeField(String name, BiFunction<String, List<HttpField>, HttpField> computeFn) Computes a single field for the given HTTP header name and for existing fields with the same name.voidHttpFields.Mutable.computeField(String name, BiFunction<String, List<HttpField>, HttpField> computeFn) Computes a single field for the given HTTP header name and for existing fields with the same name.voidHttpFields.Mutable.computeField(HttpHeader header, BiFunction<HttpHeader, List<HttpField>, HttpField> computeFn) Computes a single field for the given HttpHeader and for existing fields with the same header.voidHttpFields.Mutable.computeField(HttpHeader header, BiFunction<HttpHeader, List<HttpField>, HttpField> computeFn) Computes a single field for the given HttpHeader and for existing fields with the same header.Constructors in org.eclipse.jetty.http with parameters of type HttpField