Interface OnlineProvider
- 
- All Known Subinterfaces:
- ServerFacade
 - All Known Implementing Classes:
- TcpConnectionInitializer,- TcpHandler,- UdpHandler
 
 public interface OnlineProviderOnlineProvider.- Author:
- mirehak
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Boolean>getIsOnlineFuture()
 
- 
- 
- 
Method Detail- 
getIsOnlineFuturecom.google.common.util.concurrent.ListenableFuture<Boolean> getIsOnlineFuture() 
 
- 
 
-