public class BHiveTeeHttpInputMessage extends Object implements org.springframework.http.HttpInputMessage
| Constructor and Description |
|---|
BHiveTeeHttpInputMessage(org.springframework.http.HttpInputMessage httpInputMessage) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getBody() |
org.springframework.http.HttpHeaders |
getHeaders() |
byte[] |
getTeeInputBytes() |
String |
getTeeInputString() |
public BHiveTeeHttpInputMessage(org.springframework.http.HttpInputMessage httpInputMessage)
throws IOException
IOExceptionpublic org.springframework.http.HttpHeaders getHeaders()
getHeaders in interface org.springframework.http.HttpMessagepublic InputStream getBody() throws IOException
getBody in interface org.springframework.http.HttpInputMessageIOExceptionpublic byte[] getTeeInputBytes()
public String getTeeInputString() throws UnsupportedEncodingException
UnsupportedEncodingException - throws unsupported encoding exceptionCopyright © 2018. All rights reserved.