|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| Client を使用しているパッケージ | |
|---|---|
| com.jme3.network.connection | |
| com.jme3.network.events | |
| com.jme3.network.message | |
| com.jme3.network.streaming | |
| com.jme3.network.sync | |
| com.jme3.network.connection での Client の使用 |
|---|
| Client を返す com.jme3.network.connection のメソッド | |
|---|---|
Client |
ClientManager.getClient(long playerId)
|
Client |
ClientManager.getClientByClientID(int clientID)
|
Client |
Server.getClientByID(int clientID)
推奨されていません。 Get a specific client based on the provided clientID. |
| Client 型の引数を持つ型を返す com.jme3.network.connection のメソッド | |
|---|---|
java.util.List<Client> |
ClientManager.getConnectors()
|
java.util.List<Client> |
Connection.getConnectors()
Get the combined connectors, meaning TCP and UDP are combined into one client. |
java.util.List<Client> |
Server.getConnectors()
推奨されていません。 Get the combined connectors, meaning TCP and UDP are combined into one client. |
java.util.List<Client> |
Connection.getLocalConnectors()
Get all the connectors. |
java.util.List<Client> |
Server.getTCPConnectors()
推奨されていません。 Get all the connectors for the TCP connection. |
java.util.List<Client> |
Server.getUDPConnectors()
推奨されていません。 Get all the connectors for the UDP connection. |
| Client 型のパラメータを持つ com.jme3.network.connection のメソッド | |
|---|---|
void |
Connection.addToDisconnectionQueue(Client client)
|
void |
Server.broadcastExcept(Client except,
Message message)
推奨されていません。 Broadcast a message, except to the given client. |
void |
ClientManager.clientConnected(Client client)
|
void |
ClientManager.clientDisconnected(Client client)
|
void |
ClientManager.fireClientConnected(Client client)
|
void |
ClientManager.fireClientDisconnected(Client client)
|
boolean |
ClientManager.isClientConnected(Client client)
|
abstract void |
Connection.sendObject(Client connector,
java.lang.Object object)
Send an object to the connector. |
void |
TCPConnection.sendObject(Client con,
java.lang.Object object)
|
void |
UDPConnection.sendObject(Client client,
java.lang.Object object)
|
| com.jme3.network.events での Client の使用 |
|---|
| Client 型のパラメータを持つ com.jme3.network.events のメソッド | |
|---|---|
void |
ConnectionAdapter.clientConnected(Client client)
|
void |
ConnectionListener.clientConnected(Client client)
推奨されていません。 |
void |
ConnectionAdapter.clientDisconnected(Client client)
|
void |
ConnectionListener.clientDisconnected(Client client)
推奨されていません。 |
| com.jme3.network.message での Client の使用 |
|---|
| Client を返す com.jme3.network.message のメソッド | |
|---|---|
Client |
Message.getClient()
推奨されていません。 This method always returns null in the new API. |
| Client 型のパラメータを持つ com.jme3.network.message のメソッド | |
|---|---|
void |
Message.setClient(Client connector)
推奨されていません。 |
| com.jme3.network.streaming での Client の使用 |
|---|
| Client を返す com.jme3.network.streaming のメソッド | |
|---|---|
Client |
Stream.getReceiver()
|
| Client 型のパラメータを持つ com.jme3.network.streaming のメソッド | |
|---|---|
void |
ServerStreamingService.offerStream(Client client,
StreamMessage msg,
java.io.InputStream data)
|
void |
StreamingService.offerStream(Client client,
StreamMessage msg,
java.io.InputStream data)
|
void |
Stream.setReceiver(Client receiver)
|
| Client 型のパラメータを持つ com.jme3.network.streaming のコンストラクタ | |
|---|---|
ClientStreamingService(Client client)
|
|
StreamingService(Client client)
|
|
| com.jme3.network.sync での Client の使用 |
|---|
| Client 型のパラメータを持つ com.jme3.network.sync のメソッド | |
|---|---|
void |
ServerSyncService.clientConnected(Client client)
推奨されていません。 |
void |
ServerSyncService.clientDisconnected(Client client)
推奨されていません。 |
| Client 型のパラメータを持つ com.jme3.network.sync のコンストラクタ | |
|---|---|
ClientSyncService(Client client)
推奨されていません。 |
|
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||