org.cip4.jdflib.util.net
Interface IPollDetails

All Known Implementing Classes:
UrlPart

public interface IPollDetails

Author:
Rainer Prosi, Heidelberger Druckmaschinen *

Method Summary
 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
 

Method Detail

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:


Copyright © 2013. All Rights Reserved.