| Package | Description |
|---|---|
| com.thecoderscorner.menu.remote | |
| com.thecoderscorner.menu.remote.commands | |
| com.thecoderscorner.menu.remote.protocol |
| Modifier and Type | Method | Description |
|---|---|---|
ApiPlatform |
RemoteInformation.getPlatform() |
the platform type of the remote host
|
| Constructor | Description |
|---|---|
RemoteInformation(String name,
int major,
int minor,
ApiPlatform platform) |
| Modifier and Type | Method | Description |
|---|---|---|
ApiPlatform |
MenuJoinCommand.getPlatform() |
| Constructor | Description |
|---|---|
MenuJoinCommand(String myName,
ApiPlatform platform,
int apiVer) |
| Modifier and Type | Method | Description |
|---|---|---|
static ApiPlatform |
ProtocolUtil.fromKeyToApiPlatform(int key) |
get the api platform given it's integer key value.
|
static ApiPlatform |
ApiPlatform.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ApiPlatform[] |
ApiPlatform.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.