public static enum Log.LogSubject extends Enum<Log.LogSubject>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static Log.LogSubject |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Log.LogSubject[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Log.LogSubject CommonGeneral
public static final Log.LogSubject CommonTaskScheduler
public static final Log.LogSubject IoGeneral
public static final Log.LogSubject IoEventLoop
public static final Log.LogSubject IoSocket
public static final Log.LogSubject IoSocketHandler
public static final Log.LogSubject IoTls
public static final Log.LogSubject IoAlpn
public static final Log.LogSubject IoDns
public static final Log.LogSubject IoPki
public static final Log.LogSubject IoChannel
public static final Log.LogSubject IoChannelBootstrap
public static final Log.LogSubject IoFileUtils
public static final Log.LogSubject IoSharedLibrary
public static final Log.LogSubject HttpGeneral
public static final Log.LogSubject HttpConnection
public static final Log.LogSubject HttpServer
public static final Log.LogSubject HttpStream
public static final Log.LogSubject HttpConnectionManager
public static final Log.LogSubject HttpWebsocket
public static final Log.LogSubject HttpWebsocketSetup
public static final Log.LogSubject MqttGeneral
public static final Log.LogSubject MqttClient
public static final Log.LogSubject MqttTopicTree
public static final Log.LogSubject AuthGeneral
public static final Log.LogSubject AuthProfile
public static final Log.LogSubject AuthCredentialsProvider
public static final Log.LogSubject AuthSigning
public static final Log.LogSubject EventStreamServerListener
public static final Log.LogSubject S3Client
public static final Log.LogSubject JavaCrtGeneral
public static final Log.LogSubject JavaCrtResource
public static final Log.LogSubject JavaCrtS3
public static Log.LogSubject[] values()
for (Log.LogSubject c : Log.LogSubject.values()) System.out.println(c);
public static Log.LogSubject valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
Copyright © 2021. All rights reserved.