| Package | Description |
|---|---|
| org.sellcom.core.net |
| Modifier and Type | Method and Description |
|---|---|
TrafficClass |
DatagramSender.getTrafficClass()
Returns the traffic class of datagrams sent by this sender.
|
TrafficClass |
DatagramSenderAndReceiver.getTrafficClass()
Returns the traffic class of datagrams sent by this sender.
|
static TrafficClass |
TrafficClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficClass[] |
TrafficClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DatagramSender |
DatagramSender.withTrafficClass(TrafficClass trafficClass)
Sets the traffic class of datagrams sent by this sender.
|
DatagramSenderAndReceiver |
DatagramSenderAndReceiver.withTrafficClass(TrafficClass trafficClass)
Sets the traffic class of datagrams sent by this sender/receiver.
|