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 classHostPortHttpFieldstatic 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.Trie<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 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.HttpFieldHttpFields. getField(java.lang.String name)HttpFieldHttpFields. getField(HttpHeader header)HttpFieldHttpContent. getLastModified()HttpFieldPrecompressedHttpContent. getLastModified()HttpFieldResourceHttpContent. getLastModified()HttpFieldHttpFields. remove(java.lang.String name)Remove a field.HttpFieldHttpFields. remove(HttpHeader name)Remove a field.Methods in org.eclipse.jetty.http that return types with arguments of type HttpField Modifier and Type Method Description org.eclipse.jetty.util.Trie<HttpField>HttpParser. getFieldCache()java.util.Iterator<HttpField>HttpFields. iterator()java.util.Iterator<HttpField>MetaData. iterator()java.util.ListIterator<HttpField>HttpFields. listIterator()java.util.stream.Stream<HttpField>HttpFields. stream()Methods in org.eclipse.jetty.http with parameters of type HttpField Modifier and Type Method Description voidHttpFields. add(HttpField field)booleanHttpFields. contains(HttpField field)booleanHttpField. isSameName(HttpField field)voidHttpParser.HttpHandler. parsedHeader(HttpField field)This is the method called by parser when a HTTP Header name and value is founddefault voidHttpParser.HttpHandler. parsedTrailer(HttpField field)This is the method called by parser when a HTTP Trailer name and value is foundvoidHttpFields. put(HttpField field)static voidHttpGenerator. putTo(HttpField field, java.nio.ByteBuffer bufferInFillMode)
-