C D G N O S 

C

connect() - Method in class de.saxsys.synchronizefx.netty.NettyClient
 

D

de.saxsys.synchronizefx.netty - package de.saxsys.synchronizefx.netty
Provides an adapter between the kryonet network library and the client / server module.
disconnect() - Method in class de.saxsys.synchronizefx.netty.NettyClient
 

G

get(int) - Method in class de.saxsys.synchronizefx.netty.SubList
 

N

NettyClient - Class in de.saxsys.synchronizefx.netty
A client that can send and recive objects over the network when connected to a server.
NettyClient(String, int, Serializer) - Constructor for class de.saxsys.synchronizefx.netty.NettyClient
Takes the required informations to connect to a server but doesn't actually connect to it.
NettyServer - Class in de.saxsys.synchronizefx.netty
A server that can send and receive objects over the network to connected clients.
NettyServer(int, Serializer) - Constructor for class de.saxsys.synchronizefx.netty.NettyServer
Takes the required informations needed to start the server but doesn't actually start it.

O

onConnectFinished(Object) - Method in class de.saxsys.synchronizefx.netty.NettyServer
 

S

send(List<Object>) - Method in class de.saxsys.synchronizefx.netty.NettyClient
 
send(List<Object>, Object) - Method in class de.saxsys.synchronizefx.netty.NettyServer
 
sendToAll(List<Object>) - Method in class de.saxsys.synchronizefx.netty.NettyServer
 
sendToAllExcept(List<Object>, Object) - Method in class de.saxsys.synchronizefx.netty.NettyServer
 
setTopologyCallback(NetworkToTopologyCallbackClient) - Method in class de.saxsys.synchronizefx.netty.NettyClient
 
setTopologyLayerCallback(NetworkToTopologyCallbackServer) - Method in class de.saxsys.synchronizefx.netty.NettyServer
 
shutdown() - Method in class de.saxsys.synchronizefx.netty.NettyServer
 
size() - Method in class de.saxsys.synchronizefx.netty.SubList
 
start() - Method in class de.saxsys.synchronizefx.netty.NettyServer
 
SubList<T> - Class in de.saxsys.synchronizefx.netty
Provides list semantic to a sub list of another list.
SubList(int, int, List<T>) - Constructor for class de.saxsys.synchronizefx.netty.SubList
Creates a view on a sub list of an other list.
C D G N O S 

Copyright © 2014 Saxonia Systems AG. All Rights Reserved.