Interface TcpPingInterceptorMBean
-
- All Known Implementing Classes:
TcpPingInterceptor
public interface TcpPingInterceptorMBeanMBean interface for managing the TcpPingInterceptor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetInterval()Returns the ping interval in milliseconds.intgetOptionFlag()Returns the socket option flag used for ping messages.booleangetUseThread()Returns whether a dedicated ping thread is used.
-
-
-
Method Detail
-
getOptionFlag
int getOptionFlag()
Returns the socket option flag used for ping messages.- Returns:
- the option flag
-
getInterval
long getInterval()
Returns the ping interval in milliseconds.- Returns:
- the ping interval
-
getUseThread
boolean getUseThread()
Returns whether a dedicated ping thread is used.- Returns:
- true if a dedicated thread is used
-
-