public class CompressPushSwitch extends Object
| 构造器和说明 |
|---|
CompressPushSwitch() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CompressPushSwitch |
defaultSwitch() |
long |
getCompressMinSize() |
Set<String> |
getEnabledClients() |
Set<String> |
getEnabledSessions() |
Set<String> |
getForbidEncodes() |
boolean |
isEnabled() |
void |
setCompressMinSize(int size) |
void |
setEnabled(boolean enabled) |
void |
setEnabledClients(Set<String> clients) |
void |
setEnabledSessions(Set<String> sessions) |
void |
setForbidEncodes(Set<String> encodes) |
String |
toString() |
public static CompressPushSwitch defaultSwitch()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public long getCompressMinSize()
public void setCompressMinSize(int size)
Copyright © 2023 The Ant Financial. All rights reserved.