-
- All Implemented Interfaces:
-
com.hexagonkt.http.model.HttpBase,com.hexagonkt.http.model.HttpPartPort
public final class ServletPartAdapter implements HttpPartPort
-
-
Field Summary
Fields Modifier and Type Field Description private final Objectbodyprivate final HttpFields<Header>headersprivate final ContentTypecontentTypeprivate final Stringnameprivate final Longsizeprivate final StringsubmittedFileName
-
Constructor Summary
Constructors Constructor Description ServletPartAdapter(Part part)
-
Method Summary
Modifier and Type Method Description ObjectgetBody()HttpFields<Header>getHeaders()ContentTypegetContentType()StringgetName()LonggetSize()StringgetSubmittedFileName()-
-
Method Detail
-
getBody
Object getBody()
-
getHeaders
HttpFields<Header> getHeaders()
-
getContentType
ContentType getContentType()
-
getName
String getName()
-
getSize
Long getSize()
-
getSubmittedFileName
String getSubmittedFileName()
-
-
-
-