Annotation Interface KeepAlive
public @interface KeepAlive
Represents keep-alive settings
-
任意要素の概要
任意要素
-
要素の詳細
-
timeout
long timeoutA timeout limit of keep-alive request in milliseconds.- 戻り値:
- timeout limit of keep-alive request in milliseconds
- デフォルト:
- 5000L
-
interval
long intervalA session keep-alive interval in milliseconds. If the interval is negative, set to the half ofWCardinalConfiguration#getMaximumIdleTime()
.- 戻り値:
- keep-alive interval in milliseconds
- 関連項目:
- デフォルト:
- 240000L
-
ping
long pingA ping interval in milliseconds. If the interval is negative, set to the half ofWCardinalConfiguration#getMaximumIdleTime()
.- 戻り値:
- ping interval in milliseconds
- 関連項目:
- デフォルト:
- -1L
-