public interface OFActions
OFActionBsnChecksum.Builder buildBsnChecksum()
OFActionBsnChecksum bsnChecksum(U128 checksum)
OFActionBsnMirror.Builder buildBsnMirror()
OFActionBsnSetTunnelDst.Builder buildBsnSetTunnelDst()
OFActionBsnSetTunnelDst bsnSetTunnelDst(long dst)
OFActionEnqueue.Builder buildEnqueue() throws UnsupportedOperationException
UnsupportedOperationException
OFActionEnqueue enqueue(OFPort port, long queueId)
OFActionNiciraDecTtl niciraDecTtl()
OFActionOutput.Builder buildOutput()
OFActionOutput output(OFPort port, int maxLen)
OFActionSetDlDst.Builder buildSetDlDst() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetDlDst setDlDst(MacAddress dlAddr)
OFActionSetDlSrc.Builder buildSetDlSrc() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetDlSrc setDlSrc(MacAddress dlAddr)
OFActionSetNwDst.Builder buildSetNwDst() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetNwDst setNwDst(IPv4Address nwAddr)
OFActionSetNwSrc.Builder buildSetNwSrc() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetNwSrc setNwSrc(IPv4Address nwAddr)
OFActionSetNwTos.Builder buildSetNwTos() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetNwTos setNwTos(short nwTos)
OFActionSetTpDst.Builder buildSetTpDst() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetTpDst setTpDst(TransportPort tpPort)
OFActionSetTpSrc.Builder buildSetTpSrc() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetTpSrc setTpSrc(TransportPort tpPort)
OFActionSetVlanPcp.Builder buildSetVlanPcp() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetVlanPcp setVlanPcp(VlanPcp vlanPcp)
OFActionSetVlanVid.Builder buildSetVlanVid() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetVlanVid setVlanVid(VlanVid vlanVid)
OFActionStripVlan stripVlan()
OFActionCopyTtlIn copyTtlIn()
OFActionCopyTtlOut copyTtlOut()
OFActionDecMplsTtl decMplsTtl()
OFActionDecNwTtl decNwTtl()
OFActionGroup.Builder buildGroup() throws UnsupportedOperationException
UnsupportedOperationException
OFActionGroup group(OFGroup group)
OFActionPopMpls.Builder buildPopMpls() throws UnsupportedOperationException
UnsupportedOperationException
OFActionPopMpls popMpls(EthType ethertype)
OFActionPopVlan popVlan()
OFActionPushMpls.Builder buildPushMpls() throws UnsupportedOperationException
UnsupportedOperationException
OFActionPushMpls pushMpls(EthType ethertype)
OFActionPushVlan.Builder buildPushVlan() throws UnsupportedOperationException
UnsupportedOperationException
OFActionPushVlan pushVlan(EthType ethertype)
OFActionSetMplsLabel.Builder buildSetMplsLabel() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetMplsLabel setMplsLabel(long mplsLabel)
OFActionSetMplsTc.Builder buildSetMplsTc() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetMplsTc setMplsTc(short mplsTc)
OFActionSetMplsTtl.Builder buildSetMplsTtl() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetMplsTtl setMplsTtl(short mplsTtl)
OFActionSetNwEcn.Builder buildSetNwEcn() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetNwEcn setNwEcn(IpEcn nwEcn)
OFActionSetNwTtl.Builder buildSetNwTtl() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetNwTtl setNwTtl(short nwTtl)
OFActionSetQueue.Builder buildSetQueue() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetQueue setQueue(long queueId)
OFActionSetField.Builder buildSetField() throws UnsupportedOperationException
UnsupportedOperationException
OFActionSetField setField(OFOxm<?> field)
OFActionBsnGentable.Builder buildBsnGentable() throws UnsupportedOperationException
UnsupportedOperationException
OFActionBsnGentable bsnGentable(long tableId, List<OFBsnTlv> key)
OFActionPopPbb popPbb()
OFActionPushPbb.Builder buildPushPbb() throws UnsupportedOperationException
UnsupportedOperationException
OFActionPushPbb pushPbb(EthType ethertype)
OFMessageReader<OFAction> getReader()
OFVersion getVersion()
Copyright © 2015. All rights reserved.