Uses of Interface
org.simpleframework.http.Part
Packages that use Part
Package
Description
-
Uses of Part in org.simpleframework.http
Methods in org.simpleframework.http that return PartModifier and TypeMethodDescriptionThis method is used to acquire aPart
from the HTTP request using a known name for the part.This method is used to acquire aPart
from the HTTP request using a known name for the part.Methods in org.simpleframework.http that return types with arguments of type Part -
Uses of Part in org.simpleframework.http.core
Methods in org.simpleframework.http.core that return PartModifier and TypeMethodDescriptionThis method is used to acquire aPart
from the HTTP request using a known name for the part.Methods in org.simpleframework.http.core that return types with arguments of type Part -
Uses of Part in org.simpleframework.http.message
Classes in org.simpleframework.http.message that implement PartModifier and TypeClassDescription(package private) class
TheBufferPart
is used to represent a part within a request message.Fields in org.simpleframework.http.message with type parameters of type PartModifier and TypeFieldDescriptionPartData.list
This is the list of attachments for this part list object.PartData.map
This is the key map that is used to store the part objects.Methods in org.simpleframework.http.message that return PartModifier and TypeMethodDescriptionThis method is used to acquire aPart
from the HTTP request using a known name for the part.This method is used to acquire aPart
from the HTTP request using a known name for the part.ContentConsumer.getPart()
This is used to acquire the part for this HTTP entity.This method is used to acquire aPart
from the list using a known name for the part.This method is used to acquire aPart
from the list using a known name for the part.Methods in org.simpleframework.http.message that return types with arguments of type PartModifier and TypeMethodDescriptionBody.getParts()
This method is used to get allPart
objects that are associated with the request.BufferBody.getParts()
This method is used to get allPart
objects that are associated with the request.PartData.getParts()
This is used to acquire the attachments associated with this list.PartSeries.getParts()
This is used to acquire the attachments associated with this list.Methods in org.simpleframework.http.message with parameters of type Part