public abstract class BodyWithContentType<T> extends Body
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.net.MediaType |
contentType |
logger| Constructor and Description |
|---|
BodyWithContentType(Body.Type type,
com.google.common.net.MediaType contentType) |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset(Charset defaultIfNotSet) |
String |
getContentType() |
getRawBytes, getType, getValuetoStringaddFieldsExcludedFromEqualsAndHashCode, equals, fieldsExcludedFromEqualsAndHashCode, hashCodepublic BodyWithContentType(Body.Type type, com.google.common.net.MediaType contentType)
public Charset getCharset(Charset defaultIfNotSet)
getCharset in class Bodypublic String getContentType()
getContentType in class BodyCopyright © 2018. All rights reserved.