-
- All Implemented Interfaces:
-
com.hexagonkt.http.model.HttpBase
public interface HttpPartPort implements HttpBase
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()abstract LonggetSize()abstract StringgetSubmittedFileName()abstract ObjectgetBody()abstract MultiMap<String, String>getHeaders()abstract ContentTypegetContentType()-
-
Method Detail
-
getSubmittedFileName
abstract String getSubmittedFileName()
-
getHeaders
abstract MultiMap<String, String> getHeaders()
-
getContentType
abstract ContentType getContentType()
-
-
-
-