Package | Description |
---|---|
org.clazzes.util.http |
Class and Description |
---|
AbstractResourceSerlvlet
An abstract base servlet, which provides the additional header functionality
for concrete implementations.
|
AcceptMatcher
A matcher for items in
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.
|
ForwardedInfo
Forwarded information added by a single reverse proxy to the
request headers either by
Forwarded or
X-Forwarded-* 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 . |
Copyright © 2018 Clazzes.org. All rights reserved.