class UninitializedDownloadSupport extends Object implements DownloadSupport
Constructor and description |
---|
UninitializedDownloadSupport(Initializable initializable) |
Type Params | Return Type | Name and description |
---|---|---|
|
HttpURLConnection |
download(Map options) |
|
HttpURLConnection |
download(String uri) |
|
byte[] |
downloadBytes(Map options, Closure connectionConfig) |
|
byte[] |
downloadBytes(Closure connectionConfig) |
|
byte[] |
downloadBytes(String uri, Closure connectionConfig) |
|
Object |
downloadContent(Map options, Closure connectionConfig) |
|
Object |
downloadContent(String uri, Closure connectionConfig) |
|
Object |
downloadContent(Closure connectionConfig) |
|
InputStream |
downloadStream(Map options, Closure connectionConfig) |
|
InputStream |
downloadStream(String uri, Closure connectionConfig) |
|
InputStream |
downloadStream(Closure connectionConfig) |
|
String |
downloadText(Map options, Closure connectionConfig) |
|
String |
downloadText(String uri, Closure connectionConfig) |
|
String |
downloadText(Closure connectionConfig) |
Groovy API Documentation for Geb 7.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org