Package org.onosproject.net.behaviour
Class TunnelKeys
- java.lang.Object
- 
- org.onosproject.net.behaviour.TunnelKeys
 
- 
 public final class TunnelKeys extends java.lang.ObjectStatic utility methods pertaining toTunnelKeyinstances.
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static TunnelKey<java.lang.String>flowTunnelKey()Returns a tunnel key with FLOW keyword.
 
- 
- 
- 
Method Detail- 
flowTunnelKeypublic static TunnelKey<java.lang.String> flowTunnelKey() Returns a tunnel key with FLOW keyword.- Returns:
- tunnel key instance
 
 
- 
 
-