Uses of Package
org.eclipse.jetty.http.content
Packages that use org.eclipse.jetty.http.content
Package
Description
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Server : Core Server API
Jetty Server : Core Handler API
-
Classes in org.eclipse.jetty.http.content used by org.eclipse.jetty.ee8.nestedClassDescriptionThe
HttpContent
interface represents all the information about a staticResource
that is needed to evaluate conditional headers and to eventually serve the actual content.Factory ofHttpContent
. -
Classes in org.eclipse.jetty.http.content used by org.eclipse.jetty.ee9.nestedClassDescriptionThe
HttpContent
interface represents all the information about a staticResource
that is needed to evaluate conditional headers and to eventually serve the actual content.Factory ofHttpContent
. -
Classes in org.eclipse.jetty.http.content used by org.eclipse.jetty.http.contentClassDescription
HttpContent.Factory
implementation that wraps any otherHttpContent.Factory
instance using it as a caching authority.TheHttpContent
interface represents all the information about a staticResource
that is needed to evaluate conditional headers and to eventually serve the actual content.Factory ofHttpContent
.HttpContent Wrapper. -
Classes in org.eclipse.jetty.http.content used by org.eclipse.jetty.serverClassDescriptionThe
HttpContent
interface represents all the information about a staticResource
that is needed to evaluate conditional headers and to eventually serve the actual content.Factory ofHttpContent
. -
Classes in org.eclipse.jetty.http.content used by org.eclipse.jetty.server.handler