A protocol type. More...
Public Member Functions | |
| ProtocolType (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static ProtocolType | getByAssignedValue (int value) |
Public Attributes | |
| Udp =(1) | |
| Indicates the UDP protocol. More... | |
| Tcp =(2) | |
| Indicates the TCP protocol. More... | |
| Tls =(3) | |
| Indicates the TLS protocol. More... | |
| Unknown =(4) | |
| Indicates an unknown protocol. More... | |
A protocol type.
| fm.liveswitch.ProtocolType.ProtocolType | ( | int | value | ) |
|
static |
| int fm.liveswitch.ProtocolType.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.ProtocolType.Tcp =(2) |
Indicates the TCP protocol.
| fm.liveswitch.ProtocolType.Tls =(3) |
Indicates the TLS protocol.
| fm.liveswitch.ProtocolType.Udp =(1) |
Indicates the UDP protocol.
| fm.liveswitch.ProtocolType.Unknown =(4) |
Indicates an unknown protocol.