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