public interface IPollDetails
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
get the content type of the polled stuff
|
int |
getResponseCode()
get the new response code (e.g.
|
java.io.InputStream |
getResponseStream()
get the resulting stream - may be null
|
boolean |
isPush() |
int getResponseCode()
java.io.InputStream getResponseStream()
java.lang.String getContentType()
boolean isPush()