JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.linkedin.alpini.base.misc
Interface HeaderUtils.ContentType
Enclosing class:
HeaderUtils
public static interface
HeaderUtils.ContentType
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
isMultipart
()
Iterator
<
Map.Entry
<
String
,
String
>>
parameters
()
String
subType
()
String
type
()
Method Details
isMultipart
boolean
isMultipart
()
type
String
type
()
subType
String
subType
()
parameters
Iterator
<
Map.Entry
<
String
,
String
>>
parameters
()