Uses of Class
org.eclipse.jetty.http.MultiPart.Part
Package
Description
Jetty Http : Tools for Http processing
-
Uses of MultiPart.Part in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionprotected HttpFields
MultiPartRequestContent.customizePartHeaders
(MultiPart.Part part) -
Uses of MultiPart.Part in org.eclipse.jetty.http
Modifier and TypeClassDescriptionstatic class
AMultiPart.Part
that holds its content in memory, in one or moreByteBuffer
s.static class
AMultiPart.Part
that holds its content in one or moreContent.Chunk
s.static class
AMultiPart.Part
whose content is aContent.Source
.static class
AMultiPart.Part
whose content is in a file.static class
AMultiPart.Part
whose content is a byte range of aResource
.Modifier and TypeMethodDescriptionMultiPartByteRanges.Parts.get
(int index) Returns theMultiPart.Part
at the given index, a number between0
included and the value returned byMultiPartByteRanges.Parts.size()
excluded.MultiPartFormData.Parts.get
(int index) Returns theMultiPart.Part
at the given index, a number between0
included and the value returned byMultiPartFormData.Parts.size()
excluded.Returns the firstMultiPart.Part
with the given name, ornull
if noMultiPart.Part
with that name exists.Modifier and TypeMethodDescriptionReturns all theMultiPart.Part
s with the given name.MultiPartByteRanges.Parts.iterator()
MultiPartFormData.Parts.iterator()
Modifier and TypeMethodDescriptionboolean
MultiPart.AbstractContentSource.addPart
(MultiPart.Part part) Adds, if possible, the givenMultiPart.Part
to thisContentSource
.boolean
MultiPartByteRanges.ContentSource.addPart
(MultiPart.Part part) protected HttpFields
MultiPart.AbstractContentSource.customizePartHeaders
(MultiPart.Part part) protected HttpFields
MultiPartFormData.ContentSource.customizePartHeaders
(MultiPart.Part part)