public final class ClientInfoStatus
extends java.lang.Enum
Connection.setClientInfo
Modifier and Type | Field and Description |
---|---|
static ClientInfoStatus |
REASON_UNKNOWN
The client info property could not be set for some unknown reason
|
static ClientInfoStatus |
REASON_UNKNOWN_PROPERTY
The client info property name specified was not a recognized property
name.
|
static ClientInfoStatus |
REASON_VALUE_INVALID
The value specified for the client info property was not valid.
|
static ClientInfoStatus |
REASON_VALUE_TRUNCATED
The value specified for the client info property was too large.
|
Modifier and Type | Method and Description |
---|---|
static ClientInfoStatus |
valueOf(java.lang.String name) |
static ClientInfoStatus[] |
values() |
public static final ClientInfoStatus REASON_UNKNOWN
public static final ClientInfoStatus REASON_UNKNOWN_PROPERTY
public static final ClientInfoStatus REASON_VALUE_INVALID
public static final ClientInfoStatus REASON_VALUE_TRUNCATED
public static ClientInfoStatus[] values()
public static ClientInfoStatus valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.