public interface FiveTuple
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FiveTuple.Builder
Builder class for Five tuple info.
|
| Modifier and Type | Method and Description |
|---|---|
org.onlab.packet.IpAddress |
ipDst()
Returns destination ip address.
|
org.onlab.packet.IpAddress |
ipSrc()
Returns source ip address.
|
org.onlab.packet.MacAddress |
macDst()
Returns destination mac.
|
org.onlab.packet.MacAddress |
macSrc()
Returns source mac.
|
org.onosproject.net.PortNumber |
portDst()
Returns destination port.
|
org.onosproject.net.PortNumber |
portSrc()
Returns source port.
|
byte |
protocol()
Returns the protocol value.
|
TenantId |
tenantId()
Returns the tenant id.
|
byte protocol()
org.onlab.packet.IpAddress ipSrc()
org.onlab.packet.IpAddress ipDst()
org.onosproject.net.PortNumber portSrc()
org.onosproject.net.PortNumber portDst()
org.onlab.packet.MacAddress macSrc()
org.onlab.packet.MacAddress macDst()
TenantId tenantId()