public final class DefaultPacketRequest extends Object implements PacketRequest
| Constructor and Description |
|---|
DefaultPacketRequest(TrafficSelector selector,
PacketPriority priority,
ApplicationId appId,
FlowRule.Type tableType) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationId |
appId()
Obtain the application id.
|
boolean |
equals(Object o) |
int |
hashCode() |
PacketPriority |
priority()
Obtain the priority.
|
TrafficSelector |
selector()
Obtain the traffic selector.
|
FlowRule.Type |
tableType()
Obtain the table type.
|
String |
toString() |
public DefaultPacketRequest(TrafficSelector selector, PacketPriority priority, ApplicationId appId, FlowRule.Type tableType)
public TrafficSelector selector()
PacketRequestselector in interface PacketRequestpublic PacketPriority priority()
PacketRequestpriority in interface PacketRequestpublic ApplicationId appId()
PacketRequestappId in interface PacketRequestpublic FlowRule.Type tableType()
PacketRequesttableType in interface PacketRequestCopyright © 2015. All rights reserved.