Interface | Description |
---|---|
HttpServletRequest |
Provides early access to some parts of the proposed Servlet 4.0 API.
|
PushBuilder |
Builds a push request based on the
HttpServletRequest from which this
builder was obtained. |
ServletMapping |
Represents how the request from which this object was obtained was mapped to
the associated servlet.
|
Class | Description |
---|---|
HttpFilter | |
HttpServletRequestWrapper |
Provides early access to some parts of the proposed Servlet 4.0 API.
|
Enum | Description |
---|---|
MappingMatch |
Represents the ways that a request can be mapped to a servlet
|
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.