Package org.wildfly.httpclient.common
Class ContentType
- java.lang.Object
-
- org.wildfly.httpclient.common.ContentType
-
public class ContentType extends Object
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description ContentType(String type, int version)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()intgetVersion()static ContentTypeparse(String type)StringtoString()
-