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
UnsupportedOperationExceptionOFActionEnqueue enqueue(OFPort port, long queueId)
OFActionNiciraDecTtl niciraDecTtl()
OFActionOutput.Builder buildOutput()
OFActionOutput output(OFPort port, int maxLen)
OFActionSetDlDst.Builder buildSetDlDst() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetDlDst setDlDst(MacAddress dlAddr)
OFActionSetDlSrc.Builder buildSetDlSrc() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetDlSrc setDlSrc(MacAddress dlAddr)
OFActionSetNwDst.Builder buildSetNwDst() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetNwDst setNwDst(IPv4Address nwAddr)
OFActionSetNwSrc.Builder buildSetNwSrc() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetNwSrc setNwSrc(IPv4Address nwAddr)
OFActionSetNwTos.Builder buildSetNwTos() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetNwTos setNwTos(short nwTos)
OFActionSetTpDst.Builder buildSetTpDst() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetTpDst setTpDst(TransportPort tpPort)
OFActionSetTpSrc.Builder buildSetTpSrc() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetTpSrc setTpSrc(TransportPort tpPort)
OFActionSetVlanPcp.Builder buildSetVlanPcp() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetVlanPcp setVlanPcp(VlanPcp vlanPcp)
OFActionSetVlanVid.Builder buildSetVlanVid() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetVlanVid setVlanVid(VlanVid vlanVid)
OFActionStripVlan stripVlan()
OFActionCopyTtlIn copyTtlIn()
OFActionCopyTtlOut copyTtlOut()
OFActionDecMplsTtl decMplsTtl()
OFActionDecNwTtl decNwTtl()
OFActionGroup.Builder buildGroup() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionGroup group(OFGroup group)
OFActionPopMpls.Builder buildPopMpls() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionPopMpls popMpls(EthType ethertype)
OFActionPopVlan popVlan()
OFActionPushMpls.Builder buildPushMpls() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionPushMpls pushMpls(EthType ethertype)
OFActionPushVlan.Builder buildPushVlan() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionPushVlan pushVlan(EthType ethertype)
OFActionSetMplsLabel.Builder buildSetMplsLabel() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetMplsLabel setMplsLabel(long mplsLabel)
OFActionSetMplsTc.Builder buildSetMplsTc() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetMplsTc setMplsTc(short mplsTc)
OFActionSetMplsTtl.Builder buildSetMplsTtl() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetMplsTtl setMplsTtl(short mplsTtl)
OFActionSetNwEcn.Builder buildSetNwEcn() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetNwEcn setNwEcn(IpEcn nwEcn)
OFActionSetNwTtl.Builder buildSetNwTtl() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetNwTtl setNwTtl(short nwTtl)
OFActionSetQueue.Builder buildSetQueue() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetQueue setQueue(long queueId)
OFActionSetField.Builder buildSetField() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionSetField setField(OFOxm<?> field)
OFActionBsnGentable.Builder buildBsnGentable() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionBsnGentable bsnGentable(long tableId, List<OFBsnTlv> key)
OFActionPopPbb popPbb()
OFActionPushPbb.Builder buildPushPbb() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionPushPbb pushPbb(EthType ethertype)
OFActionMeter.Builder buildMeter() throws UnsupportedOperationException
UnsupportedOperationExceptionOFActionMeter meter(long meterId)
OFMessageReader<OFAction> getReader()
OFVersion getVersion()
Copyright © 2018. All rights reserved.