Uses of Class
org.opendaylight.openflowjava.nx.api.NiciraActionSerializerKey
-
Packages that use NiciraActionSerializerKey Package Description org.opendaylight.openflowjava.nx org.opendaylight.openflowjava.nx.api org.opendaylight.openflowjava.nx.codec.action -
-
Uses of NiciraActionSerializerKey in org.opendaylight.openflowjava.nx
Methods in org.opendaylight.openflowjava.nx with parameters of type NiciraActionSerializerKey Modifier and Type Method Description void
NiciraExtensionCodecRegistratorImpl. registerActionSerializer(NiciraActionSerializerKey key, OFSerializer<Action> serializer)
void
NiciraExtensionCodecRegistratorImpl. unregisterActionSerializer(NiciraActionSerializerKey key)
-
Uses of NiciraActionSerializerKey in org.opendaylight.openflowjava.nx.api
Methods in org.opendaylight.openflowjava.nx.api with parameters of type NiciraActionSerializerKey Modifier and Type Method Description static ActionSerializerKey<?>
NiciraUtil. createOfJavaKeyFrom(NiciraActionSerializerKey key)
void
NiciraExtensionCodecRegistrator. registerActionSerializer(NiciraActionSerializerKey key, OFSerializer<Action> serializer)
void
NiciraExtensionCodecRegistrator. unregisterActionSerializer(NiciraActionSerializerKey key)
-
Uses of NiciraActionSerializerKey in org.opendaylight.openflowjava.nx.codec.action
Fields in org.opendaylight.openflowjava.nx.codec.action declared as NiciraActionSerializerKey Modifier and Type Field Description static NiciraActionSerializerKey
ConntrackCodec. SERIALIZER_KEY
static NiciraActionSerializerKey
CtClearCodec. SERIALIZER_KEY
static NiciraActionSerializerKey
DecapCodec. SERIALIZER_KEY
static NiciraActionSerializerKey
DecNshTtlCodec. SERIALIZER_KEY
static NiciraActionSerializerKey
EncapCodec. SERIALIZER_KEY
static NiciraActionSerializerKey
FinTimeoutCodec. SERIALIZER_KEY
static NiciraActionSerializerKey
LearnCodec. SERIALIZER_KEY
static NiciraActionSerializerKey
MultipathCodec. SERIALIZER_KEY
static NiciraActionSerializerKey
OutputReg2Codec. SERIALIZER_KEY
static NiciraActionSerializerKey
OutputRegCodec. SERIALIZER_KEY
static NiciraActionSerializerKey
RegLoad2Codec. SERIALIZER_KEY
static NiciraActionSerializerKey
RegLoadCodec. SERIALIZER_KEY
static NiciraActionSerializerKey
RegMoveCodec. SERIALIZER_KEY
static NiciraActionSerializerKey
ResubmitCodec. SERIALIZER_KEY
-