Uses of Class
br.com.anteros.mqtt.core.server.http.api.code.ResultCode
-
Packages that use ResultCode Package Description br.com.anteros.mqtt.core.server.http.api.code br.com.anteros.mqtt.core.server.http.api.result -
-
Uses of ResultCode in br.com.anteros.mqtt.core.server.http.api.code
Methods in br.com.anteros.mqtt.core.server.http.api.code that return ResultCode Modifier and Type Method Description static ResultCodeResultCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultCode[]ResultCode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResultCode in br.com.anteros.mqtt.core.server.http.api.result
Methods in br.com.anteros.mqtt.core.server.http.api.result with parameters of type ResultCode Modifier and Type Method Description static org.tio.http.common.HttpResponseResult. fail(org.tio.http.common.HttpResponse response, ResultCode resultCode)响应失败
-