Package | Description |
---|---|
com.caucho.server.http | |
javax.servlet.http |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCauchoRequest.PartImpl |
Modifier and Type | Method and Description |
---|---|
Part |
RequestAdapter.getPart(java.lang.String name) |
Part |
AbstractCauchoRequest.getPart(java.lang.String name) |
Part |
StubServletRequest.getPart(java.lang.String name) |
Part |
CauchoRequestWrapper.getPart(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Part> |
RequestAdapter.getParts() |
java.util.Collection<Part> |
AbstractCauchoRequest.getParts() |
java.util.Collection<Part> |
StubServletRequest.getParts() |
java.util.Collection<Part> |
CauchoRequestWrapper.getParts() |
Modifier and Type | Method and Description |
---|---|
Part |
HttpServletRequest.getPart(java.lang.String name) |
Part |
HttpServletRequestWrapper.getPart(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Part> |
HttpServletRequest.getParts() |
java.util.Collection<Part> |
HttpServletRequestWrapper.getParts() |