Package | Description |
---|---|
org.apache.mina.filter.keepalive |
IoFilter that provides the ability for connections to remain open when data is not being transferred.
|
Modifier and Type | Method | Description |
---|---|---|
KeepAliveMessageFactory |
KeepAliveFilter.getMessageFactory() |
Constructor | Description |
---|---|
KeepAliveFilter(KeepAliveMessageFactory messageFactory) |
Creates a new instance with the default properties.
|
KeepAliveFilter(KeepAliveMessageFactory messageFactory,
IdleStatus interestedIdleStatus) |
Creates a new instance with the default properties.
|
KeepAliveFilter(KeepAliveMessageFactory messageFactory,
IdleStatus interestedIdleStatus,
KeepAliveRequestTimeoutHandler policy) |
Creates a new instance with the default properties.
|
KeepAliveFilter(KeepAliveMessageFactory messageFactory,
IdleStatus interestedIdleStatus,
KeepAliveRequestTimeoutHandler policy,
int keepAliveRequestInterval,
int keepAliveRequestTimeout) |
Creates a new instance.
|
KeepAliveFilter(KeepAliveMessageFactory messageFactory,
KeepAliveRequestTimeoutHandler policy) |
Creates a new instance with the default properties.
|
Copyright © 2004–2018 Apache MINA Project. All rights reserved.