Uses of Class
org.eclipse.jetty.http.HttpField
-
Packages that use HttpField Package Description org.eclipse.jetty.http Jetty Http : Tools for Http processing -
-
Uses of HttpField in org.eclipse.jetty.http
Subclasses of HttpField in org.eclipse.jetty.http Modifier and Type Class Description classHostPortHttpFieldAn HttpField holding a preparsed Host and port numberstatic classHttpCookie.SetCookieHttpFieldstatic classHttpField.IntValueHttpFieldstatic classHttpField.LongValueHttpFieldclassPreEncodedHttpFieldPre encoded HttpField.Fields in org.eclipse.jetty.http with type parameters of type HttpField Modifier and Type Field Description static 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 HttpField Modifier and Type Method Description HttpFieldCompressedContentFormat. getContentEncoding()HttpFieldHttpContent. getContentEncoding()HttpFieldPrecompressedHttpContent. getContentEncoding()HttpFieldResourceHttpContent. getContentEncoding()HttpFieldHttpContent. getContentLength()HttpFieldPrecompressedHttpContent. getContentLength()HttpFieldResourceHttpContent. getContentLength()HttpFieldHttpContent. getContentType()HttpFieldPrecompressedHttpContent. getContentType()HttpFieldResourceHttpContent. getContentType()HttpFieldMimeTypes.Type. getContentTypeField()HttpFieldHttpContent. getETag()HttpFieldPrecompressedHttpContent. getETag()HttpFieldResourceHttpContent. getETag()HttpFieldHttpFields. getField(int index)Get a Field by index.default HttpFieldHttpFields. getField(java.lang.String name)default HttpFieldHttpFields. getField(HttpHeader header)HttpFieldHttpFields.Immutable. getField(int index)HttpFieldHttpFields.Immutable. getField(java.lang.String name)HttpFieldHttpFields.Immutable. getField(HttpHeader header)HttpFieldHttpFields.Mutable. getField(int index)Get a Field by index.HttpFieldHttpContent. getLastModified()HttpFieldPrecompressedHttpContent. getLastModified()HttpFieldResourceHttpContent. getLastModified()Methods in org.eclipse.jetty.http that return types with arguments of type HttpField Modifier and Type Method Description org.eclipse.jetty.util.Index<HttpField>HttpParser. getFieldCache()default java.util.List<HttpField>HttpFields. getFields(java.lang.String name)default java.util.List<HttpField>HttpFields. getFields(HttpHeader header)Get multiple fields of the same headerjava.util.Iterator<HttpField>HttpFields.Immutable. iterator()java.util.Iterator<HttpField>HttpFields.Mutable. iterator()java.util.Iterator<HttpField>MetaData. iterator()java.util.ListIterator<HttpField>HttpFields.Mutable. listIterator()java.util.stream.Stream<HttpField>HttpFields.Immutable. stream()java.util.stream.Stream<HttpField>HttpFields.Mutable. stream()java.util.stream.Stream<HttpField>HttpFields. stream()Methods in org.eclipse.jetty.http with parameters of type HttpField Modifier and Type Method Description HttpFields.MutableHttpFields.Mutable. add(HttpField field)static HttpFields.MutableHttpFields. build(HttpFields fields, HttpField replaceField)default booleanHttpFields. contains(HttpField field)voidHttpFields.Mutable. ensureField(HttpField field)Ensure that specific HttpField exists when the field may not exist or may exist and be multi valued.static HttpFields.ImmutableHttpFields. from(HttpField... fields)booleanHttpField. 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 foundHttpFields.MutableHttpFields.Mutable. put(HttpField field)static voidHttpGenerator. putTo(HttpField field, java.nio.ByteBuffer bufferInFillMode)Method parameters in org.eclipse.jetty.http with type arguments of type HttpField Modifier and Type Method Description voidHttpFields.Mutable. computeField(java.lang.String name, java.util.function.BiFunction<java.lang.String,java.util.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(java.lang.String name, java.util.function.BiFunction<java.lang.String,java.util.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, java.util.function.BiFunction<HttpHeader,java.util.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, java.util.function.BiFunction<HttpHeader,java.util.List<HttpField>,HttpField> computeFn)Computes a single field for the given HttpHeader and for existing fields with the same header.
-