org.projectfloodlight.openflow.protocol.ver10.OFFactoryVer10 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of openflowj Show documentation
Show all versions of openflowj Show documentation
OpenFlowJ API supporting OpenFlow versions 1.0 through 1.5.1, generated by LoxiGen
// Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University
// Copyright (c) 2011, 2012 Open Networking Foundation
// Copyright (c) 2012, 2013 Big Switch Networks, Inc.
// This library was generated by the LoxiGen Compiler.
// See the file LICENSE.txt which should have been included in the source distribution
// Automatically generated by LOXI from template of_factory_class.java
// Do not modify
package org.projectfloodlight.openflow.protocol.ver10;
import org.projectfloodlight.openflow.protocol.*;
import org.projectfloodlight.openflow.protocol.action.*;
import org.projectfloodlight.openflow.protocol.actionid.*;
import org.projectfloodlight.openflow.protocol.bsntlv.*;
import org.projectfloodlight.openflow.protocol.errormsg.*;
import org.projectfloodlight.openflow.protocol.meterband.*;
import org.projectfloodlight.openflow.protocol.instruction.*;
import org.projectfloodlight.openflow.protocol.instructionid.*;
import org.projectfloodlight.openflow.protocol.match.*;
import org.projectfloodlight.openflow.protocol.stat.*;
import org.projectfloodlight.openflow.protocol.oxm.*;
import org.projectfloodlight.openflow.protocol.oxs.*;
import org.projectfloodlight.openflow.protocol.queueprop.*;
import org.projectfloodlight.openflow.types.*;
import org.projectfloodlight.openflow.util.*;
import org.projectfloodlight.openflow.exceptions.*;
import java.util.Set;
import java.util.List;
import org.projectfloodlight.openflow.protocol.OFOxmList;
public class OFFactoryVer10 implements OFFactory {
public final static OFFactoryVer10 INSTANCE = new OFFactoryVer10();
private final XidGenerator xidGenerator = XidGenerators.global();
public OFActions actions() {
return OFActionsVer10.INSTANCE;
}
public OFInstructions instructions() {
return OFInstructionsVer10.INSTANCE;
}
public OFMeterBands meterBands() {
return OFMeterBandsVer10.INSTANCE;
}
public OFOxms oxms() {
return OFOxmsVer10.INSTANCE;
}
public OFQueueProps queueProps() {
return OFQueuePropsVer10.INSTANCE;
}
public OFErrorMsgs errorMsgs() {
return OFErrorMsgsVer10.INSTANCE;
}
public OFActionIds actionIds() {
return OFActionIdsVer10.INSTANCE;
}
public OFInstructionIds instructionIds() {
return OFInstructionIdsVer10.INSTANCE;
}
public OFBsnTlvs bsnTlvs() {
return OFBsnTlvsVer10.INSTANCE;
}
public OFOxss oxss() {
return OFOxssVer10.INSTANCE;
}
public OFAggregateStatsReply.Builder buildAggregateStatsReply() {
return new OFAggregateStatsReplyVer10.Builder().setXid(nextXid());
}
public OFAggregateStatsRequest.Builder buildAggregateStatsRequest() {
return new OFAggregateStatsRequestVer10.Builder().setXid(nextXid());
}
public OFBarrierReply.Builder buildBarrierReply() {
return new OFBarrierReplyVer10.Builder().setXid(nextXid());
}
public OFBarrierReply barrierReply() {
return new OFBarrierReplyVer10(
nextXid()
);
}
public OFBarrierRequest.Builder buildBarrierRequest() {
return new OFBarrierRequestVer10.Builder().setXid(nextXid());
}
public OFBarrierRequest barrierRequest() {
return new OFBarrierRequestVer10(
nextXid()
);
}
public OFBsnBwClearDataReply.Builder buildBsnBwClearDataReply() {
return new OFBsnBwClearDataReplyVer10.Builder().setXid(nextXid());
}
public OFBsnBwClearDataReply bsnBwClearDataReply(long status) {
return new OFBsnBwClearDataReplyVer10(
nextXid(),
status
);
}
public OFBsnBwClearDataRequest.Builder buildBsnBwClearDataRequest() {
return new OFBsnBwClearDataRequestVer10.Builder().setXid(nextXid());
}
public OFBsnBwClearDataRequest bsnBwClearDataRequest() {
return new OFBsnBwClearDataRequestVer10(
nextXid()
);
}
public OFBsnBwEnableGetReply.Builder buildBsnBwEnableGetReply() {
return new OFBsnBwEnableGetReplyVer10.Builder().setXid(nextXid());
}
public OFBsnBwEnableGetReply bsnBwEnableGetReply(long enabled) {
return new OFBsnBwEnableGetReplyVer10(
nextXid(),
enabled
);
}
public OFBsnBwEnableGetRequest.Builder buildBsnBwEnableGetRequest() {
return new OFBsnBwEnableGetRequestVer10.Builder().setXid(nextXid());
}
public OFBsnBwEnableGetRequest bsnBwEnableGetRequest() {
return new OFBsnBwEnableGetRequestVer10(
nextXid()
);
}
public OFBsnBwEnableSetReply.Builder buildBsnBwEnableSetReply() {
return new OFBsnBwEnableSetReplyVer10.Builder().setXid(nextXid());
}
public OFBsnBwEnableSetRequest.Builder buildBsnBwEnableSetRequest() {
return new OFBsnBwEnableSetRequestVer10.Builder().setXid(nextXid());
}
public OFBsnBwEnableSetRequest bsnBwEnableSetRequest(long enable) {
return new OFBsnBwEnableSetRequestVer10(
nextXid(),
enable
);
}
public OFBsnGetInterfacesReply.Builder buildBsnGetInterfacesReply() {
return new OFBsnGetInterfacesReplyVer10.Builder().setXid(nextXid());
}
public OFBsnGetInterfacesReply bsnGetInterfacesReply(List interfaces) {
return new OFBsnGetInterfacesReplyVer10(
nextXid(),
interfaces
);
}
public OFBsnGetInterfacesRequest.Builder buildBsnGetInterfacesRequest() {
return new OFBsnGetInterfacesRequestVer10.Builder().setXid(nextXid());
}
public OFBsnGetInterfacesRequest bsnGetInterfacesRequest() {
return new OFBsnGetInterfacesRequestVer10(
nextXid()
);
}
public OFBsnGetIpMaskReply.Builder buildBsnGetIpMaskReply() {
return new OFBsnGetIpMaskReplyVer10.Builder().setXid(nextXid());
}
public OFBsnGetIpMaskRequest.Builder buildBsnGetIpMaskRequest() {
return new OFBsnGetIpMaskRequestVer10.Builder().setXid(nextXid());
}
public OFBsnGetIpMaskRequest bsnGetIpMaskRequest(short index) {
return new OFBsnGetIpMaskRequestVer10(
nextXid(),
index
);
}
public OFBsnGetL2TableReply.Builder buildBsnGetL2TableReply() {
return new OFBsnGetL2TableReplyVer10.Builder().setXid(nextXid());
}
public OFBsnGetL2TableRequest.Builder buildBsnGetL2TableRequest() {
return new OFBsnGetL2TableRequestVer10.Builder().setXid(nextXid());
}
public OFBsnGetL2TableRequest bsnGetL2TableRequest() {
return new OFBsnGetL2TableRequestVer10(
nextXid()
);
}
public OFBsnGetMirroringReply.Builder buildBsnGetMirroringReply() {
return new OFBsnGetMirroringReplyVer10.Builder().setXid(nextXid());
}
public OFBsnGetMirroringReply bsnGetMirroringReply(short reportMirrorPorts) {
return new OFBsnGetMirroringReplyVer10(
nextXid(),
reportMirrorPorts
);
}
public OFBsnGetMirroringRequest.Builder buildBsnGetMirroringRequest() {
return new OFBsnGetMirroringRequestVer10.Builder().setXid(nextXid());
}
public OFBsnGetMirroringRequest bsnGetMirroringRequest(short reportMirrorPorts) {
return new OFBsnGetMirroringRequestVer10(
nextXid(),
reportMirrorPorts
);
}
public OFBsnHybridGetReply.Builder buildBsnHybridGetReply() {
return new OFBsnHybridGetReplyVer10.Builder().setXid(nextXid());
}
public OFBsnHybridGetRequest.Builder buildBsnHybridGetRequest() {
return new OFBsnHybridGetRequestVer10.Builder().setXid(nextXid());
}
public OFBsnHybridGetRequest bsnHybridGetRequest() {
return new OFBsnHybridGetRequestVer10(
nextXid()
);
}
public OFBsnInterface.Builder buildBsnInterface() {
return new OFBsnInterfaceVer10.Builder();
}
public OFBsnPduRxReply.Builder buildBsnPduRxReply() {
return new OFBsnPduRxReplyVer10.Builder().setXid(nextXid());
}
public OFBsnPduRxRequest.Builder buildBsnPduRxRequest() {
return new OFBsnPduRxRequestVer10.Builder().setXid(nextXid());
}
public OFBsnPduRxTimeout.Builder buildBsnPduRxTimeout() {
return new OFBsnPduRxTimeoutVer10.Builder().setXid(nextXid());
}
public OFBsnPduTxReply.Builder buildBsnPduTxReply() {
return new OFBsnPduTxReplyVer10.Builder().setXid(nextXid());
}
public OFBsnPduTxRequest.Builder buildBsnPduTxRequest() {
return new OFBsnPduTxRequestVer10.Builder().setXid(nextXid());
}
public OFBsnSetIpMask.Builder buildBsnSetIpMask() {
return new OFBsnSetIpMaskVer10.Builder().setXid(nextXid());
}
public OFBsnSetL2TableReply.Builder buildBsnSetL2TableReply() {
return new OFBsnSetL2TableReplyVer10.Builder().setXid(nextXid());
}
public OFBsnSetL2TableRequest.Builder buildBsnSetL2TableRequest() {
return new OFBsnSetL2TableRequestVer10.Builder().setXid(nextXid());
}
public OFBsnSetMirroring.Builder buildBsnSetMirroring() {
return new OFBsnSetMirroringVer10.Builder().setXid(nextXid());
}
public OFBsnSetMirroring bsnSetMirroring(short reportMirrorPorts) {
return new OFBsnSetMirroringVer10(
nextXid(),
reportMirrorPorts
);
}
public OFBsnSetPktinSuppressionReply.Builder buildBsnSetPktinSuppressionReply() {
return new OFBsnSetPktinSuppressionReplyVer10.Builder().setXid(nextXid());
}
public OFBsnSetPktinSuppressionReply bsnSetPktinSuppressionReply(long status) {
return new OFBsnSetPktinSuppressionReplyVer10(
nextXid(),
status
);
}
public OFBsnSetPktinSuppressionRequest.Builder buildBsnSetPktinSuppressionRequest() {
return new OFBsnSetPktinSuppressionRequestVer10.Builder().setXid(nextXid());
}
public OFBsnShellCommand.Builder buildBsnShellCommand() {
return new OFBsnShellCommandVer10.Builder().setXid(nextXid());
}
public OFBsnShellOutput.Builder buildBsnShellOutput() {
return new OFBsnShellOutputVer10.Builder().setXid(nextXid());
}
public OFBsnShellOutput bsnShellOutput(byte[] data) {
return new OFBsnShellOutputVer10(
nextXid(),
data
);
}
public OFBsnShellStatus.Builder buildBsnShellStatus() {
return new OFBsnShellStatusVer10.Builder().setXid(nextXid());
}
public OFBsnShellStatus bsnShellStatus(long status) {
return new OFBsnShellStatusVer10(
nextXid(),
status
);
}
public OFBsnVirtualPortCreateReply.Builder buildBsnVirtualPortCreateReply() {
return new OFBsnVirtualPortCreateReplyVer10.Builder().setXid(nextXid());
}
public OFBsnVirtualPortCreateRequest.Builder buildBsnVirtualPortCreateRequest() {
return new OFBsnVirtualPortCreateRequestVer10.Builder().setXid(nextXid());
}
public OFBsnVirtualPortCreateRequest bsnVirtualPortCreateRequest(OFBsnVport vport) {
return new OFBsnVirtualPortCreateRequestVer10(
nextXid(),
vport
);
}
public OFBsnVirtualPortRemoveReply.Builder buildBsnVirtualPortRemoveReply() {
return new OFBsnVirtualPortRemoveReplyVer10.Builder().setXid(nextXid());
}
public OFBsnVirtualPortRemoveReply bsnVirtualPortRemoveReply(long status) {
return new OFBsnVirtualPortRemoveReplyVer10(
nextXid(),
status
);
}
public OFBsnVirtualPortRemoveRequest.Builder buildBsnVirtualPortRemoveRequest() {
return new OFBsnVirtualPortRemoveRequestVer10.Builder().setXid(nextXid());
}
public OFBsnVirtualPortRemoveRequest bsnVirtualPortRemoveRequest(long vportNo) {
return new OFBsnVirtualPortRemoveRequestVer10(
nextXid(),
vportNo
);
}
public OFBsnVportL2Gre.Builder buildBsnVportL2Gre() {
return new OFBsnVportL2GreVer10.Builder();
}
public OFBsnVportQInQ.Builder buildBsnVportQInQ() {
return new OFBsnVportQInQVer10.Builder();
}
public OFDescStatsReply.Builder buildDescStatsReply() {
return new OFDescStatsReplyVer10.Builder().setXid(nextXid());
}
public OFDescStatsRequest.Builder buildDescStatsRequest() {
return new OFDescStatsRequestVer10.Builder().setXid(nextXid());
}
public OFDescStatsRequest descStatsRequest(Set flags) {
return new OFDescStatsRequestVer10(
nextXid(),
flags
);
}
public OFEchoReply.Builder buildEchoReply() {
return new OFEchoReplyVer10.Builder().setXid(nextXid());
}
public OFEchoReply echoReply(byte[] data) {
return new OFEchoReplyVer10(
nextXid(),
data
);
}
public OFEchoRequest.Builder buildEchoRequest() {
return new OFEchoRequestVer10.Builder().setXid(nextXid());
}
public OFEchoRequest echoRequest(byte[] data) {
return new OFEchoRequestVer10(
nextXid(),
data
);
}
public OFFeaturesReply.Builder buildFeaturesReply() {
return new OFFeaturesReplyVer10.Builder().setXid(nextXid());
}
public OFFeaturesRequest.Builder buildFeaturesRequest() {
return new OFFeaturesRequestVer10.Builder().setXid(nextXid());
}
public OFFeaturesRequest featuresRequest() {
return new OFFeaturesRequestVer10(
nextXid()
);
}
public OFFlowAdd.Builder buildFlowAdd() {
return new OFFlowAddVer10.Builder().setXid(nextXid());
}
public OFFlowDelete.Builder buildFlowDelete() {
return new OFFlowDeleteVer10.Builder().setXid(nextXid());
}
public OFFlowDeleteStrict.Builder buildFlowDeleteStrict() {
return new OFFlowDeleteStrictVer10.Builder().setXid(nextXid());
}
public OFFlowModify.Builder buildFlowModify() {
return new OFFlowModifyVer10.Builder().setXid(nextXid());
}
public OFFlowModifyStrict.Builder buildFlowModifyStrict() {
return new OFFlowModifyStrictVer10.Builder().setXid(nextXid());
}
public OFFlowRemoved.Builder buildFlowRemoved() {
return new OFFlowRemovedVer10.Builder().setXid(nextXid());
}
public OFFlowStatsEntry.Builder buildFlowStatsEntry() {
return new OFFlowStatsEntryVer10.Builder();
}
public OFFlowStatsReply.Builder buildFlowStatsReply() {
return new OFFlowStatsReplyVer10.Builder().setXid(nextXid());
}
public OFFlowStatsRequest.Builder buildFlowStatsRequest() {
return new OFFlowStatsRequestVer10.Builder().setXid(nextXid());
}
public OFGetConfigReply.Builder buildGetConfigReply() {
return new OFGetConfigReplyVer10.Builder().setXid(nextXid());
}
public OFGetConfigRequest.Builder buildGetConfigRequest() {
return new OFGetConfigRequestVer10.Builder().setXid(nextXid());
}
public OFGetConfigRequest getConfigRequest() {
return new OFGetConfigRequestVer10(
nextXid()
);
}
public OFHello.Builder buildHello() {
return new OFHelloVer10.Builder().setXid(nextXid());
}
public OFHello hello(List elements) {
return new OFHelloVer10(
nextXid()
);
}
public OFMatchV1.Builder buildMatchV1() {
return new OFMatchV1Ver10.Builder();
}
public Match.Builder buildMatch() {
return new OFMatchV1Ver10.Builder();
}
final static Match MATCH_WILDCARD_ALL = OFMatchV1Ver10.DEFAULT;
public Match matchWildcardAll() {
return MATCH_WILDCARD_ALL;
}
public OFNiciraControllerRoleReply.Builder buildNiciraControllerRoleReply() {
return new OFNiciraControllerRoleReplyVer10.Builder().setXid(nextXid());
}
public OFNiciraControllerRoleReply niciraControllerRoleReply(OFNiciraControllerRole role) {
return new OFNiciraControllerRoleReplyVer10(
nextXid(),
role
);
}
public OFNiciraControllerRoleRequest.Builder buildNiciraControllerRoleRequest() {
return new OFNiciraControllerRoleRequestVer10.Builder().setXid(nextXid());
}
public OFNiciraControllerRoleRequest niciraControllerRoleRequest(OFNiciraControllerRole role) {
return new OFNiciraControllerRoleRequestVer10(
nextXid(),
role
);
}
public OFPacketIn.Builder buildPacketIn() {
return new OFPacketInVer10.Builder().setXid(nextXid());
}
public OFPacketOut.Builder buildPacketOut() {
return new OFPacketOutVer10.Builder().setXid(nextXid());
}
public OFPacketQueue.Builder buildPacketQueue() {
return new OFPacketQueueVer10.Builder();
}
public OFPortDesc.Builder buildPortDesc() {
return new OFPortDescVer10.Builder();
}
public OFPortMod.Builder buildPortMod() {
return new OFPortModVer10.Builder().setXid(nextXid());
}
public OFPortStatsEntry.Builder buildPortStatsEntry() {
return new OFPortStatsEntryVer10.Builder();
}
public OFPortStatsReply.Builder buildPortStatsReply() {
return new OFPortStatsReplyVer10.Builder().setXid(nextXid());
}
public OFPortStatsRequest.Builder buildPortStatsRequest() {
return new OFPortStatsRequestVer10.Builder().setXid(nextXid());
}
public OFPortStatus.Builder buildPortStatus() {
return new OFPortStatusVer10.Builder().setXid(nextXid());
}
public OFQueueGetConfigReply.Builder buildQueueGetConfigReply() {
return new OFQueueGetConfigReplyVer10.Builder().setXid(nextXid());
}
public OFQueueGetConfigRequest.Builder buildQueueGetConfigRequest() {
return new OFQueueGetConfigRequestVer10.Builder().setXid(nextXid());
}
public OFQueueGetConfigRequest queueGetConfigRequest(OFPort port) {
return new OFQueueGetConfigRequestVer10(
nextXid(),
port
);
}
public OFQueueStatsEntry.Builder buildQueueStatsEntry() {
return new OFQueueStatsEntryVer10.Builder();
}
public OFQueueStatsReply.Builder buildQueueStatsReply() {
return new OFQueueStatsReplyVer10.Builder().setXid(nextXid());
}
public OFQueueStatsRequest.Builder buildQueueStatsRequest() {
return new OFQueueStatsRequestVer10.Builder().setXid(nextXid());
}
public OFSetConfig.Builder buildSetConfig() {
return new OFSetConfigVer10.Builder().setXid(nextXid());
}
public OFTableMod.Builder buildTableMod() {
throw new UnsupportedOperationException("OFTableMod not supported in version 1.0");
}
public OFTableStatsEntry.Builder buildTableStatsEntry() {
return new OFTableStatsEntryVer10.Builder();
}
public OFTableStatsReply.Builder buildTableStatsReply() {
return new OFTableStatsReplyVer10.Builder().setXid(nextXid());
}
public OFTableStatsRequest.Builder buildTableStatsRequest() {
return new OFTableStatsRequestVer10.Builder().setXid(nextXid());
}
public OFTableStatsRequest tableStatsRequest(Set flags) {
return new OFTableStatsRequestVer10(
nextXid(),
flags
);
}
public OFBucket.Builder buildBucket() {
throw new UnsupportedOperationException("OFBucket not supported in version 1.0");
}
public OFBucketCounter.Builder buildBucketCounter() {
throw new UnsupportedOperationException("OFBucketCounter not supported in version 1.0");
}
public OFBucketCounter bucketCounter(U64 packetCount, U64 byteCount) {
throw new UnsupportedOperationException("OFBucketCounter not supported in version 1.0");
}
public OFGroupAdd.Builder buildGroupAdd() {
throw new UnsupportedOperationException("OFGroupAdd not supported in version 1.0");
}
public OFGroupDelete.Builder buildGroupDelete() {
throw new UnsupportedOperationException("OFGroupDelete not supported in version 1.0");
}
public OFGroupDescStatsEntry.Builder buildGroupDescStatsEntry() {
throw new UnsupportedOperationException("OFGroupDescStatsEntry not supported in version 1.0");
}
public OFGroupDescStatsReply.Builder buildGroupDescStatsReply() {
throw new UnsupportedOperationException("OFGroupDescStatsReply not supported in version 1.0");
}
public OFGroupDescStatsRequest.Builder buildGroupDescStatsRequest() {
throw new UnsupportedOperationException("OFGroupDescStatsRequest not supported in version 1.0");
}
public OFGroupModify.Builder buildGroupModify() {
throw new UnsupportedOperationException("OFGroupModify not supported in version 1.0");
}
public OFGroupStatsEntry.Builder buildGroupStatsEntry() {
throw new UnsupportedOperationException("OFGroupStatsEntry not supported in version 1.0");
}
public OFGroupStatsReply.Builder buildGroupStatsReply() {
throw new UnsupportedOperationException("OFGroupStatsReply not supported in version 1.0");
}
public OFGroupStatsRequest.Builder buildGroupStatsRequest() {
throw new UnsupportedOperationException("OFGroupStatsRequest not supported in version 1.0");
}
public OFMatchV2.Builder buildMatchV2() {
throw new UnsupportedOperationException("OFMatchV2 not supported in version 1.0");
}
public OFGroupFeaturesStatsReply.Builder buildGroupFeaturesStatsReply() {
throw new UnsupportedOperationException("OFGroupFeaturesStatsReply not supported in version 1.0");
}
public OFGroupFeaturesStatsRequest.Builder buildGroupFeaturesStatsRequest() {
throw new UnsupportedOperationException("OFGroupFeaturesStatsRequest not supported in version 1.0");
}
public OFGroupFeaturesStatsRequest groupFeaturesStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFGroupFeaturesStatsRequest not supported in version 1.0");
}
public OFMatchV3.Builder buildMatchV3() {
throw new UnsupportedOperationException("OFMatchV3 not supported in version 1.0");
}
public OFMatchV3 matchV3(OFOxmList oxmList) {
throw new UnsupportedOperationException("OFMatchV3 not supported in version 1.0");
}
public OFRoleReply.Builder buildRoleReply() {
throw new UnsupportedOperationException("OFRoleReply not supported in version 1.0");
}
public OFRoleRequest.Builder buildRoleRequest() {
throw new UnsupportedOperationException("OFRoleRequest not supported in version 1.0");
}
public OFAsyncGetReply.Builder buildAsyncGetReply() {
throw new UnsupportedOperationException("OFAsyncGetReply not supported in version 1.0");
}
public OFAsyncGetRequest.Builder buildAsyncGetRequest() {
throw new UnsupportedOperationException("OFAsyncGetRequest not supported in version 1.0");
}
public OFAsyncGetRequest asyncGetRequest(List properties) {
throw new UnsupportedOperationException("OFAsyncGetRequest not supported in version 1.0");
}
public OFAsyncSet.Builder buildAsyncSet() {
throw new UnsupportedOperationException("OFAsyncSet not supported in version 1.0");
}
public OFBsnArpIdle.Builder buildBsnArpIdle() {
throw new UnsupportedOperationException("OFBsnArpIdle not supported in version 1.0");
}
public OFBsnControllerConnection.Builder buildBsnControllerConnection() {
throw new UnsupportedOperationException("OFBsnControllerConnection not supported in version 1.0");
}
public OFBsnControllerConnectionsReply.Builder buildBsnControllerConnectionsReply() {
throw new UnsupportedOperationException("OFBsnControllerConnectionsReply not supported in version 1.0");
}
public OFBsnControllerConnectionsReply bsnControllerConnectionsReply(List connections) {
throw new UnsupportedOperationException("OFBsnControllerConnectionsReply not supported in version 1.0");
}
public OFBsnControllerConnectionsRequest.Builder buildBsnControllerConnectionsRequest() {
throw new UnsupportedOperationException("OFBsnControllerConnectionsRequest not supported in version 1.0");
}
public OFBsnControllerConnectionsRequest bsnControllerConnectionsRequest() {
throw new UnsupportedOperationException("OFBsnControllerConnectionsRequest not supported in version 1.0");
}
public OFBsnDebugCounterDescStatsEntry.Builder buildBsnDebugCounterDescStatsEntry() {
throw new UnsupportedOperationException("OFBsnDebugCounterDescStatsEntry not supported in version 1.0");
}
public OFBsnDebugCounterDescStatsReply.Builder buildBsnDebugCounterDescStatsReply() {
throw new UnsupportedOperationException("OFBsnDebugCounterDescStatsReply not supported in version 1.0");
}
public OFBsnDebugCounterDescStatsRequest.Builder buildBsnDebugCounterDescStatsRequest() {
throw new UnsupportedOperationException("OFBsnDebugCounterDescStatsRequest not supported in version 1.0");
}
public OFBsnDebugCounterDescStatsRequest bsnDebugCounterDescStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFBsnDebugCounterDescStatsRequest not supported in version 1.0");
}
public OFBsnDebugCounterStatsEntry.Builder buildBsnDebugCounterStatsEntry() {
throw new UnsupportedOperationException("OFBsnDebugCounterStatsEntry not supported in version 1.0");
}
public OFBsnDebugCounterStatsEntry bsnDebugCounterStatsEntry(U64 counterId, U64 value) {
throw new UnsupportedOperationException("OFBsnDebugCounterStatsEntry not supported in version 1.0");
}
public OFBsnDebugCounterStatsReply.Builder buildBsnDebugCounterStatsReply() {
throw new UnsupportedOperationException("OFBsnDebugCounterStatsReply not supported in version 1.0");
}
public OFBsnDebugCounterStatsRequest.Builder buildBsnDebugCounterStatsRequest() {
throw new UnsupportedOperationException("OFBsnDebugCounterStatsRequest not supported in version 1.0");
}
public OFBsnDebugCounterStatsRequest bsnDebugCounterStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFBsnDebugCounterStatsRequest not supported in version 1.0");
}
public OFBsnFlowChecksumBucketStatsEntry.Builder buildBsnFlowChecksumBucketStatsEntry() {
throw new UnsupportedOperationException("OFBsnFlowChecksumBucketStatsEntry not supported in version 1.0");
}
public OFBsnFlowChecksumBucketStatsEntry bsnFlowChecksumBucketStatsEntry(U64 checksum) {
throw new UnsupportedOperationException("OFBsnFlowChecksumBucketStatsEntry not supported in version 1.0");
}
public OFBsnFlowChecksumBucketStatsReply.Builder buildBsnFlowChecksumBucketStatsReply() {
throw new UnsupportedOperationException("OFBsnFlowChecksumBucketStatsReply not supported in version 1.0");
}
public OFBsnFlowChecksumBucketStatsRequest.Builder buildBsnFlowChecksumBucketStatsRequest() {
throw new UnsupportedOperationException("OFBsnFlowChecksumBucketStatsRequest not supported in version 1.0");
}
public OFBsnFlowIdle.Builder buildBsnFlowIdle() {
throw new UnsupportedOperationException("OFBsnFlowIdle not supported in version 1.0");
}
public OFBsnFlowIdleEnableGetReply.Builder buildBsnFlowIdleEnableGetReply() {
throw new UnsupportedOperationException("OFBsnFlowIdleEnableGetReply not supported in version 1.0");
}
public OFBsnFlowIdleEnableGetReply bsnFlowIdleEnableGetReply(long enabled) {
throw new UnsupportedOperationException("OFBsnFlowIdleEnableGetReply not supported in version 1.0");
}
public OFBsnFlowIdleEnableGetRequest.Builder buildBsnFlowIdleEnableGetRequest() {
throw new UnsupportedOperationException("OFBsnFlowIdleEnableGetRequest not supported in version 1.0");
}
public OFBsnFlowIdleEnableGetRequest bsnFlowIdleEnableGetRequest() {
throw new UnsupportedOperationException("OFBsnFlowIdleEnableGetRequest not supported in version 1.0");
}
public OFBsnFlowIdleEnableSetReply.Builder buildBsnFlowIdleEnableSetReply() {
throw new UnsupportedOperationException("OFBsnFlowIdleEnableSetReply not supported in version 1.0");
}
public OFBsnFlowIdleEnableSetRequest.Builder buildBsnFlowIdleEnableSetRequest() {
throw new UnsupportedOperationException("OFBsnFlowIdleEnableSetRequest not supported in version 1.0");
}
public OFBsnFlowIdleEnableSetRequest bsnFlowIdleEnableSetRequest(long enable) {
throw new UnsupportedOperationException("OFBsnFlowIdleEnableSetRequest not supported in version 1.0");
}
public OFBsnGenericStatsEntry.Builder buildBsnGenericStatsEntry() {
throw new UnsupportedOperationException("OFBsnGenericStatsEntry not supported in version 1.0");
}
public OFBsnGenericStatsEntry bsnGenericStatsEntry(List tlvs) {
throw new UnsupportedOperationException("OFBsnGenericStatsEntry not supported in version 1.0");
}
public OFBsnGenericStatsReply.Builder buildBsnGenericStatsReply() {
throw new UnsupportedOperationException("OFBsnGenericStatsReply not supported in version 1.0");
}
public OFBsnGenericStatsRequest.Builder buildBsnGenericStatsRequest() {
throw new UnsupportedOperationException("OFBsnGenericStatsRequest not supported in version 1.0");
}
public OFBsnGentableBucketStatsEntry.Builder buildBsnGentableBucketStatsEntry() {
throw new UnsupportedOperationException("OFBsnGentableBucketStatsEntry not supported in version 1.0");
}
public OFBsnGentableBucketStatsEntry bsnGentableBucketStatsEntry(U128 checksum) {
throw new UnsupportedOperationException("OFBsnGentableBucketStatsEntry not supported in version 1.0");
}
public OFBsnGentableBucketStatsReply.Builder buildBsnGentableBucketStatsReply() {
throw new UnsupportedOperationException("OFBsnGentableBucketStatsReply not supported in version 1.0");
}
public OFBsnGentableBucketStatsRequest.Builder buildBsnGentableBucketStatsRequest() {
throw new UnsupportedOperationException("OFBsnGentableBucketStatsRequest not supported in version 1.0");
}
public OFBsnGentableClearReply.Builder buildBsnGentableClearReply() {
throw new UnsupportedOperationException("OFBsnGentableClearReply not supported in version 1.0");
}
public OFBsnGentableClearRequest.Builder buildBsnGentableClearRequest() {
throw new UnsupportedOperationException("OFBsnGentableClearRequest not supported in version 1.0");
}
public OFBsnGentableDescStatsEntry.Builder buildBsnGentableDescStatsEntry() {
throw new UnsupportedOperationException("OFBsnGentableDescStatsEntry not supported in version 1.0");
}
public OFBsnGentableDescStatsReply.Builder buildBsnGentableDescStatsReply() {
throw new UnsupportedOperationException("OFBsnGentableDescStatsReply not supported in version 1.0");
}
public OFBsnGentableDescStatsRequest.Builder buildBsnGentableDescStatsRequest() {
throw new UnsupportedOperationException("OFBsnGentableDescStatsRequest not supported in version 1.0");
}
public OFBsnGentableDescStatsRequest bsnGentableDescStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFBsnGentableDescStatsRequest not supported in version 1.0");
}
public OFBsnGentableEntryAdd.Builder buildBsnGentableEntryAdd() {
throw new UnsupportedOperationException("OFBsnGentableEntryAdd not supported in version 1.0");
}
public OFBsnGentableEntryDelete.Builder buildBsnGentableEntryDelete() {
throw new UnsupportedOperationException("OFBsnGentableEntryDelete not supported in version 1.0");
}
public OFBsnGentableEntryDescStatsEntry.Builder buildBsnGentableEntryDescStatsEntry() {
throw new UnsupportedOperationException("OFBsnGentableEntryDescStatsEntry not supported in version 1.0");
}
public OFBsnGentableEntryDescStatsReply.Builder buildBsnGentableEntryDescStatsReply() {
throw new UnsupportedOperationException("OFBsnGentableEntryDescStatsReply not supported in version 1.0");
}
public OFBsnGentableEntryDescStatsRequest.Builder buildBsnGentableEntryDescStatsRequest() {
throw new UnsupportedOperationException("OFBsnGentableEntryDescStatsRequest not supported in version 1.0");
}
public OFBsnGentableEntryStatsEntry.Builder buildBsnGentableEntryStatsEntry() {
throw new UnsupportedOperationException("OFBsnGentableEntryStatsEntry not supported in version 1.0");
}
public OFBsnGentableEntryStatsEntry bsnGentableEntryStatsEntry(List key, List stats) {
throw new UnsupportedOperationException("OFBsnGentableEntryStatsEntry not supported in version 1.0");
}
public OFBsnGentableEntryStatsReply.Builder buildBsnGentableEntryStatsReply() {
throw new UnsupportedOperationException("OFBsnGentableEntryStatsReply not supported in version 1.0");
}
public OFBsnGentableEntryStatsRequest.Builder buildBsnGentableEntryStatsRequest() {
throw new UnsupportedOperationException("OFBsnGentableEntryStatsRequest not supported in version 1.0");
}
public OFBsnGentableSetBucketsSize.Builder buildBsnGentableSetBucketsSize() {
throw new UnsupportedOperationException("OFBsnGentableSetBucketsSize not supported in version 1.0");
}
public OFBsnGentableStatsEntry.Builder buildBsnGentableStatsEntry() {
throw new UnsupportedOperationException("OFBsnGentableStatsEntry not supported in version 1.0");
}
public OFBsnGentableStatsReply.Builder buildBsnGentableStatsReply() {
throw new UnsupportedOperationException("OFBsnGentableStatsReply not supported in version 1.0");
}
public OFBsnGentableStatsRequest.Builder buildBsnGentableStatsRequest() {
throw new UnsupportedOperationException("OFBsnGentableStatsRequest not supported in version 1.0");
}
public OFBsnGentableStatsRequest bsnGentableStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFBsnGentableStatsRequest not supported in version 1.0");
}
public OFBsnGetSwitchPipelineReply.Builder buildBsnGetSwitchPipelineReply() {
throw new UnsupportedOperationException("OFBsnGetSwitchPipelineReply not supported in version 1.0");
}
public OFBsnGetSwitchPipelineReply bsnGetSwitchPipelineReply(String pipeline) {
throw new UnsupportedOperationException("OFBsnGetSwitchPipelineReply not supported in version 1.0");
}
public OFBsnGetSwitchPipelineRequest.Builder buildBsnGetSwitchPipelineRequest() {
throw new UnsupportedOperationException("OFBsnGetSwitchPipelineRequest not supported in version 1.0");
}
public OFBsnGetSwitchPipelineRequest bsnGetSwitchPipelineRequest() {
throw new UnsupportedOperationException("OFBsnGetSwitchPipelineRequest not supported in version 1.0");
}
public OFBsnImageDescStatsReply.Builder buildBsnImageDescStatsReply() {
throw new UnsupportedOperationException("OFBsnImageDescStatsReply not supported in version 1.0");
}
public OFBsnImageDescStatsRequest.Builder buildBsnImageDescStatsRequest() {
throw new UnsupportedOperationException("OFBsnImageDescStatsRequest not supported in version 1.0");
}
public OFBsnImageDescStatsRequest bsnImageDescStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFBsnImageDescStatsRequest not supported in version 1.0");
}
public OFBsnLacpConvergenceNotif.Builder buildBsnLacpConvergenceNotif() {
throw new UnsupportedOperationException("OFBsnLacpConvergenceNotif not supported in version 1.0");
}
public OFBsnLacpStatsEntry.Builder buildBsnLacpStatsEntry() {
throw new UnsupportedOperationException("OFBsnLacpStatsEntry not supported in version 1.0");
}
public OFBsnLacpStatsReply.Builder buildBsnLacpStatsReply() {
throw new UnsupportedOperationException("OFBsnLacpStatsReply not supported in version 1.0");
}
public OFBsnLacpStatsRequest.Builder buildBsnLacpStatsRequest() {
throw new UnsupportedOperationException("OFBsnLacpStatsRequest not supported in version 1.0");
}
public OFBsnLacpStatsRequest bsnLacpStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFBsnLacpStatsRequest not supported in version 1.0");
}
public OFBsnLog.Builder buildBsnLog() {
throw new UnsupportedOperationException("OFBsnLog not supported in version 1.0");
}
public OFBsnLuaCommandReply.Builder buildBsnLuaCommandReply() {
throw new UnsupportedOperationException("OFBsnLuaCommandReply not supported in version 1.0");
}
public OFBsnLuaCommandReply bsnLuaCommandReply(byte[] data) {
throw new UnsupportedOperationException("OFBsnLuaCommandReply not supported in version 1.0");
}
public OFBsnLuaCommandRequest.Builder buildBsnLuaCommandRequest() {
throw new UnsupportedOperationException("OFBsnLuaCommandRequest not supported in version 1.0");
}
public OFBsnLuaCommandRequest bsnLuaCommandRequest(byte[] data) {
throw new UnsupportedOperationException("OFBsnLuaCommandRequest not supported in version 1.0");
}
public OFBsnLuaNotification.Builder buildBsnLuaNotification() {
throw new UnsupportedOperationException("OFBsnLuaNotification not supported in version 1.0");
}
public OFBsnLuaNotification bsnLuaNotification(byte[] data) {
throw new UnsupportedOperationException("OFBsnLuaNotification not supported in version 1.0");
}
public OFBsnLuaUpload.Builder buildBsnLuaUpload() {
throw new UnsupportedOperationException("OFBsnLuaUpload not supported in version 1.0");
}
public OFBsnPortCounterStatsEntry.Builder buildBsnPortCounterStatsEntry() {
throw new UnsupportedOperationException("OFBsnPortCounterStatsEntry not supported in version 1.0");
}
public OFBsnPortCounterStatsEntry bsnPortCounterStatsEntry(OFPort portNo, List values) {
throw new UnsupportedOperationException("OFBsnPortCounterStatsEntry not supported in version 1.0");
}
public OFBsnPortCounterStatsReply.Builder buildBsnPortCounterStatsReply() {
throw new UnsupportedOperationException("OFBsnPortCounterStatsReply not supported in version 1.0");
}
public OFBsnPortCounterStatsRequest.Builder buildBsnPortCounterStatsRequest() {
throw new UnsupportedOperationException("OFBsnPortCounterStatsRequest not supported in version 1.0");
}
public OFBsnRoleStatus.Builder buildBsnRoleStatus() {
throw new UnsupportedOperationException("OFBsnRoleStatus not supported in version 1.0");
}
public OFBsnSetAuxCxnsReply.Builder buildBsnSetAuxCxnsReply() {
throw new UnsupportedOperationException("OFBsnSetAuxCxnsReply not supported in version 1.0");
}
public OFBsnSetAuxCxnsRequest.Builder buildBsnSetAuxCxnsRequest() {
throw new UnsupportedOperationException("OFBsnSetAuxCxnsRequest not supported in version 1.0");
}
public OFBsnSetAuxCxnsRequest bsnSetAuxCxnsRequest(long numAux) {
throw new UnsupportedOperationException("OFBsnSetAuxCxnsRequest not supported in version 1.0");
}
public OFBsnSetLacpReply.Builder buildBsnSetLacpReply() {
throw new UnsupportedOperationException("OFBsnSetLacpReply not supported in version 1.0");
}
public OFBsnSetLacpRequest.Builder buildBsnSetLacpRequest() {
throw new UnsupportedOperationException("OFBsnSetLacpRequest not supported in version 1.0");
}
public OFBsnSetSwitchPipelineReply.Builder buildBsnSetSwitchPipelineReply() {
throw new UnsupportedOperationException("OFBsnSetSwitchPipelineReply not supported in version 1.0");
}
public OFBsnSetSwitchPipelineReply bsnSetSwitchPipelineReply(long status) {
throw new UnsupportedOperationException("OFBsnSetSwitchPipelineReply not supported in version 1.0");
}
public OFBsnSetSwitchPipelineRequest.Builder buildBsnSetSwitchPipelineRequest() {
throw new UnsupportedOperationException("OFBsnSetSwitchPipelineRequest not supported in version 1.0");
}
public OFBsnSetSwitchPipelineRequest bsnSetSwitchPipelineRequest(String pipeline) {
throw new UnsupportedOperationException("OFBsnSetSwitchPipelineRequest not supported in version 1.0");
}
public OFBsnSwitchPipelineStatsEntry.Builder buildBsnSwitchPipelineStatsEntry() {
throw new UnsupportedOperationException("OFBsnSwitchPipelineStatsEntry not supported in version 1.0");
}
public OFBsnSwitchPipelineStatsEntry bsnSwitchPipelineStatsEntry(String pipeline) {
throw new UnsupportedOperationException("OFBsnSwitchPipelineStatsEntry not supported in version 1.0");
}
public OFBsnSwitchPipelineStatsReply.Builder buildBsnSwitchPipelineStatsReply() {
throw new UnsupportedOperationException("OFBsnSwitchPipelineStatsReply not supported in version 1.0");
}
public OFBsnSwitchPipelineStatsRequest.Builder buildBsnSwitchPipelineStatsRequest() {
throw new UnsupportedOperationException("OFBsnSwitchPipelineStatsRequest not supported in version 1.0");
}
public OFBsnSwitchPipelineStatsRequest bsnSwitchPipelineStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFBsnSwitchPipelineStatsRequest not supported in version 1.0");
}
public OFBsnTableChecksumStatsEntry.Builder buildBsnTableChecksumStatsEntry() {
throw new UnsupportedOperationException("OFBsnTableChecksumStatsEntry not supported in version 1.0");
}
public OFBsnTableChecksumStatsEntry bsnTableChecksumStatsEntry(TableId tableId, U64 checksum) {
throw new UnsupportedOperationException("OFBsnTableChecksumStatsEntry not supported in version 1.0");
}
public OFBsnTableChecksumStatsReply.Builder buildBsnTableChecksumStatsReply() {
throw new UnsupportedOperationException("OFBsnTableChecksumStatsReply not supported in version 1.0");
}
public OFBsnTableChecksumStatsRequest.Builder buildBsnTableChecksumStatsRequest() {
throw new UnsupportedOperationException("OFBsnTableChecksumStatsRequest not supported in version 1.0");
}
public OFBsnTableChecksumStatsRequest bsnTableChecksumStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFBsnTableChecksumStatsRequest not supported in version 1.0");
}
public OFBsnTableSetBucketsSize.Builder buildBsnTableSetBucketsSize() {
throw new UnsupportedOperationException("OFBsnTableSetBucketsSize not supported in version 1.0");
}
public OFBsnTimeReply.Builder buildBsnTimeReply() {
throw new UnsupportedOperationException("OFBsnTimeReply not supported in version 1.0");
}
public OFBsnTimeReply bsnTimeReply(U64 timeMs) {
throw new UnsupportedOperationException("OFBsnTimeReply not supported in version 1.0");
}
public OFBsnTimeRequest.Builder buildBsnTimeRequest() {
throw new UnsupportedOperationException("OFBsnTimeRequest not supported in version 1.0");
}
public OFBsnTimeRequest bsnTimeRequest() {
throw new UnsupportedOperationException("OFBsnTimeRequest not supported in version 1.0");
}
public OFBsnVlanCounterClear.Builder buildBsnVlanCounterClear() {
throw new UnsupportedOperationException("OFBsnVlanCounterClear not supported in version 1.0");
}
public OFBsnVlanCounterClear bsnVlanCounterClear(int vlanVid) {
throw new UnsupportedOperationException("OFBsnVlanCounterClear not supported in version 1.0");
}
public OFBsnVlanCounterStatsEntry.Builder buildBsnVlanCounterStatsEntry() {
throw new UnsupportedOperationException("OFBsnVlanCounterStatsEntry not supported in version 1.0");
}
public OFBsnVlanCounterStatsEntry bsnVlanCounterStatsEntry(int vlanVid, List values) {
throw new UnsupportedOperationException("OFBsnVlanCounterStatsEntry not supported in version 1.0");
}
public OFBsnVlanCounterStatsReply.Builder buildBsnVlanCounterStatsReply() {
throw new UnsupportedOperationException("OFBsnVlanCounterStatsReply not supported in version 1.0");
}
public OFBsnVlanCounterStatsRequest.Builder buildBsnVlanCounterStatsRequest() {
throw new UnsupportedOperationException("OFBsnVlanCounterStatsRequest not supported in version 1.0");
}
public OFBsnVlanMac.Builder buildBsnVlanMac() {
throw new UnsupportedOperationException("OFBsnVlanMac not supported in version 1.0");
}
public OFBsnVlanMac bsnVlanMac(int vlanVid, MacAddress mac) {
throw new UnsupportedOperationException("OFBsnVlanMac not supported in version 1.0");
}
public OFBsnVrfCounterStatsEntry.Builder buildBsnVrfCounterStatsEntry() {
throw new UnsupportedOperationException("OFBsnVrfCounterStatsEntry not supported in version 1.0");
}
public OFBsnVrfCounterStatsEntry bsnVrfCounterStatsEntry(long vrf, List values) {
throw new UnsupportedOperationException("OFBsnVrfCounterStatsEntry not supported in version 1.0");
}
public OFBsnVrfCounterStatsReply.Builder buildBsnVrfCounterStatsReply() {
throw new UnsupportedOperationException("OFBsnVrfCounterStatsReply not supported in version 1.0");
}
public OFBsnVrfCounterStatsRequest.Builder buildBsnVrfCounterStatsRequest() {
throw new UnsupportedOperationException("OFBsnVrfCounterStatsRequest not supported in version 1.0");
}
public OFHelloElemVersionbitmap.Builder buildHelloElemVersionbitmap() {
throw new UnsupportedOperationException("OFHelloElemVersionbitmap not supported in version 1.0");
}
public OFHelloElemVersionbitmap helloElemVersionbitmap(List bitmaps) {
throw new UnsupportedOperationException("OFHelloElemVersionbitmap not supported in version 1.0");
}
public OFMeterBandStats.Builder buildMeterBandStats() {
throw new UnsupportedOperationException("OFMeterBandStats not supported in version 1.0");
}
public OFMeterBandStats meterBandStats(U64 packetBandCount, U64 byteBandCount) {
throw new UnsupportedOperationException("OFMeterBandStats not supported in version 1.0");
}
public OFMeterConfig.Builder buildMeterConfig() {
throw new UnsupportedOperationException("OFMeterConfig not supported in version 1.0");
}
public OFMeterConfigStatsReply.Builder buildMeterConfigStatsReply() {
throw new UnsupportedOperationException("OFMeterConfigStatsReply not supported in version 1.0");
}
public OFMeterConfigStatsRequest.Builder buildMeterConfigStatsRequest() {
throw new UnsupportedOperationException("OFMeterConfigStatsRequest not supported in version 1.0");
}
public OFMeterFeatures.Builder buildMeterFeatures() {
throw new UnsupportedOperationException("OFMeterFeatures not supported in version 1.0");
}
public OFMeterFeaturesStatsReply.Builder buildMeterFeaturesStatsReply() {
throw new UnsupportedOperationException("OFMeterFeaturesStatsReply not supported in version 1.0");
}
public OFMeterFeaturesStatsRequest.Builder buildMeterFeaturesStatsRequest() {
throw new UnsupportedOperationException("OFMeterFeaturesStatsRequest not supported in version 1.0");
}
public OFMeterFeaturesStatsRequest meterFeaturesStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFMeterFeaturesStatsRequest not supported in version 1.0");
}
public OFMeterMod.Builder buildMeterMod() {
throw new UnsupportedOperationException("OFMeterMod not supported in version 1.0");
}
public OFMeterStats.Builder buildMeterStats() {
throw new UnsupportedOperationException("OFMeterStats not supported in version 1.0");
}
public OFMeterStatsReply.Builder buildMeterStatsReply() {
throw new UnsupportedOperationException("OFMeterStatsReply not supported in version 1.0");
}
public OFMeterStatsRequest.Builder buildMeterStatsRequest() {
throw new UnsupportedOperationException("OFMeterStatsRequest not supported in version 1.0");
}
public OFPortDescStatsReply.Builder buildPortDescStatsReply() {
throw new UnsupportedOperationException("OFPortDescStatsReply not supported in version 1.0");
}
public OFPortDescStatsRequest.Builder buildPortDescStatsRequest() {
throw new UnsupportedOperationException("OFPortDescStatsRequest not supported in version 1.0");
}
public OFTableFeaturePropApplyActions.Builder buildTableFeaturePropApplyActions() {
throw new UnsupportedOperationException("OFTableFeaturePropApplyActions not supported in version 1.0");
}
public OFTableFeaturePropApplyActions tableFeaturePropApplyActions(List actionIds) {
throw new UnsupportedOperationException("OFTableFeaturePropApplyActions not supported in version 1.0");
}
public OFTableFeaturePropApplyActionsMiss.Builder buildTableFeaturePropApplyActionsMiss() {
throw new UnsupportedOperationException("OFTableFeaturePropApplyActionsMiss not supported in version 1.0");
}
public OFTableFeaturePropApplyActionsMiss tableFeaturePropApplyActionsMiss(List actionIds) {
throw new UnsupportedOperationException("OFTableFeaturePropApplyActionsMiss not supported in version 1.0");
}
public OFTableFeaturePropApplySetfield.Builder buildTableFeaturePropApplySetfield() {
throw new UnsupportedOperationException("OFTableFeaturePropApplySetfield not supported in version 1.0");
}
public OFTableFeaturePropApplySetfield tableFeaturePropApplySetfield(List oxmIds) {
throw new UnsupportedOperationException("OFTableFeaturePropApplySetfield not supported in version 1.0");
}
public OFTableFeaturePropApplySetfieldMiss.Builder buildTableFeaturePropApplySetfieldMiss() {
throw new UnsupportedOperationException("OFTableFeaturePropApplySetfieldMiss not supported in version 1.0");
}
public OFTableFeaturePropApplySetfieldMiss tableFeaturePropApplySetfieldMiss(List oxmIds) {
throw new UnsupportedOperationException("OFTableFeaturePropApplySetfieldMiss not supported in version 1.0");
}
public OFTableFeaturePropInstructions.Builder buildTableFeaturePropInstructions() {
throw new UnsupportedOperationException("OFTableFeaturePropInstructions not supported in version 1.0");
}
public OFTableFeaturePropInstructions tableFeaturePropInstructions(List instructionIds) {
throw new UnsupportedOperationException("OFTableFeaturePropInstructions not supported in version 1.0");
}
public OFTableFeaturePropInstructionsMiss.Builder buildTableFeaturePropInstructionsMiss() {
throw new UnsupportedOperationException("OFTableFeaturePropInstructionsMiss not supported in version 1.0");
}
public OFTableFeaturePropInstructionsMiss tableFeaturePropInstructionsMiss(List instructionIds) {
throw new UnsupportedOperationException("OFTableFeaturePropInstructionsMiss not supported in version 1.0");
}
public OFTableFeaturePropMatch.Builder buildTableFeaturePropMatch() {
throw new UnsupportedOperationException("OFTableFeaturePropMatch not supported in version 1.0");
}
public OFTableFeaturePropMatch tableFeaturePropMatch(List oxmIds) {
throw new UnsupportedOperationException("OFTableFeaturePropMatch not supported in version 1.0");
}
public OFTableFeaturePropNextTables.Builder buildTableFeaturePropNextTables() {
throw new UnsupportedOperationException("OFTableFeaturePropNextTables not supported in version 1.0");
}
public OFTableFeaturePropNextTables tableFeaturePropNextTables(List nextTableIds) {
throw new UnsupportedOperationException("OFTableFeaturePropNextTables not supported in version 1.0");
}
public OFTableFeaturePropNextTablesMiss.Builder buildTableFeaturePropNextTablesMiss() {
throw new UnsupportedOperationException("OFTableFeaturePropNextTablesMiss not supported in version 1.0");
}
public OFTableFeaturePropNextTablesMiss tableFeaturePropNextTablesMiss(List nextTableIds) {
throw new UnsupportedOperationException("OFTableFeaturePropNextTablesMiss not supported in version 1.0");
}
public OFTableFeaturePropWildcards.Builder buildTableFeaturePropWildcards() {
throw new UnsupportedOperationException("OFTableFeaturePropWildcards not supported in version 1.0");
}
public OFTableFeaturePropWildcards tableFeaturePropWildcards(List oxmIds) {
throw new UnsupportedOperationException("OFTableFeaturePropWildcards not supported in version 1.0");
}
public OFTableFeaturePropWriteActions.Builder buildTableFeaturePropWriteActions() {
throw new UnsupportedOperationException("OFTableFeaturePropWriteActions not supported in version 1.0");
}
public OFTableFeaturePropWriteActions tableFeaturePropWriteActions(List actionIds) {
throw new UnsupportedOperationException("OFTableFeaturePropWriteActions not supported in version 1.0");
}
public OFTableFeaturePropWriteActionsMiss.Builder buildTableFeaturePropWriteActionsMiss() {
throw new UnsupportedOperationException("OFTableFeaturePropWriteActionsMiss not supported in version 1.0");
}
public OFTableFeaturePropWriteActionsMiss tableFeaturePropWriteActionsMiss(List actionIds) {
throw new UnsupportedOperationException("OFTableFeaturePropWriteActionsMiss not supported in version 1.0");
}
public OFTableFeaturePropWriteSetfield.Builder buildTableFeaturePropWriteSetfield() {
throw new UnsupportedOperationException("OFTableFeaturePropWriteSetfield not supported in version 1.0");
}
public OFTableFeaturePropWriteSetfield tableFeaturePropWriteSetfield(List oxmIds) {
throw new UnsupportedOperationException("OFTableFeaturePropWriteSetfield not supported in version 1.0");
}
public OFTableFeaturePropWriteSetfieldMiss.Builder buildTableFeaturePropWriteSetfieldMiss() {
throw new UnsupportedOperationException("OFTableFeaturePropWriteSetfieldMiss not supported in version 1.0");
}
public OFTableFeaturePropWriteSetfieldMiss tableFeaturePropWriteSetfieldMiss(List oxmIds) {
throw new UnsupportedOperationException("OFTableFeaturePropWriteSetfieldMiss not supported in version 1.0");
}
public OFTableFeatures.Builder buildTableFeatures() {
throw new UnsupportedOperationException("OFTableFeatures not supported in version 1.0");
}
public OFTableFeaturesStatsReply.Builder buildTableFeaturesStatsReply() {
throw new UnsupportedOperationException("OFTableFeaturesStatsReply not supported in version 1.0");
}
public OFTableFeaturesStatsRequest.Builder buildTableFeaturesStatsRequest() {
throw new UnsupportedOperationException("OFTableFeaturesStatsRequest not supported in version 1.0");
}
public OFUint64.Builder buildUint64() {
throw new UnsupportedOperationException("OFUint64 not supported in version 1.0");
}
public OFUint64 uint64(U64 value) {
throw new UnsupportedOperationException("OFUint64 not supported in version 1.0");
}
public OFAsyncConfigPropExperimenterMaster asyncConfigPropExperimenterMaster() {
throw new UnsupportedOperationException("OFAsyncConfigPropExperimenterMaster not supported in version 1.0");
}
public OFAsyncConfigPropExperimenterSlave asyncConfigPropExperimenterSlave() {
throw new UnsupportedOperationException("OFAsyncConfigPropExperimenterSlave not supported in version 1.0");
}
public OFAsyncConfigPropFlowRemovedMaster.Builder buildAsyncConfigPropFlowRemovedMaster() {
throw new UnsupportedOperationException("OFAsyncConfigPropFlowRemovedMaster not supported in version 1.0");
}
public OFAsyncConfigPropFlowRemovedMaster asyncConfigPropFlowRemovedMaster(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropFlowRemovedMaster not supported in version 1.0");
}
public OFAsyncConfigPropFlowRemovedSlave.Builder buildAsyncConfigPropFlowRemovedSlave() {
throw new UnsupportedOperationException("OFAsyncConfigPropFlowRemovedSlave not supported in version 1.0");
}
public OFAsyncConfigPropFlowRemovedSlave asyncConfigPropFlowRemovedSlave(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropFlowRemovedSlave not supported in version 1.0");
}
public OFAsyncConfigPropPacketInMaster.Builder buildAsyncConfigPropPacketInMaster() {
throw new UnsupportedOperationException("OFAsyncConfigPropPacketInMaster not supported in version 1.0");
}
public OFAsyncConfigPropPacketInMaster asyncConfigPropPacketInMaster(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropPacketInMaster not supported in version 1.0");
}
public OFAsyncConfigPropPacketInSlave.Builder buildAsyncConfigPropPacketInSlave() {
throw new UnsupportedOperationException("OFAsyncConfigPropPacketInSlave not supported in version 1.0");
}
public OFAsyncConfigPropPacketInSlave asyncConfigPropPacketInSlave(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropPacketInSlave not supported in version 1.0");
}
public OFAsyncConfigPropPortStatusMaster.Builder buildAsyncConfigPropPortStatusMaster() {
throw new UnsupportedOperationException("OFAsyncConfigPropPortStatusMaster not supported in version 1.0");
}
public OFAsyncConfigPropPortStatusMaster asyncConfigPropPortStatusMaster(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropPortStatusMaster not supported in version 1.0");
}
public OFAsyncConfigPropPortStatusSlave.Builder buildAsyncConfigPropPortStatusSlave() {
throw new UnsupportedOperationException("OFAsyncConfigPropPortStatusSlave not supported in version 1.0");
}
public OFAsyncConfigPropPortStatusSlave asyncConfigPropPortStatusSlave(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropPortStatusSlave not supported in version 1.0");
}
public OFAsyncConfigPropRequestforwardMaster.Builder buildAsyncConfigPropRequestforwardMaster() {
throw new UnsupportedOperationException("OFAsyncConfigPropRequestforwardMaster not supported in version 1.0");
}
public OFAsyncConfigPropRequestforwardMaster asyncConfigPropRequestforwardMaster(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropRequestforwardMaster not supported in version 1.0");
}
public OFAsyncConfigPropRequestforwardSlave.Builder buildAsyncConfigPropRequestforwardSlave() {
throw new UnsupportedOperationException("OFAsyncConfigPropRequestforwardSlave not supported in version 1.0");
}
public OFAsyncConfigPropRequestforwardSlave asyncConfigPropRequestforwardSlave(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropRequestforwardSlave not supported in version 1.0");
}
public OFAsyncConfigPropRoleStatusMaster.Builder buildAsyncConfigPropRoleStatusMaster() {
throw new UnsupportedOperationException("OFAsyncConfigPropRoleStatusMaster not supported in version 1.0");
}
public OFAsyncConfigPropRoleStatusMaster asyncConfigPropRoleStatusMaster(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropRoleStatusMaster not supported in version 1.0");
}
public OFAsyncConfigPropRoleStatusSlave.Builder buildAsyncConfigPropRoleStatusSlave() {
throw new UnsupportedOperationException("OFAsyncConfigPropRoleStatusSlave not supported in version 1.0");
}
public OFAsyncConfigPropRoleStatusSlave asyncConfigPropRoleStatusSlave(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropRoleStatusSlave not supported in version 1.0");
}
public OFAsyncConfigPropTableStatusMaster.Builder buildAsyncConfigPropTableStatusMaster() {
throw new UnsupportedOperationException("OFAsyncConfigPropTableStatusMaster not supported in version 1.0");
}
public OFAsyncConfigPropTableStatusMaster asyncConfigPropTableStatusMaster(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropTableStatusMaster not supported in version 1.0");
}
public OFAsyncConfigPropTableStatusSlave.Builder buildAsyncConfigPropTableStatusSlave() {
throw new UnsupportedOperationException("OFAsyncConfigPropTableStatusSlave not supported in version 1.0");
}
public OFAsyncConfigPropTableStatusSlave asyncConfigPropTableStatusSlave(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropTableStatusSlave not supported in version 1.0");
}
public OFBsnGenericAsync.Builder buildBsnGenericAsync() {
throw new UnsupportedOperationException("OFBsnGenericAsync not supported in version 1.0");
}
public OFBsnGenericCommand.Builder buildBsnGenericCommand() {
throw new UnsupportedOperationException("OFBsnGenericCommand not supported in version 1.0");
}
public OFBsnTakeover.Builder buildBsnTakeover() {
throw new UnsupportedOperationException("OFBsnTakeover not supported in version 1.0");
}
public OFBsnTakeover bsnTakeover() {
throw new UnsupportedOperationException("OFBsnTakeover not supported in version 1.0");
}
public OFBundleAddMsg.Builder buildBundleAddMsg() {
throw new UnsupportedOperationException("OFBundleAddMsg not supported in version 1.0");
}
public OFBundleCtrlMsg.Builder buildBundleCtrlMsg() {
throw new UnsupportedOperationException("OFBundleCtrlMsg not supported in version 1.0");
}
public OFPortDescPropBsnBreakout.Builder buildPortDescPropBsnBreakout() {
throw new UnsupportedOperationException("OFPortDescPropBsnBreakout not supported in version 1.0");
}
public OFPortDescPropBsnBreakout portDescPropBsnBreakout(int subInterfaceCount, int subInterfaceSpeedGbps) {
throw new UnsupportedOperationException("OFPortDescPropBsnBreakout not supported in version 1.0");
}
public OFPortDescPropBsnDriverInfoJson.Builder buildPortDescPropBsnDriverInfoJson() {
throw new UnsupportedOperationException("OFPortDescPropBsnDriverInfoJson not supported in version 1.0");
}
public OFPortDescPropBsnDriverInfoJson portDescPropBsnDriverInfoJson(byte[] driverInfoJson) {
throw new UnsupportedOperationException("OFPortDescPropBsnDriverInfoJson not supported in version 1.0");
}
public OFPortDescPropBsnExtendedCapabilities.Builder buildPortDescPropBsnExtendedCapabilities() {
throw new UnsupportedOperationException("OFPortDescPropBsnExtendedCapabilities not supported in version 1.0");
}
public OFPortDescPropBsnForwardErrorCorrection.Builder buildPortDescPropBsnForwardErrorCorrection() {
throw new UnsupportedOperationException("OFPortDescPropBsnForwardErrorCorrection not supported in version 1.0");
}
public OFPortDescPropBsnForwardErrorCorrection portDescPropBsnForwardErrorCorrection(OFBsnFecConfigState configured, long enabled) {
throw new UnsupportedOperationException("OFPortDescPropBsnForwardErrorCorrection not supported in version 1.0");
}
public OFPortDescPropBsnGenerationId.Builder buildPortDescPropBsnGenerationId() {
throw new UnsupportedOperationException("OFPortDescPropBsnGenerationId not supported in version 1.0");
}
public OFPortDescPropBsnGenerationId portDescPropBsnGenerationId(U64 generationId) {
throw new UnsupportedOperationException("OFPortDescPropBsnGenerationId not supported in version 1.0");
}
public OFPortDescPropBsnMiscCapabilities.Builder buildPortDescPropBsnMiscCapabilities() {
throw new UnsupportedOperationException("OFPortDescPropBsnMiscCapabilities not supported in version 1.0");
}
public OFPortDescPropBsnSffJson.Builder buildPortDescPropBsnSffJson() {
throw new UnsupportedOperationException("OFPortDescPropBsnSffJson not supported in version 1.0");
}
public OFPortDescPropBsnSffJson portDescPropBsnSffJson(byte[] dataJson) {
throw new UnsupportedOperationException("OFPortDescPropBsnSffJson not supported in version 1.0");
}
public OFPortDescPropBsnSpeedCapabilities.Builder buildPortDescPropBsnSpeedCapabilities() {
throw new UnsupportedOperationException("OFPortDescPropBsnSpeedCapabilities not supported in version 1.0");
}
public OFPortDescPropBsnUplink portDescPropBsnUplink() {
throw new UnsupportedOperationException("OFPortDescPropBsnUplink not supported in version 1.0");
}
public OFPortDescPropEthernet.Builder buildPortDescPropEthernet() {
throw new UnsupportedOperationException("OFPortDescPropEthernet not supported in version 1.0");
}
public OFPortDescPropOptical.Builder buildPortDescPropOptical() {
throw new UnsupportedOperationException("OFPortDescPropOptical not supported in version 1.0");
}
public OFPortModPropEthernet.Builder buildPortModPropEthernet() {
throw new UnsupportedOperationException("OFPortModPropEthernet not supported in version 1.0");
}
public OFPortModPropEthernet portModPropEthernet(Set advertise) {
throw new UnsupportedOperationException("OFPortModPropEthernet not supported in version 1.0");
}
public OFPortModPropOptical.Builder buildPortModPropOptical() {
throw new UnsupportedOperationException("OFPortModPropOptical not supported in version 1.0");
}
public OFPortStatsPropEthernet.Builder buildPortStatsPropEthernet() {
throw new UnsupportedOperationException("OFPortStatsPropEthernet not supported in version 1.0");
}
public OFPortStatsPropExperimenterIntel.Builder buildPortStatsPropExperimenterIntel() {
throw new UnsupportedOperationException("OFPortStatsPropExperimenterIntel not supported in version 1.0");
}
public OFPortStatsPropOptical.Builder buildPortStatsPropOptical() {
throw new UnsupportedOperationException("OFPortStatsPropOptical not supported in version 1.0");
}
public OFQueueDesc.Builder buildQueueDesc() {
throw new UnsupportedOperationException("OFQueueDesc not supported in version 1.0");
}
public OFQueueDescPropBsnQueueName.Builder buildQueueDescPropBsnQueueName() {
throw new UnsupportedOperationException("OFQueueDescPropBsnQueueName not supported in version 1.0");
}
public OFQueueDescPropBsnQueueName queueDescPropBsnQueueName(byte[] name) {
throw new UnsupportedOperationException("OFQueueDescPropBsnQueueName not supported in version 1.0");
}
public OFQueueDescPropMaxRate.Builder buildQueueDescPropMaxRate() {
throw new UnsupportedOperationException("OFQueueDescPropMaxRate not supported in version 1.0");
}
public OFQueueDescPropMaxRate queueDescPropMaxRate(int rate) {
throw new UnsupportedOperationException("OFQueueDescPropMaxRate not supported in version 1.0");
}
public OFQueueDescPropMinRate.Builder buildQueueDescPropMinRate() {
throw new UnsupportedOperationException("OFQueueDescPropMinRate not supported in version 1.0");
}
public OFQueueDescPropMinRate queueDescPropMinRate(int rate) {
throw new UnsupportedOperationException("OFQueueDescPropMinRate not supported in version 1.0");
}
public OFQueueDescStatsReply.Builder buildQueueDescStatsReply() {
throw new UnsupportedOperationException("OFQueueDescStatsReply not supported in version 1.0");
}
public OFQueueDescStatsRequest.Builder buildQueueDescStatsRequest() {
throw new UnsupportedOperationException("OFQueueDescStatsRequest not supported in version 1.0");
}
public OFRequestforward.Builder buildRequestforward() {
throw new UnsupportedOperationException("OFRequestforward not supported in version 1.0");
}
public OFRoleStatus.Builder buildRoleStatus() {
throw new UnsupportedOperationException("OFRoleStatus not supported in version 1.0");
}
public OFTableDesc.Builder buildTableDesc() {
throw new UnsupportedOperationException("OFTableDesc not supported in version 1.0");
}
public OFTableDescStatsReply.Builder buildTableDescStatsReply() {
throw new UnsupportedOperationException("OFTableDescStatsReply not supported in version 1.0");
}
public OFTableDescStatsRequest.Builder buildTableDescStatsRequest() {
throw new UnsupportedOperationException("OFTableDescStatsRequest not supported in version 1.0");
}
public OFTableDescStatsRequest tableDescStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFTableDescStatsRequest not supported in version 1.0");
}
public OFTableFeaturePropTableSyncFrom.Builder buildTableFeaturePropTableSyncFrom() {
throw new UnsupportedOperationException("OFTableFeaturePropTableSyncFrom not supported in version 1.0");
}
public OFTableFeaturePropTableSyncFrom tableFeaturePropTableSyncFrom(List tableIds) {
throw new UnsupportedOperationException("OFTableFeaturePropTableSyncFrom not supported in version 1.0");
}
public OFTableModPropEviction.Builder buildTableModPropEviction() {
throw new UnsupportedOperationException("OFTableModPropEviction not supported in version 1.0");
}
public OFTableModPropEviction tableModPropEviction(Set flags) {
throw new UnsupportedOperationException("OFTableModPropEviction not supported in version 1.0");
}
public OFTableModPropVacancy.Builder buildTableModPropVacancy() {
throw new UnsupportedOperationException("OFTableModPropVacancy not supported in version 1.0");
}
public OFTableStatus.Builder buildTableStatus() {
throw new UnsupportedOperationException("OFTableStatus not supported in version 1.0");
}
public OFAsyncConfigPropContStatusMaster.Builder buildAsyncConfigPropContStatusMaster() {
throw new UnsupportedOperationException("OFAsyncConfigPropContStatusMaster not supported in version 1.0");
}
public OFAsyncConfigPropContStatusMaster asyncConfigPropContStatusMaster(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropContStatusMaster not supported in version 1.0");
}
public OFAsyncConfigPropContStatusSlave.Builder buildAsyncConfigPropContStatusSlave() {
throw new UnsupportedOperationException("OFAsyncConfigPropContStatusSlave not supported in version 1.0");
}
public OFAsyncConfigPropContStatusSlave asyncConfigPropContStatusSlave(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropContStatusSlave not supported in version 1.0");
}
public OFAsyncConfigPropFlowStatsMaster.Builder buildAsyncConfigPropFlowStatsMaster() {
throw new UnsupportedOperationException("OFAsyncConfigPropFlowStatsMaster not supported in version 1.0");
}
public OFAsyncConfigPropFlowStatsMaster asyncConfigPropFlowStatsMaster(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropFlowStatsMaster not supported in version 1.0");
}
public OFAsyncConfigPropFlowStatsSlave.Builder buildAsyncConfigPropFlowStatsSlave() {
throw new UnsupportedOperationException("OFAsyncConfigPropFlowStatsSlave not supported in version 1.0");
}
public OFAsyncConfigPropFlowStatsSlave asyncConfigPropFlowStatsSlave(long mask) {
throw new UnsupportedOperationException("OFAsyncConfigPropFlowStatsSlave not supported in version 1.0");
}
public OFTime.Builder buildTime() {
throw new UnsupportedOperationException("OFTime not supported in version 1.0");
}
public OFTime time(U64 seconds, long nanoseconds) {
throw new UnsupportedOperationException("OFTime not supported in version 1.0");
}
public OFBundleFeaturesPropTime.Builder buildBundleFeaturesPropTime() {
throw new UnsupportedOperationException("OFBundleFeaturesPropTime not supported in version 1.0");
}
public OFBundleFeaturesStatsReply.Builder buildBundleFeaturesStatsReply() {
throw new UnsupportedOperationException("OFBundleFeaturesStatsReply not supported in version 1.0");
}
public OFBundleFeaturesStatsRequest.Builder buildBundleFeaturesStatsRequest() {
throw new UnsupportedOperationException("OFBundleFeaturesStatsRequest not supported in version 1.0");
}
public OFBundlePropTime.Builder buildBundlePropTime() {
throw new UnsupportedOperationException("OFBundlePropTime not supported in version 1.0");
}
public OFBundlePropTime bundlePropTime(List scheduledTime) {
throw new UnsupportedOperationException("OFBundlePropTime not supported in version 1.0");
}
public OFControllerStatusEntry.Builder buildControllerStatusEntry() {
throw new UnsupportedOperationException("OFControllerStatusEntry not supported in version 1.0");
}
public OFControllerStatus.Builder buildControllerStatus() {
throw new UnsupportedOperationException("OFControllerStatus not supported in version 1.0");
}
public OFControllerStatus controllerStatus(OFControllerStatusEntry entry) {
throw new UnsupportedOperationException("OFControllerStatus not supported in version 1.0");
}
public OFControllerStatusStatsReply.Builder buildControllerStatusStatsReply() {
throw new UnsupportedOperationException("OFControllerStatusStatsReply not supported in version 1.0");
}
public OFControllerStatusStatsRequest.Builder buildControllerStatusStatsRequest() {
throw new UnsupportedOperationException("OFControllerStatusStatsRequest not supported in version 1.0");
}
public OFControllerStatusStatsRequest controllerStatusStatsRequest(Set flags) {
throw new UnsupportedOperationException("OFControllerStatusStatsRequest not supported in version 1.0");
}
public OFFlowLightweightStatsEntry.Builder buildFlowLightweightStatsEntry() {
throw new UnsupportedOperationException("OFFlowLightweightStatsEntry not supported in version 1.0");
}
public OFFlowLightweightStatsReply.Builder buildFlowLightweightStatsReply() {
throw new UnsupportedOperationException("OFFlowLightweightStatsReply not supported in version 1.0");
}
public OFFlowLightweightStatsRequest.Builder buildFlowLightweightStatsRequest() {
throw new UnsupportedOperationException("OFFlowLightweightStatsRequest not supported in version 1.0");
}
public OFFlowMonitorEntry.Builder buildFlowMonitorEntry() {
throw new UnsupportedOperationException("OFFlowMonitorEntry not supported in version 1.0");
}
public OFFlowMonitorReply.Builder buildFlowMonitorReply() {
throw new UnsupportedOperationException("OFFlowMonitorReply not supported in version 1.0");
}
public OFFlowMonitorReplyEntry.Builder buildFlowMonitorReplyEntry() {
throw new UnsupportedOperationException("OFFlowMonitorReplyEntry not supported in version 1.0");
}
public OFFlowMonitorReplyEntry flowMonitorReplyEntry(OFFlowUpdateEvent event) {
throw new UnsupportedOperationException("OFFlowMonitorReplyEntry not supported in version 1.0");
}
public OFFlowMonitorRequest.Builder buildFlowMonitorRequest() {
throw new UnsupportedOperationException("OFFlowMonitorRequest not supported in version 1.0");
}
public OFGroupBucketPropWatchGroup.Builder buildGroupBucketPropWatchGroup() {
throw new UnsupportedOperationException("OFGroupBucketPropWatchGroup not supported in version 1.0");
}
public OFGroupBucketPropWatchGroup groupBucketPropWatchGroup(long watch) {
throw new UnsupportedOperationException("OFGroupBucketPropWatchGroup not supported in version 1.0");
}
public OFGroupBucketPropWatchPort.Builder buildGroupBucketPropWatchPort() {
throw new UnsupportedOperationException("OFGroupBucketPropWatchPort not supported in version 1.0");
}
public OFGroupBucketPropWatchPort groupBucketPropWatchPort(long watch) {
throw new UnsupportedOperationException("OFGroupBucketPropWatchPort not supported in version 1.0");
}
public OFGroupBucketPropWeight.Builder buildGroupBucketPropWeight() {
throw new UnsupportedOperationException("OFGroupBucketPropWeight not supported in version 1.0");
}
public OFGroupBucketPropWeight groupBucketPropWeight(int weight) {
throw new UnsupportedOperationException("OFGroupBucketPropWeight not supported in version 1.0");
}
public OFGroupInsertBucket.Builder buildGroupInsertBucket() {
throw new UnsupportedOperationException("OFGroupInsertBucket not supported in version 1.0");
}
public OFGroupRemoveBucket.Builder buildGroupRemoveBucket() {
throw new UnsupportedOperationException("OFGroupRemoveBucket not supported in version 1.0");
}
public OFPortDescPropEgress.Builder buildPortDescPropEgress() {
throw new UnsupportedOperationException("OFPortDescPropEgress not supported in version 1.0");
}
public OFPortDescPropEgress portDescPropEgress(byte[] oxmIds) {
throw new UnsupportedOperationException("OFPortDescPropEgress not supported in version 1.0");
}
public OFPortDescPropIngress.Builder buildPortDescPropIngress() {
throw new UnsupportedOperationException("OFPortDescPropIngress not supported in version 1.0");
}
public OFPortDescPropIngress portDescPropIngress(byte[] oxmIds) {
throw new UnsupportedOperationException("OFPortDescPropIngress not supported in version 1.0");
}
public OFQueueStatsPropBsn.Builder buildQueueStatsPropBsn() {
throw new UnsupportedOperationException("OFQueueStatsPropBsn not supported in version 1.0");
}
public OFQueueStatsPropBsn queueStatsPropBsn(byte[] experimenterData) {
throw new UnsupportedOperationException("OFQueueStatsPropBsn not supported in version 1.0");
}
public OFRolePropBsn.Builder buildRolePropBsn() {
throw new UnsupportedOperationException("OFRolePropBsn not supported in version 1.0");
}
public OFRolePropBsn rolePropBsn(byte[] experimenterData) {
throw new UnsupportedOperationException("OFRolePropBsn not supported in version 1.0");
}
public OFStatV6.Builder buildStatV6() {
throw new UnsupportedOperationException("OFStatV6 not supported in version 1.0");
}
public OFStatV6 statV6(OFOxsList oxsFields) {
throw new UnsupportedOperationException("OFStatV6 not supported in version 1.0");
}
public OFTableFeaturePropApplyCopyfield.Builder buildTableFeaturePropApplyCopyfield() {
throw new UnsupportedOperationException("OFTableFeaturePropApplyCopyfield not supported in version 1.0");
}
public OFTableFeaturePropApplyCopyfield tableFeaturePropApplyCopyfield(List oxmIds) {
throw new UnsupportedOperationException("OFTableFeaturePropApplyCopyfield not supported in version 1.0");
}
public OFTableFeaturePropApplyCopyfieldMiss.Builder buildTableFeaturePropApplyCopyfieldMiss() {
throw new UnsupportedOperationException("OFTableFeaturePropApplyCopyfieldMiss not supported in version 1.0");
}
public OFTableFeaturePropApplyCopyfieldMiss tableFeaturePropApplyCopyfieldMiss(List oxmIds) {
throw new UnsupportedOperationException("OFTableFeaturePropApplyCopyfieldMiss not supported in version 1.0");
}
public OFTableFeaturePropOxmValues.Builder buildTableFeaturePropOxmValues() {
throw new UnsupportedOperationException("OFTableFeaturePropOxmValues not supported in version 1.0");
}
public OFTableFeaturePropOxmValues tableFeaturePropOxmValues(byte[] oxmValues) {
throw new UnsupportedOperationException("OFTableFeaturePropOxmValues not supported in version 1.0");
}
public OFTableFeaturePropWriteCopyfield.Builder buildTableFeaturePropWriteCopyfield() {
throw new UnsupportedOperationException("OFTableFeaturePropWriteCopyfield not supported in version 1.0");
}
public OFTableFeaturePropWriteCopyfield tableFeaturePropWriteCopyfield(List oxmIds) {
throw new UnsupportedOperationException("OFTableFeaturePropWriteCopyfield not supported in version 1.0");
}
public OFTableFeaturePropWriteCopyfieldMiss.Builder buildTableFeaturePropWriteCopyfieldMiss() {
throw new UnsupportedOperationException("OFTableFeaturePropWriteCopyfieldMiss not supported in version 1.0");
}
public OFTableFeaturePropWriteCopyfieldMiss tableFeaturePropWriteCopyfieldMiss(List oxmIds) {
throw new UnsupportedOperationException("OFTableFeaturePropWriteCopyfieldMiss not supported in version 1.0");
}
public OFActionCopyField.Builder buildActionCopyField() {
throw new UnsupportedOperationException("OFActionCopyField not supported in version 1.0");
}
public OFControllerStatusPropUri.Builder buildControllerStatusPropUri() {
throw new UnsupportedOperationException("OFControllerStatusPropUri not supported in version 1.0");
}
public OFControllerStatusPropUri controllerStatusPropUri(OFConnectionIndex uri) {
throw new UnsupportedOperationException("OFControllerStatusPropUri not supported in version 1.0");
}
public OFPortDescPropRecirculate.Builder buildPortDescPropRecirculate() {
throw new UnsupportedOperationException("OFPortDescPropRecirculate not supported in version 1.0");
}
public OFPortDescPropRecirculate portDescPropRecirculate(byte[] portNos) {
throw new UnsupportedOperationException("OFPortDescPropRecirculate not supported in version 1.0");
}
public OFMessageReader getReader() {
return OFMessageVer10.READER;
}
@Override
public Stat.Builder buildStat() {
return buildStatV6();
}
public long nextXid() {
return xidGenerator.nextXid();
}
public OFVersion getVersion() {
return OFVersion.OF_10;
}
}