public abstract class KeepAliveProvider
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static KeepAliveProvider |
HEARTBEAT |
static KeepAliveProvider |
KEEP_ALIVE |
| Constructor and Description |
|---|
KeepAliveProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract KeepAlive |
provide(ConnectionImpl connection) |
public static final KeepAliveProvider HEARTBEAT
public static final KeepAliveProvider KEEP_ALIVE
public abstract KeepAlive provide(ConnectionImpl connection)