public class ProtocolBlockConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
ProtocolBlockConfig() |
ProtocolBlockConfig(ProtocolBlockConfig 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCheckExceptNullConnect()
Get 异常空连接防护,取值[0(防护关),1(防护开)]
|
Long |
getDropIcmp()
Get ICMP封禁,取值[0(封禁关),1(封禁开)]
|
Long |
getDropOther()
Get 其他协议封禁,取值[0(封禁关),1(封禁开)]
|
Long |
getDropTcp()
Get TCP封禁,取值[0(封禁关),1(封禁开)]
|
Long |
getDropUdp()
Get UDP封禁,取值[0(封禁关),1(封禁开)]
|
Long |
getPingOfDeath()
Get ping of death防护,取值[0(防护关),1(防护开)]
|
Long |
getTearDrop()
Get tear drop防护,取值[0(防护关),1(防护开)]
|
void |
setCheckExceptNullConnect(Long CheckExceptNullConnect)
Set 异常空连接防护,取值[0(防护关),1(防护开)]
|
void |
setDropIcmp(Long DropIcmp)
Set ICMP封禁,取值[0(封禁关),1(封禁开)]
|
void |
setDropOther(Long DropOther)
Set 其他协议封禁,取值[0(封禁关),1(封禁开)]
|
void |
setDropTcp(Long DropTcp)
Set TCP封禁,取值[0(封禁关),1(封禁开)]
|
void |
setDropUdp(Long DropUdp)
Set UDP封禁,取值[0(封禁关),1(封禁开)]
|
void |
setPingOfDeath(Long PingOfDeath)
Set ping of death防护,取值[0(防护关),1(防护开)]
|
void |
setTearDrop(Long TearDrop)
Set tear drop防护,取值[0(防护关),1(防护开)]
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProtocolBlockConfig()
public ProtocolBlockConfig(ProtocolBlockConfig source)
public Long getDropTcp()
public void setDropTcp(Long DropTcp)
DropTcp
- TCP封禁,取值[0(封禁关),1(封禁开)]public Long getDropUdp()
public void setDropUdp(Long DropUdp)
DropUdp
- UDP封禁,取值[0(封禁关),1(封禁开)]public Long getDropIcmp()
public void setDropIcmp(Long DropIcmp)
DropIcmp
- ICMP封禁,取值[0(封禁关),1(封禁开)]public Long getDropOther()
public void setDropOther(Long DropOther)
DropOther
- 其他协议封禁,取值[0(封禁关),1(封禁开)]public Long getCheckExceptNullConnect()
public void setCheckExceptNullConnect(Long CheckExceptNullConnect)
CheckExceptNullConnect
- 异常空连接防护,取值[0(防护关),1(防护开)]public Long getPingOfDeath()
public void setPingOfDeath(Long PingOfDeath)
PingOfDeath
- ping of death防护,取值[0(防护关),1(防护开)]public Long getTearDrop()
public void setTearDrop(Long TearDrop)
TearDrop
- tear drop防护,取值[0(防护关),1(防护开)]Copyright © 2024. All rights reserved.