Package | Description |
---|---|
com.tencentcloudapi.teo.v20220901.models |
Modifier and Type | Method and Description |
---|---|
NormalAction |
Action.getNormalAction()
Get 常规功能操作,选择该类型的功能项有:
访问URL 重写(AccessUrlRedirect);
回源 URL 重写 (UpstreamUrlRedirect);
QUIC(QUIC);
WebSocket (WebSocket);
视频拖拽(VideoSeek);
Token 鉴权(Authentication);
自定义CacheKey(CacheKey);
节点缓存 TTL (Cache);
浏览器缓存 TTL(MaxAge);
离线缓存(OfflineCache);
智能加速(SmartRouting);
分片回源(RangeOriginPull);
HTTP/2 回源(UpstreamHttp2);
Host Header 重写(HostHeader);
强制 HTTPS(ForceRedirect);
回源 HTTPS(OriginPullProtocol);
缓存预刷新(CachePrefresh);
智能压缩(Compression);
Hsts;
ClientIpHeader;
TlsVersion;
OcspStapling。
HTTP/2 访问(Http2)。
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setNormalAction(NormalAction NormalAction)
Set 常规功能操作,选择该类型的功能项有:
访问URL 重写(AccessUrlRedirect);
回源 URL 重写 (UpstreamUrlRedirect);
QUIC(QUIC);
WebSocket (WebSocket);
视频拖拽(VideoSeek);
Token 鉴权(Authentication);
自定义CacheKey(CacheKey);
节点缓存 TTL (Cache);
浏览器缓存 TTL(MaxAge);
离线缓存(OfflineCache);
智能加速(SmartRouting);
分片回源(RangeOriginPull);
HTTP/2 回源(UpstreamHttp2);
Host Header 重写(HostHeader);
强制 HTTPS(ForceRedirect);
回源 HTTPS(OriginPullProtocol);
缓存预刷新(CachePrefresh);
智能压缩(Compression);
Hsts;
ClientIpHeader;
TlsVersion;
OcspStapling。
HTTP/2 访问(Http2)。
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
NormalAction(NormalAction source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.