Package | Description |
---|---|
org.simpleframework.http | |
org.simpleframework.http.message |
Modifier and Type | Method and Description |
---|---|
Part |
Request.getPart(String name)
This method is used to acquire a
Part from the
HTTP request using a known name for the part. |
Part |
RequestWrapper.getPart(String name)
This method is used to acquire a
Part from the
HTTP request using a known name for the part. |
Modifier and Type | Method and Description |
---|---|
List<Part> |
Request.getParts()
This method is used to get all
Part objects that
are associated with the request. |
List<Part> |
RequestWrapper.getParts()
This method is used to get all
Part objects that
are associated with the request. |
Modifier and Type | Method and Description |
---|---|
Part |
Body.getPart(String name)
This method is used to acquire a
Part from the
HTTP request using a known name for the part. |
Modifier and Type | Method and Description |
---|---|
List<Part> |
Body.getParts()
This method is used to get all
Part objects that
are associated with the request. |
Copyright © 2015. All rights reserved.