Interface | Description |
---|---|
AcceptMatcher |
A matcher for items in
Accept , Accept-Charset ,
Accept-Encoding or Accept-Language HTTP headers. |
HttpResource |
A static resource to be delivered to the client by our
ResourceServlet . |
HttpResourceResolver |
A resolver for
HttpResource instances to
be delivered. |
PathGetter |
This interface is motivated by the need for a bridge between the job-ids sched-util deals with,
and paths needed by the DownloadServlet.
|
PathGetterWithRequest |
This interface behaves exactly like interface org.clazzes.util.http.PathGetter,
except that here the getPath method takes a second parameter HttpServletRequest.
|
UrlParameterConsumer |
An interface for receiving parsed query parameters through
UrlHelper . |
Class | Description |
---|---|
AbstractResourceSerlvlet |
An abstract base servlet, which provides the additional header functionality
for concrete implementations.
|
AcceptHelper |
Provide selections of items from
Accept , Accept-Charset ,
Accept-Encoding or Accept-Language HTTP headers. |
AdditionalHeader |
A configuration POJO, which lets the user configure additional
headers to be delivered based on MIME type and/ or path regex matching.
|
CompressionHelper |
This class provides static functionality for handling compression algorithms
controlled through the
Content-Coding header field. |
DownloadServlet |
Servlet for downloading a HttpResource (e.g. a file) given some path.
|
FileResourceResolver | |
ForwardedInfo |
Forwarded information added by a single reverse proxy to the
request headers either by
Forwarded or
X-Forwarded-* headers. |
HeaderParser |
Static helper function for parsing headers with BANF tokens
and quoted strings as of
Section 3.2.6 of RFC 7230.
|
InputStreamHttpResource |
A resource to be delivered, which is represented by an ordinary
input stream.
|
LocaleHelper |
This class provides static functionality for handling locales.
|
RequestHelper |
Static helper function for extracting special information from
requests.
|
ResourceServlet |
A servlet, which exports parts of the
ServletContext 's resources or resources
from the classloader configured via ResourceServlet.setResourceClassLoader(ClassLoader) or
ResourceServlet.setResourceClassLoaderHint(Object) as http resources
with configuration options on which items should be delivered in compressed form. |
ResponseHelper |
Static helper functions for frequently needed additions to HTTP responses.
|
ReverseProxyServlet |
A servlet, which acts as a reverse proxy.
|
SingletonUrlParameterConsumer |
A consumer to extract a single parameter from a query string.
|
UrlHelper |
Static helpers for manipulating URLs and URIs.
|
URLHttpResource |
A resource to be delivered, which is represented by an URL.
|
Copyright © 2018 Clazzes.org. All rights reserved.