- send(String) - Method in class net.alternating.alternet.Client
-
This client sends data to the server.
- send(int) - Method in class net.alternating.alternet.Client
-
This client sends data to the server.
- send(double) - Method in class net.alternating.alternet.Client
-
This client sends data to the server.
- send(byte) - Method in class net.alternating.alternet.Client
-
This client sends data to the server.
- send(byte[]) - Method in class net.alternating.alternet.Client
-
This client sends data to the server.
- send(byte[]) - Method in class net.alternating.alternet.ObjectClient
-
- sendTo(RemoteAddress, byte[]) - Method in class net.alternating.alternet.ObjectServer
-
- sendTo(RemoteAddress, String) - Method in class net.alternating.alternet.Server
-
This method sends data to a specified client identified by its
RemoteAddress.
- sendTo(RemoteAddress, int) - Method in class net.alternating.alternet.Server
-
This method sends data to a specified client identified by its
RemoteAddress.
- sendTo(RemoteAddress, double) - Method in class net.alternating.alternet.Server
-
This method sends data to a specified client identified by its
RemoteAddress.
- sendTo(RemoteAddress, byte) - Method in class net.alternating.alternet.Server
-
This method sends data to a specified client identified by its
RemoteAddress.
- sendTo(RemoteAddress, byte[]) - Method in class net.alternating.alternet.Server
-
This method sends data to a specified client identified by its
RemoteAddress.
- sendToAll(String) - Method in class net.alternating.alternet.Server
-
This method sends data to all connected clients.
- sendToAll(int) - Method in class net.alternating.alternet.Server
-
This method sends data to all connected clients.
- sendToAll(double) - Method in class net.alternating.alternet.Server
-
This method sends data to all connected clients.
- sendToAll(byte) - Method in class net.alternating.alternet.Server
-
This method sends data to all connected clients.
- sendToAll(byte[]) - Method in class net.alternating.alternet.Server
-
This method sends data to all connected clients.
- Server - Class in net.alternating.alternet
-
This class acts as an asynchronous TCP server.
- Server(PApplet, int) - Constructor for class net.alternating.alternet.Server
-
This constructs a new Server.