Uses of Class
com.jme3.network.message.ClientRegistrationMessage

Packages that use ClientRegistrationMessage
com.jme3.network.base The base package contains the default implementations for the Client and Server interfaces from the public API. 
com.jme3.network.message   
 

Uses of ClientRegistrationMessage in com.jme3.network.base
 

Methods in com.jme3.network.base with parameters of type ClientRegistrationMessage
protected  void DefaultServer.registerClient(KernelAdapter ka, Endpoint p, ClientRegistrationMessage m)
           
 

Uses of ClientRegistrationMessage in com.jme3.network.message
 

Methods in com.jme3.network.message that return ClientRegistrationMessage
 ClientRegistrationMessage ClientRegistrationMessage.ClientRegistrationSerializer.readObject(java.nio.ByteBuffer data, java.lang.Class c)