public interface IPollDetails
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
get the content type of the polled stuff
|
int |
getResponseCode()
get the new response code (e.g. 200 for success)
|
InputStream |
getResponseStream()
get the resulting stream - may be null
|
boolean |
isPush() |
int getResponseCode()
InputStream getResponseStream()
String getContentType()
boolean isPush()
Copyright © 2018. All rights reserved.