Interface ServerFacade
- All Superinterfaces:
OnlineProvider,Runnable,ShutdownProvider
- All Known Implementing Classes:
TcpConnectionInitializer,TcpHandler,UdpHandler
Server facade interface.
- Author:
- mirehak
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetThreadConfig(ThreadConfiguration threadConfig) Sets thread configuration.Methods inherited from interface org.opendaylight.openflowjava.protocol.impl.core.OnlineProvider
getIsOnlineFutureMethods inherited from interface org.opendaylight.openflowjava.protocol.impl.core.ShutdownProvider
shutdown
-
Method Details
-
setThreadConfig
Sets thread configuration.- Parameters:
threadConfig- desired thread configuration
-