Interface ServerFacade
- 
- All Superinterfaces:
- OnlineProvider,- Runnable,- ShutdownProvider
 - All Known Implementing Classes:
- TcpConnectionInitializer,- TcpHandler,- UdpHandler
 
 public interface ServerFacade extends ShutdownProvider, OnlineProvider, Runnable Server facade interface.- Author:
- mirehak
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetThreadConfig(ThreadConfiguration threadConfig)Sets thread configuration.- 
Methods inherited from interface org.opendaylight.openflowjava.protocol.impl.core.OnlineProvidergetIsOnlineFuture
 - 
Methods inherited from interface org.opendaylight.openflowjava.protocol.impl.core.ShutdownProvidershutdown
 
- 
 
- 
- 
- 
Method Detail- 
setThreadConfigvoid setThreadConfig(ThreadConfiguration threadConfig) Sets thread configuration.- Parameters:
- threadConfig- desired thread configuration
 
 
- 
 
-