@Deprecated public class BodyData<T> extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> BodyData<T> |
from(org.apache.http.HttpEntity e,
java.util.function.Function<BodyData<T>,T> transformer)
Deprecated.
|
String |
getCharset()
Deprecated.
|
RuntimeException |
getParseEx()
Deprecated.
|
byte[] |
getRawBytes()
Deprecated.
|
InputStream |
getRawInput()
Deprecated.
|
T |
getTransFormedBody()
Deprecated.
|
public static <T> BodyData<T> from(org.apache.http.HttpEntity e, java.util.function.Function<BodyData<T>,T> transformer)
public String getCharset()
public byte[] getRawBytes()
public InputStream getRawInput()
public T getTransFormedBody()
public RuntimeException getParseEx()
Copyright © 2018. All rights reserved.