Uses of Interface
com.jme3.network.Server
Packages that use Server
Package
Description
-
Uses of Server in com.jme3.network
Methods in com.jme3.network that return ServerModifier and TypeMethodDescriptionstatic ServerNetwork.createServer(int port) Creates a Server that will utilize both reliable and fast transports to communicate with clients.static ServerNetwork.createServer(int tcpPort, int udpPort) Creates a Server that will utilize both reliable and fast transports to communicate with clients.static ServerNetwork.createServer(String gameName, int version, int tcpPort, int udpPort) Creates a named and versioned Server that will utilize both reliable and fast transports to communicate with clients.HostedConnection.getServer()Returns the Server instance that is hosting this connection.Methods in com.jme3.network with parameters of type ServerModifier and TypeMethodDescriptionvoidConnectionListener.connectionAdded(Server server, HostedConnection conn) Called when a connection has been added to the specified server and is fully setup.voidConnectionListener.connectionRemoved(Server server, HostedConnection conn) Called when a connection has been removed from the specified server. -
Uses of Server in com.jme3.network.base
Classes in com.jme3.network.base that implement ServerModifier and TypeClassDescriptionclassA default implementation of the Server interface that delegates its network connectivity to kernel.Kernel.Methods in com.jme3.network.base that return Server -
Uses of Server in com.jme3.network.rmi
Methods in com.jme3.network.rmi with parameters of type ServerModifier and TypeMethodDescriptionvoidObjectStore.ServerEventHandler.connectionAdded(Server server, HostedConnection conn) voidObjectStore.ServerEventHandler.connectionRemoved(Server server, HostedConnection conn) Constructors in com.jme3.network.rmi with parameters of type Server -
Uses of Server in com.jme3.network.service
Methods in com.jme3.network.service that return ServerModifier and TypeMethodDescriptionprotected ServerAbstractHostedService.getServer()Returns the server for this hosted service or null if the service is not yet attached.HostedServiceManager.getServer()Returns the network Server associated with this HostedServiceManager.Methods in com.jme3.network.service with parameters of type ServerModifier and TypeMethodDescriptionvoidAbstractHostedConnectionService.connectionAdded(Server server, HostedConnection hc) Called internally when a new connection is detected for the server.voidAbstractHostedService.connectionAdded(Server server, HostedConnection hc) Default implementation does nothing.voidHostedServiceManager.ConnectionObserver.connectionAdded(Server server, HostedConnection hc) voidAbstractHostedConnectionService.connectionRemoved(Server server, HostedConnection hc) Called internally when an existing connection is leaving the server.voidAbstractHostedService.connectionRemoved(Server server, HostedConnection hc) Default implementation does nothing.voidHostedServiceManager.ConnectionObserver.connectionRemoved(Server server, HostedConnection hc) Constructors in com.jme3.network.service with parameters of type ServerModifierConstructorDescriptionHostedServiceManager(Server server) Creates a HostedServiceManager for the specified network Server. -
Uses of Server in com.jme3.network.service.rmi
Methods in com.jme3.network.service.rmi with parameters of type ServerModifier and TypeMethodDescriptionvoidRmiHostedService.connectionAdded(Server server, HostedConnection hc) Called internally when a new connection is detected for the server.voidRmiHostedService.connectionRemoved(Server server, HostedConnection hc) Called internally when an existing connection is leaving the server. -
Uses of Server in com.jme3.network.service.serializer
Methods in com.jme3.network.service.serializer with parameters of type ServerModifier and TypeMethodDescriptionvoidServerSerializerRegistrationsService.connectionAdded(Server server, HostedConnection hc)