Interface ServerFacade
- All Superinterfaces:
OnlineProvider
,Runnable
,ShutdownProvider
- All Known Implementing Classes:
TcpConnectionInitializer
,TcpHandler
,UdpHandler
Server facade interface.
- Author:
- mirehak
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setThreadConfig
(ThreadConfiguration threadConfig) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from interface org.opendaylight.openflowjava.protocol.impl.core.OnlineProvider
getIsOnlineFuture
Methods inherited from interface org.opendaylight.openflowjava.protocol.impl.core.ShutdownProvider
shutdown
-
Method Details
-
setThreadConfig
Deprecated, for removal: This API element is subject to removal in a future version.Sets thread configuration.- Parameters:
threadConfig
- desired thread configuration
-