public abstract class BodyWithContentType<T> extends Body
Modifier and Type | Field and Description |
---|---|
protected com.google.common.net.MediaType |
contentType |
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, getValue
toString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, key
public BodyWithContentType(Body.Type type, com.google.common.net.MediaType contentType)
public Charset getCharset(Charset defaultIfNotSet)
getCharset
in class Body
public String getContentType()
getContentType
in class Body
Copyright © 2018. All rights reserved.