Uses of Class
org.eclipse.jetty.http.MultiPart.Part
Packages that use MultiPart.Part
Package
Description
Jetty Http : Tools for Http processing
-
Uses of MultiPart.Part in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client with parameters of type MultiPart.PartModifier and TypeMethodDescriptionprotected HttpFieldsMultiPartRequestContent.customizePartHeaders(MultiPart.Part part) -
Uses of MultiPart.Part in org.eclipse.jetty.http
Subclasses of MultiPart.Part in org.eclipse.jetty.httpModifier and TypeClassDescriptionstatic classAMultiPart.Partthat holds its content in memory, in one or moreByteBuffers.static classAMultiPart.Partthat holds its content in one or moreContent.Chunks.static classAMultiPart.Partwhose content is aContent.Source.static classAMultiPart.Partwhose content is in a file.static classAMultiPart.Partwhose content is a byte range of aResource.Classes in org.eclipse.jetty.http that implement interfaces with type arguments of type MultiPart.PartModifier and TypeClassDescriptionstatic classAn ordered list ofMultiPart.Parts that can be accessed by index, or iterated over.static classAn ordered list ofMultiPart.Parts that can be accessed by index or by name, or iterated over.Methods in org.eclipse.jetty.http that return MultiPart.PartModifier and TypeMethodDescriptionMultiPartByteRanges.Parts.get(int index) Returns theMultiPart.Partat the given index, a number between0included and the value returned byMultiPartByteRanges.Parts.size()excluded.MultiPartFormData.Parts.get(int index) Returns theMultiPart.Partat the given index, a number between0included and the value returned byMultiPartFormData.Parts.size()excluded.Returns the firstMultiPart.Partwith the given name, ornullif noMultiPart.Partwith that name exists.Methods in org.eclipse.jetty.http that return types with arguments of type MultiPart.PartModifier and TypeMethodDescriptionReturns all theMultiPart.Parts with the given name.MultiPartByteRanges.Parts.iterator()MultiPartFormData.Parts.iterator()Methods in org.eclipse.jetty.http with parameters of type MultiPart.PartModifier and TypeMethodDescriptionbooleanMultiPart.AbstractContentSource.addPart(MultiPart.Part part) Adds, if possible, the givenMultiPart.Partto thisContentSource.booleanMultiPartByteRanges.ContentSource.addPart(MultiPart.Part part) protected HttpFieldsMultiPart.AbstractContentSource.customizePartHeaders(MultiPart.Part part) protected HttpFieldsMultiPartFormData.ContentSource.customizePartHeaders(MultiPart.Part part)