|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
FlushPolicy interface that may be implemented to receive configuration from the Nexaweb configuration files.
See:
Description
| Interface Summary | |
| ConfigurableFlushPolicy | This interface provides a configure() method to the
FlushPolicy interface which allows Nexaweb Server to pass the
configuration found in the nexaweb-client.xml file to
each FlushPolicy class
it loads. |
| Class Summary | |
| IdlePeriodFlushPolicy | This policy will take action if, after a message is sent, the connection remains idle for a specified period of time. |
| IdlePeriodWithSizeThresholdFlushPolicy | This policy is based on the Idle Connection Policy and operates the same way, but has a threshold for indicating what size a passing message must be before it is considered activity. |
| ThroughputFlushPolicy | The throughput flush policy is used to flush when it detects lulls in network traffic over a persistent connection. |
Provides an extention of the FlushPolicy interface that may be implemented to receive configuration from the Nexaweb configuration files.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||