Uses of Class
org.eclipse.jetty.http.HttpField
-
Packages that use HttpField Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.api Jetty Client : API Classesorg.eclipse.jetty.client.http org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.parser org.eclipse.jetty.fcgi.server org.eclipse.jetty.http Jetty Http : Tools for Http processingorg.eclipse.jetty.http2.hpack org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.handler.gzip Jetty GZIP Handler -
-
Uses of HttpField in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpField Modifier and Type Method Description protected HttpFieldHttpClient. getAcceptEncodingField()HttpFieldHttpDestination. getHostField()HttpFieldHttpClient. getUserAgentField()Methods in org.eclipse.jetty.client with parameters of type HttpField Modifier and Type Method Description booleanResponseNotifier. notifyHeader(java.util.List<Response.ResponseListener> listeners, Response response, HttpField field)booleanRedirectProtocolHandler. onHeader(Response response, HttpField field)protected booleanHttpReceiver. responseHeader(HttpExchange exchange, HttpField field)Method to be invoked when a response HTTP header is available.voidHttpClient. setUserAgentField(HttpField agent)protected voidHttpReceiver. storeCookie(java.net.URI uri, HttpField field)HttpResponseHttpResponse. trailer(HttpField trailer) -
Uses of HttpField in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api with parameters of type HttpField Modifier and Type Method Description booleanResponse.HeaderListener. onHeader(Response response, HttpField field)Callback method invoked when a response header has been received and parsed, returning whether the header should be processed or not.default booleanResponse.Listener. onHeader(Response response, HttpField field) -
Uses of HttpField in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type HttpField Modifier and Type Method Description voidHttpReceiverOverHTTP. parsedHeader(HttpField field)voidHttpReceiverOverHTTP. parsedTrailer(HttpField trailer) -
Uses of HttpField in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http with parameters of type HttpField Modifier and Type Method Description protected booleanHttpChannelOverFCGI. responseHeader(HttpField field)protected booleanHttpReceiverOverFCGI. responseHeader(HttpExchange exchange, HttpField field) -
Uses of HttpField in org.eclipse.jetty.fcgi.parser
Methods in org.eclipse.jetty.fcgi.parser with parameters of type HttpField Modifier and Type Method Description voidParser.Listener.Adapter. onHeader(int request, HttpField field)voidParser.Listener. onHeader(int request, HttpField field) -
Uses of HttpField in org.eclipse.jetty.fcgi.server
Methods in org.eclipse.jetty.fcgi.server with parameters of type HttpField Modifier and Type Method Description protected voidHttpChannelOverFCGI. header(HttpField field) -
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 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 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.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 Trie<HttpField>HttpParser. getFieldCache()java.util.List<HttpField>HttpFields. getFields(java.lang.String name)java.util.List<HttpField>HttpFields. getFields(HttpHeader header)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 an HTTP Header name and value is founddefault voidHttpParser.HttpHandler. parsedTrailer(HttpField field)This is the method called by parser when an HTTP Trailer name and value is foundvoidHttpFields. 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. 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. 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. 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. 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. -
Uses of HttpField in org.eclipse.jetty.http2.hpack
Subclasses of HttpField in org.eclipse.jetty.http2.hpack Modifier and Type Class Description classAuthorityHttpFieldclassStaticTableHttpFieldMethods in org.eclipse.jetty.http2.hpack that return HttpField Modifier and Type Method Description HttpFieldHpackContext.Entry. getHttpField()Methods in org.eclipse.jetty.http2.hpack with parameters of type HttpField Modifier and Type Method Description HpackContext.EntryHpackContext. add(HttpField field)voidMetaDataBuilder. emit(HttpField field)voidHpackEncoder. encode(java.nio.ByteBuffer buffer, HttpField field)HpackContext.EntryHpackContext. get(HttpField field) -
Uses of HttpField in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as HttpField Modifier and Type Field Description static HttpFieldHttpConnection. CONNECTION_CLOSEMethods in org.eclipse.jetty.server that return HttpField Modifier and Type Method Description HttpFieldResourceService. getCacheControl()HttpFieldCachedContentFactory.CachedHttpContent. getContentEncoding()HttpFieldCachedContentFactory.CachedHttpContent. getContentLength()HttpFieldCachedContentFactory.CachedHttpContent. getContentType()HttpFieldServer. getDateField()HttpFieldCachedContentFactory.CachedHttpContent. getETag()HttpFieldCachedContentFactory.CachedPrecompressedHttpContent. getETag()HttpFieldCachedContentFactory.CachedHttpContent. getLastModified()Methods in org.eclipse.jetty.server with parameters of type HttpField Modifier and Type Method Description protected voidForwardedRequestCustomizer. onError(HttpField field, java.lang.Throwable t)voidHttpChannelOverHttp. parsedHeader(HttpField field)voidHttpChannelOverHttp. parsedTrailer(HttpField field)voidResourceService. setCacheControl(HttpField cacheControl) -
Uses of HttpField in org.eclipse.jetty.server.handler.gzip
Fields in org.eclipse.jetty.server.handler.gzip declared as HttpField Modifier and Type Field Description static HttpFieldGzipHttpOutputInterceptor. VARY_ACCEPT_ENCODINGstatic HttpFieldGzipHttpOutputInterceptor. VARY_ACCEPT_ENCODING_USER_AGENTMethods in org.eclipse.jetty.server.handler.gzip that return HttpField Modifier and Type Method Description protected HttpFieldGzipHandler. getVaryField()Constructors in org.eclipse.jetty.server.handler.gzip with parameters of type HttpField Constructor Description GzipHttpOutputInterceptor(GzipFactory factory, HttpField vary, int bufferSize, HttpChannel channel, HttpOutput.Interceptor next, boolean syncFlush)GzipHttpOutputInterceptor(GzipFactory factory, HttpField vary, HttpChannel channel, HttpOutput.Interceptor next, boolean syncFlush)
-