|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.info.util.HttpPoster
public class HttpPoster
An simple Http post class for qpid info service
Constructor Summary | |
---|---|
HttpPoster(Properties props,
StringBuffer buf)
Constructor |
Method Summary | |
---|---|
List<String> |
get_response()
Retrieves the response from the http server |
void |
run()
Posts the message from the _buf StringBuffer to the http server |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpPoster(Properties props, StringBuffer buf)
props
- Properties containing the URLbuf
- Buffer containing the message to be postedMethod Detail |
---|
public void run()
run
in interface Runnable
public List<String> get_response()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |