Package dev.forbit.server.interfaces
Interface ClientInterface
- All Known Implementing Classes:
Client
public interface ClientInterface
-
Method Summary
Modifier and TypeMethodDescriptionlong
The System.currentTimeMillis() we last heard from the clientgetUUID()
-
Method Details
-
getUUID
UUID getUUID() -
getChannel
SocketChannel getChannel() -
getAddress
SocketAddress getAddress() -
getLastSeen
long getLastSeen()The System.currentTimeMillis() we last heard from the client
-