Package | Description |
---|---|
de.smarten.tsuro.shared.network.client |
This package contains classes and interfaces for ClientToServerConnections.
|
Class and Description |
---|
IClientToServerConnectionCallable
This interface defines the callback methods that a ClientToServerConnection calls
on incoming messages.
|
IObserverClientToServerConnection
The interface
IObserverClientToServerConnection defines methods for
sending outgoing commands needed for an observer client to communicate
with the server. |
IPlayerClientToServerConnection
The interface
IPlayerClientToServerConnection defines methods for
sending outgoing commands needed for a player client to communicate
with the server. |
ObserverClientToServerConnection
The ClientToServerConnection manages the technical part of the communication
with the server.
|
Copyright © 2017 smarTen. All rights reserved.