| Package | Description |
|---|---|
| com.oracle.bedrock.runtime.remote.http |
| Modifier and Type | Class and Description |
|---|---|
class |
CurlHttpDeployer
An implementation of
HttpDeployer that runs
a curl process on the target platform to pull the artifacts
from the HTTP server. |
class |
WGetHttpDeployer
An implementation of
HttpDeployer that runs
a wget process on the target platform to pull the artifacts
from the HTTP server. |
| Modifier and Type | Method and Description |
|---|---|
static HttpDeployer |
HttpDeployer.curl(com.oracle.bedrock.Option... options)
A static helper method to return an
HttpDeployer
that will use wget to retrieve artifacts. |
static HttpDeployer |
HttpDeployer.curlAt(String curlLocation,
com.oracle.bedrock.Option... options)
A static helper method to return an
HttpDeployer
that will use wget to retrieve artifacts. |
static HttpDeployer |
HttpDeployer.wget(com.oracle.bedrock.Option... options)
A static helper method to return an
HttpDeployer
that will use wget to retrieve artifacts. |
static HttpDeployer |
HttpDeployer.wgetAt(String wgetLocation,
com.oracle.bedrock.Option... options)
A static helper method to return an
HttpDeployer
that will use wget to retrieve artifacts. |
HttpDeployer |
HttpDeployer.withBufferSize(int size)
Set the size of the byte buffer that will be used to
send the response of a HTTP request.
|
HttpDeployer |
HttpDeployer.withBufferSizeInKB(int size)
Set the size of the byte buffer that will be used to
send the response of a HTTP request.
|
HttpDeployer |
HttpDeployer.withBufferSizeInMB(int size)
Set the size of the byte buffer that will be used to
send the response of a HTTP request.
|
Copyright © 2017. All rights reserved.