|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadThrottlePolicy | |
---|---|
org.apache.mina.filter.traffic | IoFilter's which will provide functionality for shaping the traffic and preventing data flooding. |
Uses of ReadThrottlePolicy in org.apache.mina.filter.traffic |
---|
Methods in org.apache.mina.filter.traffic that return ReadThrottlePolicy | |
---|---|
ReadThrottlePolicy |
ReadThrottleFilter.getPolicy()
|
static ReadThrottlePolicy |
ReadThrottlePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ReadThrottlePolicy[] |
ReadThrottlePolicy.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.apache.mina.filter.traffic with parameters of type ReadThrottlePolicy | |
---|---|
void |
ReadThrottleFilter.setPolicy(ReadThrottlePolicy policy)
|
Constructors in org.apache.mina.filter.traffic with parameters of type ReadThrottlePolicy | |
---|---|
ReadThrottleFilter(ScheduledExecutorService executor,
ReadThrottlePolicy policy)
|
|
ReadThrottleFilter(ScheduledExecutorService executor,
ReadThrottlePolicy policy,
int maxSessionBufferSize,
int maxServiceBufferSize,
int maxGlobalBufferSize)
|
|
ReadThrottleFilter(ScheduledExecutorService executor,
ReadThrottlePolicy policy,
MessageSizeEstimator messageSizeEstimator)
|
|
ReadThrottleFilter(ScheduledExecutorService executor,
ReadThrottlePolicy policy,
MessageSizeEstimator messageSizeEstimator,
int maxSessionBufferSize,
int maxServiceBufferSize,
int maxGlobalBufferSize)
Creates a new instance with the specified maxSessionBufferSize, maxGlobalBufferSize and MessageSizeEstimator . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |