-
public final class EnableRequestRequest object containing input parameters for the NetworkDomain.enable command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegermaxTotalBufferSizeprivate final IntegermaxResourceBufferSizeprivate final IntegermaxPostDataSize
-
Constructor Summary
Constructors Constructor Description EnableRequest(Integer maxTotalBufferSize, Integer maxResourceBufferSize, Integer maxPostDataSize)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Integercomponent2()final Integercomponent3()final EnableRequestcopy(Integer maxTotalBufferSize, Integer maxResourceBufferSize, Integer maxPostDataSize)final IntegergetMaxTotalBufferSize()Buffer size in bytes to use when preserving network payloads (XHRs, etc). final IntegergetMaxResourceBufferSize()Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc). final IntegergetMaxPostDataSize()Longest post body size (in bytes) that would be included in requestWillBeSent notification -
-
Method Detail
-
component1
final Integer component1()
-
component2
final Integer component2()
-
component3
final Integer component3()
-
copy
final EnableRequest copy(Integer maxTotalBufferSize, Integer maxResourceBufferSize, Integer maxPostDataSize)
-
getMaxTotalBufferSize
final Integer getMaxTotalBufferSize()
Buffer size in bytes to use when preserving network payloads (XHRs, etc).
-
getMaxResourceBufferSize
final Integer getMaxResourceBufferSize()
Per-resource buffer size in bytes to use when preserving network payloads (XHRs, etc).
-
getMaxPostDataSize
final Integer getMaxPostDataSize()
Longest post body size (in bytes) that would be included in requestWillBeSent notification
-
-
-
-