Class DownloadStreamRequest
java.lang.Object
de.chojo.nexus.requests.RequestBuilder<InputStream>
de.chojo.nexus.requests.v1.assets.DownloadStreamRequest
- All Implemented Interfaces:
Request<InputStream>
-
Field Summary
Fields inherited from class de.chojo.nexus.requests.RequestBuilder
rest -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.chojo.nexus.requests.RequestBuilder
parameter, path, path, uri
-
Constructor Details
-
DownloadStreamRequest
-
-
Method Details
-
queue
Description copied from interface:RequestQueue the request asynchronous.- Specified by:
queuein interfaceRequest<InputStream>- Specified by:
queuein classRequestBuilder<InputStream>- Returns:
- completable future providing the response
-
complete
Description copied from interface:RequestSends the request and handles the response on the current thread- Specified by:
completein interfaceRequest<InputStream>- Specified by:
completein classRequestBuilder<InputStream>- Returns:
- response
-