Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.TlsConfiguration
Package
Description
-
Uses of TlsConfiguration in org.opendaylight.openflowjava.protocol.api.connection
Modifier and TypeClassDescriptionclass
Class is used only for testing purposes - passwords are hard-coded.Modifier and TypeMethodDescriptionConnectionConfiguration.getTlsConfiguration()
Returns the TLS configuration. -
Uses of TlsConfiguration in org.opendaylight.openflowjava.protocol.impl.core
Modifier and TypeMethodDescriptionvoid
ChannelInitializerFactory.setTlsConfig
(TlsConfiguration tlsConfig) Sets the TlsConfiguration.void
ProtocolChannelInitializer.setTlsConfiguration
(TlsConfiguration tlsConfiguration) ModifierConstructorDescriptionSslContextFactory
(TlsConfiguration tlsConfig) Sets the TlsConfiguration.