Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.ThreadConfiguration
Package
Description
-
Uses of ThreadConfiguration in org.opendaylight.openflowjava.protocol.api.connection
Modifier and TypeMethodDescriptionConnectionConfiguration.getThreadConfiguration()
Returns the thread configuration. -
Uses of ThreadConfiguration in org.opendaylight.openflowjava.protocol.impl.core
Modifier and TypeMethodDescriptionprotected void
TcpHandler.initiateEpollEventLoopGroups
(ThreadConfiguration threadConfiguration) Initiate Epoll event loop groups with Nio as fall back.protected void
UdpHandler.initiateEpollEventLoopGroups
(ThreadConfiguration threadConfiguration) Initiate Epoll event loop groups with Nio as fall back.void
TcpHandler.initiateEventLoopGroups
(ThreadConfiguration threadConfiguration, boolean isEpollEnabled) Initiate event loop groups.void
UdpHandler.initiateEventLoopGroups
(ThreadConfiguration threadConfiguration, boolean isEpollEnabled) Initiate event loop groups.void
TcpHandler.initiateNioEventLoopGroups
(ThreadConfiguration threadConfiguration) Initiate Nio event loop groups.void
UdpHandler.initiateNioEventLoopGroups
(ThreadConfiguration threadConfiguration) Initiate Nio event loop groups.void
ServerFacade.setThreadConfig
(ThreadConfiguration threadConfig) Deprecated, for removal: This API element is subject to removal in a future version.void
TcpConnectionInitializer.setThreadConfig
(ThreadConfiguration threadConfig) Deprecated, for removal: This API element is subject to removal in a future version.void
TcpHandler.setThreadConfig
(ThreadConfiguration threadConfig) Deprecated, for removal: This API element is subject to removal in a future version.void
UdpHandler.setThreadConfig
(ThreadConfiguration threadConfig) Deprecated, for removal: This API element is subject to removal in a future version.