Uses of Interface
org.simpleframework.http.Part

Packages that use Part
org.simpleframework.http   
org.simpleframework.http.message   
 

Uses of Part in org.simpleframework.http
 

Methods in org.simpleframework.http that return 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.
 Part Request.getPart(String name)
          This method is used to acquire a Part from the HTTP request using a known name for the part.
 

Methods in org.simpleframework.http that return types with arguments of type Part
 List<Part> RequestWrapper.getParts()
          This method is used to get all Part objects that are associated with the request.
 List<Part> Request.getParts()
          This method is used to get all Part objects that are associated with the request.
 

Uses of Part in org.simpleframework.http.message
 

Methods in org.simpleframework.http.message that return Part
 Part Body.getPart(String name)
          This method is used to acquire a Part from the HTTP request using a known name for the part.
 

Methods in org.simpleframework.http.message that return types with arguments of type Part
 List<Part> Body.getParts()
          This method is used to get all Part objects that are associated with the request.
 



Copyright © 2014. All Rights Reserved.