com.jme3.network
インタフェース MessageConnection

既知のサブインタフェースの一覧:
Client, HostedConnection, NetworkClient
既知の実装クラスの一覧:
DefaultClient

public interface MessageConnection

The source of a received message and the common abstract interface of client->server and server->client objects.


メソッドの概要
 void send(Message message)
          Sends a message to the other end of the connection.
 

メソッドの詳細

send

void send(Message message)
Sends a message to the other end of the connection.