| Package | Description |
|---|---|
| org.aoju.bus.image.metric |
| Modifier and Type | Method and Description |
|---|---|
Connection.Protocol |
Connection.getProtocol() |
static Connection.Protocol |
Connection.Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.Protocol[] |
Connection.Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TCPHandler |
Connection.registerTCPProtocolHandler(Connection.Protocol protocol,
TCPHandler handler) |
static UDPHandler |
Connection.registerUDPProtocolHandler(Connection.Protocol protocol,
UDPHandler handler) |
void |
Connection.setProtocol(Connection.Protocol protocol) |
static TCPHandler |
Connection.unregisterTCPProtocolHandler(Connection.Protocol protocol) |
static UDPHandler |
Connection.unregisterUDPProtocolHandler(Connection.Protocol protocol) |
Copyright © 2020. All rights reserved.