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:Request
Queue the request asynchronous.- Specified by:
queue
in interfaceRequest<InputStream>
- Specified by:
queue
in classRequestBuilder<InputStream>
- Returns:
- completable future providing the response
-
complete
Description copied from interface:Request
Sends the request and handles the response on the current thread- Specified by:
complete
in interfaceRequest<InputStream>
- Specified by:
complete
in classRequestBuilder<InputStream>
- Returns:
- response
-