Uses of Enum Class
com.corundumstudio.socketio.AckMode
Packages that use AckMode
-
Uses of AckMode in com.corundumstudio.socketio
Methods in com.corundumstudio.socketio that return AckModeModifier and TypeMethodDescriptionConfiguration.getAckMode()static AckModeReturns the enum constant of this class with the specified name.static AckMode[]AckMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.corundumstudio.socketio with parameters of type AckModeModifier and TypeMethodDescriptionvoidConfiguration.setAckMode(AckMode ackMode) Auto ack-response mode Default isAckMode.AUTO_SUCCESS_ONLY