Package org.opendaylight.openflowjava.protocol.api.connection
-
Interface Summary Interface Description ConnectionAdapter Manages a switch connection.ConnectionConfiguration Configuration for a switch connection.ConnectionReadyListener Listener that is notified when a switch connection is ready.ListeningStatusProvider For testing purposes.OpenflowDiagStatusProvider OutboundQueue OutboundQueueHandler Handler of the outbound queue.OutboundQueueHandlerRegistration<T extends OutboundQueueHandler> AnObjectRegistration
of aOutboundQueueHandler
.StatisticsConfiguration Used for StatisticsCounter configuration.SwitchConnectionHandler Handler for a swictch connection.ThreadConfiguration Threading configuration.TlsConfiguration Tls configuration. -
Class Summary Class Description TlsConfigurationImpl Class is used only for testing purposes - passwords are hard-coded. -
Exception Summary Exception Description DeviceRequestFailedException Exception which is used to report that a particular request failed on the remote device (switch).OutboundQueueException Exception reported when an exceptional event occurs on anOutboundQueue
, which theOutboundQueueHandler
needs to be aware of.