Package org.codehaus.cargo.tools.daemon
Class MultipartFormContentType
- java.lang.Object
-
- org.codehaus.cargo.tools.daemon.MultipartFormContentType
-
- All Implemented Interfaces:
FormContentType
public class MultipartFormContentType extends Object implements FormContentType
Represents the content type for a multipart form.
-
-
Constructor Summary
Constructors Constructor Description MultipartFormContentType()Constructs a multipart token
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBoundary()StringgetContentType()Gets the content type for this writer.
-
-
-
Method Detail
-
getContentType
public String getContentType()
Gets the content type for this writer.- Specified by:
getContentTypein interfaceFormContentType- Returns:
- the content type string
-
getBoundary
public String getBoundary()
- Returns:
- the multipart chunk boundary
-
-