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 PartSeries.getPart(String name)
          This method is used to acquire a Part from the list using a known name for the 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> PartSeries.getParts()
          This is used to acquire the attachments associated with this list.
 List<Part> Body.getParts()
          This method is used to get all Part objects that are associated with the request.
 

Methods in org.simpleframework.http.message with parameters of type Part
 boolean PartSeries.addPart(Part part)
          This is used to add a part to the list.
 



Copyright © 2013. All Rights Reserved.