Package org.cip4.jdflib.util.net
Interface IPollDetails
- All Known Implementing Classes:
UrlPart
public interface IPollDetails
-
Method Summary
Modifier and TypeMethodDescriptionget the content type of the polled stuffintget the new response code (e.g.get the resulting stream - may be nullbooleanisPush()
-
Method Details
-
getResponseCode
int getResponseCode()get the new response code (e.g. 200 for success)- Returns:
-
getResponseStream
InputStream getResponseStream()get the resulting stream - may be null- Returns:
-
getContentType
String getContentType()get the content type of the polled stuff- Returns:
-
isPush
boolean isPush()- Returns:
- false if polling; true if push environment
-