Modifier and Type | Method and Description |
---|---|
static SourceRconAuthReason |
SourceRconAuthReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceRconAuthReason[] |
SourceRconAuthReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SourceRconAuthReason |
RconAuthException.getReason()
Getter for the field
reason . |
Constructor and Description |
---|
RconAuthException(AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconAuthException.
|
RconAuthException(String message,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconAuthException.
|
RconAuthException(String message,
Throwable cause,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconAuthException.
|
RconAuthException(Throwable cause,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconAuthException.
|
RconInvalidCredentialsException(AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconInvalidCredentialsException.
|
RconInvalidCredentialsException(String message,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconInvalidCredentialsException.
|
RconInvalidCredentialsException(String message,
Throwable cause,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconInvalidCredentialsException.
|
RconInvalidCredentialsException(Throwable cause,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconInvalidCredentialsException.
|
RconMaxLoginAttemptsException(AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason,
int attemptCount,
int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
|
RconMaxLoginAttemptsException(String message,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason,
int attemptCount,
int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
|
RconMaxLoginAttemptsException(String message,
Throwable cause,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason,
int attemptCount,
int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
|
RconMaxLoginAttemptsException(Throwable cause,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason,
int attemptCount,
int maxAttemptCount)
Constructor for RconMaxLoginAttemptsException.
|
RconNotYetAuthException(AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconNotYetAuthException.
|
RconNotYetAuthException(String message,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconNotYetAuthException.
|
RconNotYetAuthException(String message,
Throwable cause,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconNotYetAuthException.
|
RconNotYetAuthException(Throwable cause,
AbstractRequest request,
InetSocketAddress address,
SourceRconAuthReason reason)
Constructor for RconNotYetAuthException.
|
Modifier and Type | Method and Description |
---|---|
SourceRconAuthReason |
SourceRconAuthResponse.getReasonCode()
Getter for the field
reasonCode . |
Constructor and Description |
---|
SourceRconAuthResponse(boolean authenticated,
String reason,
SourceRconAuthReason reasonCode)
Constructor for SourceRconAuthResponse.
|
Copyright © 2016–2024. All rights reserved.