| Modifier and Type | Method and Description |
|---|---|
static TcpFlags |
TcpFlags.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcpFlags[] |
TcpFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TCPHandle.bind(String address,
int port,
boolean ipv6,
EnumSet<TcpFlags> flags) |
Copyright © 2021 WebFolder. All rights reserved.