Uses of Interface
org.opendaylight.openflowjava.protocol.api.connection.ThreadConfiguration
Packages that use ThreadConfiguration
Package
Description
-
Uses of ThreadConfiguration in org.opendaylight.openflowjava.protocol.api.connection
Methods in org.opendaylight.openflowjava.protocol.api.connection that return ThreadConfigurationModifier and TypeMethodDescriptionConnectionConfiguration.getThreadConfiguration()Returns the thread configuration. -
Uses of ThreadConfiguration in org.opendaylight.openflowjava.protocol.impl.core
Methods in org.opendaylight.openflowjava.protocol.impl.core with parameters of type ThreadConfigurationModifier and TypeMethodDescriptionprotected voidTcpHandler.initiateEpollEventLoopGroups(ThreadConfiguration threadConfiguration) Initiate Epoll event loop groups with Nio as fall back.protected voidUdpHandler.initiateEpollEventLoopGroups(ThreadConfiguration threadConfiguration) Initiate Epoll event loop groups with Nio as fall back.voidTcpHandler.initiateEventLoopGroups(ThreadConfiguration threadConfiguration, boolean isEpollEnabled) Initiate event loop groups.voidUdpHandler.initiateEventLoopGroups(ThreadConfiguration threadConfiguration, boolean isEpollEnabled) Initiate event loop groups.voidTcpHandler.initiateNioEventLoopGroups(ThreadConfiguration threadConfiguration) Initiate Nio event loop groups.voidUdpHandler.initiateNioEventLoopGroups(ThreadConfiguration threadConfiguration) Initiate Nio event loop groups.voidServerFacade.setThreadConfig(ThreadConfiguration threadConfig) Deprecated, for removal: This API element is subject to removal in a future version.voidTcpConnectionInitializer.setThreadConfig(ThreadConfiguration threadConfig) Deprecated, for removal: This API element is subject to removal in a future version.voidTcpHandler.setThreadConfig(ThreadConfiguration threadConfig) Deprecated, for removal: This API element is subject to removal in a future version.voidUdpHandler.setThreadConfig(ThreadConfiguration threadConfig) Deprecated, for removal: This API element is subject to removal in a future version.