|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpServletRequestImpl | |
---|---|
com.caucho.server.dispatch | |
com.caucho.server.http | |
com.caucho.server.webapp |
Uses of HttpServletRequestImpl in com.caucho.server.dispatch |
---|
Methods in com.caucho.server.dispatch with parameters of type HttpServletRequestImpl | |
---|---|
Invocation |
Invocation.getRequestInvocation(HttpServletRequestImpl request)
Returns the versioned invocation based on this request. |
Invocation |
VersionInvocation.getRequestInvocation(HttpServletRequestImpl request)
Returns the versioned invocation based on this request. |
Uses of HttpServletRequestImpl in com.caucho.server.http |
---|
Methods in com.caucho.server.http that return HttpServletRequestImpl | |
---|---|
HttpServletRequestImpl |
HttpServletResponseImpl.getRequest()
|
HttpServletRequestImpl |
AbstractHttpRequest.getRequestFacade()
|
Methods in com.caucho.server.http with parameters of type HttpServletRequestImpl | |
---|---|
protected void |
AbstractHttpRequest.initAttributes(HttpServletRequestImpl facade)
|
protected void |
HttpRequest.initAttributes(HttpServletRequestImpl request)
Initialize any special attributes. |
Constructors in com.caucho.server.http with parameters of type HttpServletRequestImpl | |
---|---|
AsyncRequest(HttpServletRequestImpl request,
HttpServletResponseImpl response,
Invocation invocation)
|
|
HttpServletResponseImpl(HttpServletRequestImpl request,
AbstractHttpResponse response)
|
Uses of HttpServletRequestImpl in com.caucho.server.webapp |
---|
Constructors in com.caucho.server.webapp with parameters of type HttpServletRequestImpl | |
---|---|
AsyncRequest(HttpServletRequestImpl request,
HttpServletResponseImpl response,
Invocation invocation)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |