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