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 Summary
All 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.OnlineProvider
getIsOnlineFuture 
- 
Methods inherited from interface org.opendaylight.openflowjava.protocol.impl.core.ShutdownProvider
shutdown 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setThreadConfig
void setThreadConfig(ThreadConfiguration threadConfig)
Sets thread configuration.- Parameters:
 threadConfig- desired thread configuration
 
 - 
 
 -