| Constructor and Description |
|---|
Factory(WorkLevel lvl)
Initialize the factory
|
| Modifier and Type | Method and Description |
|---|---|
abstract WorkLevel |
Client.getWorkLevel()
Get the client work level
|
abstract WorkLevel |
Server.getWorkLevel()
Get the server work level
|
| Modifier and Type | Method and Description |
|---|---|
static WorkLevel |
WorkLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkLevel[] |
WorkLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WorkLevel |
SSLClient.getWorkLevel()
Get the client work level
|
WorkLevel |
SSLServer.getWorkLevel()
Get the client work level
|
| Modifier and Type | Method and Description |
|---|---|
WorkLevel |
TCPClient.getWorkLevel()
Get the client work level
|
WorkLevel |
TCPServer.getWorkLevel()
Get the client work level
|
Copyright © 2022. All rights reserved.