Uses of Interface
marauroa.client.net.INetworkClientManagerInterface
Packages that use INetworkClientManagerInterface
Package
Description
This package contains the client framework that you need to extend to
implement a real client.
This package contains the client network interface.
-
Uses of INetworkClientManagerInterface in marauroa.client
Fields in marauroa.client declared as INetworkClientManagerInterfaceModifier and TypeFieldDescriptionprotected INetworkClientManagerInterface
ClientFramework.netMan
We keep an instance of network manager to be able to communicate with server. -
Uses of INetworkClientManagerInterface in marauroa.client.net
Classes in marauroa.client.net that implement INetworkClientManagerInterfaceModifier and TypeClassDescriptionclass
This is the basic implementation of a TCP network manager.Constructors in marauroa.client.net with parameters of type INetworkClientManagerInterfaceModifierConstructorDescriptioncreates a new KeepAliveSender.