@JsType(isNative=true,
namespace="Cesium",
name="DefaultProxy")
public class DefaultProxy
extends Object
| Constructor and Description |
|---|
DefaultProxy(String proxy)
A simple proxy that appends the desired resource as the sole query parameter to the given proxy URL.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getURL(String resource)
Get the final URL to use to request a given resource.
|
@JsConstructor public DefaultProxy(String proxy)
proxy - The proxy URL that will be used to requests all resources.Copyright © 2019. All rights reserved.