Interface ConnectionFacade
- 
- All Superinterfaces:
- ConnectionAdapter,- MessageConsumer,- OpenflowProtocolService,- org.opendaylight.yangtools.yang.binding.RpcService
 - All Known Implementing Classes:
- ConnectionAdapterImpl
 
 public interface ConnectionFacade extends MessageConsumer, ConnectionAdapter Unifying super interface for a connection.- Author:
- michal.polkorab
 
- 
- 
Method Summary- 
Methods inherited from interface org.opendaylight.openflowjava.protocol.api.connection.ConnectionAdaptercheckListeners, disconnect, fireConnectionReadyNotification, getRemoteAddress, isAlive, isAutoRead, onSwitchCertificateIdentified, registerOutboundQueueHandler, setAlienMessageListener, setAutoRead, setConnectionReadyListener, setDatapathId, setExecutorService, setMessageListener, setPacketInFiltering, setSystemListener
 - 
Methods inherited from interface org.opendaylight.openflowjava.protocol.impl.core.connection.MessageConsumerconsume
 - 
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.OpenflowProtocolServicebarrier, echo, echoReply, experimenter, flowMod, getAsync, getConfig, getFeatures, getQueueConfig, groupMod, hello, meterMod, multipartRequest, packetOut, portMod, roleRequest, setAsync, setConfig, tableMod
 
- 
 
-