| Package | Description |
|---|---|
| com.hivemq.spi.callback.exception | |
| com.hivemq.spi.message |
| Modifier and Type | Method and Description |
|---|---|
ReturnCode |
AuthenticationException.getReturnCode() |
ReturnCode |
RefusedConnectionException.getReturnCode() |
| Constructor and Description |
|---|
AuthenticationException(ReturnCode returnCode) |
AuthenticationException(String message,
ReturnCode returnCode) |
RefusedConnectionException(ReturnCode returnCode) |
RefusedConnectionException(ReturnCode returnCode,
Throwable cause) |
RefusedConnectionException(String message,
ReturnCode returnCode) |
RefusedConnectionException(String message,
ReturnCode returnCode,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ReturnCode |
CONNACK.getReturnCode() |
static ReturnCode |
ReturnCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReturnCode[] |
ReturnCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ReturnCode |
ReturnCode.with(int code) |
| Constructor and Description |
|---|
CONNACK(ReturnCode returnCode) |
CONNACK(ReturnCode returnCode,
boolean sessionPresent) |
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.