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