\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.engines.services.DataUploaderHttp Class Reference

Inheritance diagram for fiftyone.pipeline.engines.services.DataUploaderHttp:

[legend]

Collaboration diagram for fiftyone.pipeline.engines.services.DataUploaderHttp:

[legend]

Public Member Functions

 DataUploaderHttp (String url, Map< String, String > headers, int timeout)
the URL to which data is to be uploaded More...
OutputStream  getOutputStream () throws Exception
Returns a gzipped output stream.
int  getResponseCode () throws IOException

Constructor & Destructor Documentation

◆ DataUploaderHttp()

fiftyone.pipeline.engines.services.DataUploaderHttp.DataUploaderHttp ( String   url,
Map< String, String >   headers,
int   timeout  
)

the URL to which data is to be uploaded

Parameters
url - the URL rto which data should be uploaded
headers - HTTP headers for the connection
timeout - connection timeout in milliseconds

Member Function Documentation