| Package | Description |
|---|---|
| com.corundumstudio.socketio |
| Modifier and Type | Method and Description |
|---|---|
AckMode |
Configuration.getAckMode() |
static AckMode |
AckMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AckMode[] |
AckMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setAckMode(AckMode ackMode)
Auto ack-response mode
Default is
AckMode.AUTO_SUCCESS_ONLY |
Copyright © 2012–2021. All rights reserved.