Package org.apache.mina.filter.keepalive

IoFilter that provides the ability for connections to remain open when data is not being transferred.

See:
          Description

Interface Summary
KeepAliveMessageFactory Provides keep-alive messages to KeepAliveFilter.
 

Class Summary
KeepAliveFilter An IoFilter that sends a keep-alive request on sessionIdle event with IdleStatus.READER_IDLE and sends back the response for the keep-alive request.
 

Enum Summary
KeepAlivePolicy Tells KeepAliveFilter what to do when a keep-alive response message was not received within a certain timeout.
 

Exception Summary
KeepAliveTimeoutException A RuntimeException which is thrown when a keep-alive response message was not received within a certain timeout.
 

Package org.apache.mina.filter.keepalive Description

IoFilter that provides the ability for connections to remain open when data is not being transferred.



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.