Uses of Class
org.eclipse.jetty.http.HttpField
Packages that use HttpField
Package
Description
Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.
Jetty Client : API Classes
Jetty Http : Tools for Http processing
Jetty Server : Core Server API
Jetty GZIP Handler
-
Uses of HttpField in org.eclipse.jetty.client
Fields in org.eclipse.jetty.client declared as HttpFieldModifier and TypeFieldDescriptionprivate HttpFieldHttpClient.agentFieldprivate HttpFieldHttpClient.encodingFieldprivate final HttpFieldHttpDestination.hostFieldMethods in org.eclipse.jetty.client that return HttpFieldModifier and TypeMethodDescriptionprotected HttpFieldHttpClient.getAcceptEncodingField()HttpDestination.getHostField()HttpClient.getUserAgentField()Methods in org.eclipse.jetty.client with parameters of type HttpFieldModifier and TypeMethodDescriptionbooleanResponseNotifier.notifyHeader(List<Response.ResponseListener> listeners, Response response, HttpField field) private booleanResponseNotifier.notifyHeader(Response.HeaderListener listener, Response response, HttpField field) booleanprotected booleanHttpReceiver.responseHeader(HttpExchange exchange, HttpField field) Method to be invoked when a response HTTP header is available.voidHttpClient.setUserAgentField(HttpField agent) protected voidHttpReceiver.storeCookie(URI uri, HttpField field) -
Uses of HttpField in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api with parameters of type HttpFieldModifier and TypeMethodDescriptionbooleanCallback method invoked when a response header has been received and parsed, returning whether the header should be processed or not.default boolean -
Uses of HttpField in org.eclipse.jetty.client.http
Methods in org.eclipse.jetty.client.http with parameters of type HttpFieldModifier and TypeMethodDescriptionvoidHttpReceiverOverHTTP.parsedHeader(HttpField field) voidHttpReceiverOverHTTP.parsedTrailer(HttpField trailer) -
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 declared as HttpFieldModifier and TypeFieldDescriptionprivate HttpFieldHttpParser._fieldprivate final HttpFieldMimeTypes.Type._fieldprivate HttpField[]HttpFields._fieldsFields in org.eclipse.jetty.http with type parameters of type HttpFieldModifier and TypeFieldDescriptionHttpParser._fieldCacheHttpParser.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 cachedHttpParser.NO_CACHEMethods 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.HttpFields.getField(HttpHeader header) HttpContent.getLastModified()PrecompressedHttpContent.getLastModified()ResourceHttpContent.getLastModified()HttpFields.ListItr.next()HttpFields.ListItr.previous()Remove a field.HttpFields.remove(HttpHeader name) Remove a field.Methods in org.eclipse.jetty.http that return types with arguments of type HttpFieldModifier and TypeMethodDescriptionHttpParser.getFieldCache()HttpFields.getFields(HttpHeader header) HttpFields.iterator()MetaData.iterator()HttpFields.listIterator()HttpFields.stream()Methods in org.eclipse.jetty.http with parameters of type HttpFieldModifier and TypeMethodDescriptionvoidvoidbooleanbooleanHttpField.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 foundvoidstatic voidHttpGenerator.putTo(HttpField field, ByteBuffer bufferInFillMode) voidMethod parameters in org.eclipse.jetty.http with type arguments of type HttpFieldModifier and TypeMethodDescriptionvoidHttpFields.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.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.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.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.private <T> voidHttpFields.computeField(T header, BiFunction<T, List<HttpField>, HttpField> computeFn, BiFunction<HttpField, T, Boolean> matcher) private <T> voidHttpFields.computeField(T header, BiFunction<T, List<HttpField>, HttpField> computeFn, BiFunction<HttpField, T, Boolean> matcher) -
Uses of HttpField in org.eclipse.jetty.server
Fields in org.eclipse.jetty.server declared as HttpFieldModifier and TypeFieldDescriptionprivate static final HttpFieldResponse.__EXPIRES_01JAN1970private HttpFieldResourceService._cacheControlprivate HttpFieldHttpChannelOverHttp._connectionprivate final HttpFieldCachedContentFactory.CachedHttpContent._contentLengthprivate final HttpFieldCachedContentFactory.CachedHttpContent._contentType(package private) final HttpFieldServer.DateField._dateFieldprivate final HttpFieldCachedContentFactory.CachedHttpContent._etagprivate final HttpFieldCachedContentFactory.CachedPrecompressedHttpContent._etagprivate final HttpFieldCachedContentFactory.CachedHttpContent._lastModifiedprivate HttpFieldSecureRequestCustomizer._stsFieldprivate HttpFieldHttpChannelOverHttp._upgradestatic final HttpFieldHttpConnection.CONNECTION_CLOSEprivate static final HttpFieldPushBuilderImpl.JettyPushprivate static final HttpFieldHttpChannelOverHttp.PREAMBLE_UPGRADE_H2CMethods in org.eclipse.jetty.server that return HttpFieldModifier and TypeMethodDescriptionResourceService.getCacheControl()CachedContentFactory.CachedHttpContent.getContentEncoding()CachedContentFactory.CachedHttpContent.getContentLength()CachedContentFactory.CachedHttpContent.getContentType()Server.getDateField()CachedContentFactory.CachedHttpContent.getETag()CachedContentFactory.CachedPrecompressedHttpContent.getETag()CachedContentFactory.CachedHttpContent.getLastModified()Methods in org.eclipse.jetty.server with parameters of type HttpFieldModifier and TypeMethodDescriptionvoidForwardedRequestCustomizer.Forwarded.handleCipherSuite(HttpField field) Called if header isProxy-auth-certvoidForwardedRequestCustomizer.Forwarded.handleForwardedFor(HttpField field) Called if header isX-Forwarded-ForvoidForwardedRequestCustomizer.Forwarded.handleForwardedHost(HttpField field) Called if header isX-Forwarded-HostvoidForwardedRequestCustomizer.Forwarded.handleForwardedPort(HttpField field) Called if header isX-Forwarded-PortvoidForwardedRequestCustomizer.Forwarded.handleForwardedServer(HttpField field) Called if header isX-Forwarded-ServervoidForwardedRequestCustomizer.Forwarded.handleHttps(HttpField field) Called if header isX-Proxied-HttpsvoidForwardedRequestCustomizer.Forwarded.handleProto(HttpField field) Called if header isX-Forwarded-ProtovoidForwardedRequestCustomizer.Forwarded.handleRFC7239(HttpField field) Called if header isForwardedvoidForwardedRequestCustomizer.Forwarded.handleSslSessionId(HttpField field) Called if header isProxy-Ssl-Idprotected voidvoidHttpChannelOverHttp.parsedHeader(HttpField field) voidHttpChannelOverHttp.parsedTrailer(HttpField field) voidResourceService.setCacheControl(HttpField cacheControl) Constructors in org.eclipse.jetty.server with parameters of type HttpField -
Uses of HttpField in org.eclipse.jetty.server.handler.gzip
Fields in org.eclipse.jetty.server.handler.gzip declared as HttpFieldModifier and TypeFieldDescriptionprivate HttpFieldGzipHandler._varyprivate final HttpFieldGzipHttpOutputInterceptor._varystatic final HttpFieldGzipHttpOutputInterceptor.VARY_ACCEPT_ENCODINGstatic final HttpFieldGzipHttpOutputInterceptor.VARY_ACCEPT_ENCODING_USER_AGENTprivate static final HttpFieldGzipHandler.X_CE_GZIPMethods in org.eclipse.jetty.server.handler.gzip that return HttpFieldConstructors in org.eclipse.jetty.server.handler.gzip with parameters of type HttpFieldModifierConstructorDescriptionGzipHttpOutputInterceptor(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)