| Package | Description |
|---|---|
| com.almasb.fxgl.net |
| Modifier and Type | Method and Description |
|---|---|
static NetworkProtocol |
NetworkProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkProtocol[] |
NetworkProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkConnection.send(Serializable data,
NetworkProtocol protocol)
Send data to the machine at the other end using specified protocol
|
Copyright © 2017. All rights reserved.