|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.splunk.ResponseMessage
public class ResponseMessage
The ResponseMessage
class represents an HTTP response message that
includes status codes, response headers, and body content.
Method Summary | |
---|---|
java.io.InputStream |
getContent()
Returns the body content stream. |
java.util.Map<java.lang.String,java.lang.String> |
getHeader()
Returns the response headers. |
int |
getStatus()
Returns the response status. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.io.InputStream getContent()
public java.util.Map<java.lang.String,java.lang.String> getHeader()
public int getStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |