Definition at line 45 of file EchoSocket.java.
static void com.sonycsl.echo.EchoSocket.closeSocket |
( |
| ) |
throws IOException |
|
static |
static void com.sonycsl.echo.EchoSocket.closeTCPSocket |
( |
Socket |
socket | ) |
|
|
static |
static short com.sonycsl.echo.EchoSocket.getNextTIDNoIncrement |
( |
| ) |
|
|
static |
static synchronized short com.sonycsl.echo.EchoSocket.nextTID |
( |
| ) |
|
|
static |
static void com.sonycsl.echo.EchoSocket.openSocket |
( |
| ) |
throws IOException |
|
static |
static void com.sonycsl.echo.EchoSocket.pauseReceiverThread |
( |
| ) |
|
|
static |
static void com.sonycsl.echo.EchoSocket.receiveTCP |
( |
| ) |
throws IOException |
|
static |
static void com.sonycsl.echo.EchoSocket.receiveUDP |
( |
| ) |
throws IOException |
|
static |
static void com.sonycsl.echo.EchoSocket.resumeReceiverThread |
( |
| ) |
|
|
static |
static void com.sonycsl.echo.EchoSocket.sendTCPFrame |
( |
EchoFrame |
frame | ) |
throws IOException |
|
static |
static void com.sonycsl.echo.EchoSocket.sendTCPFrame |
( |
EchoFrame |
frame, |
|
|
Socket |
socket |
|
) |
| throws IOException |
|
static |
static void com.sonycsl.echo.EchoSocket.sendUDPFrame |
( |
EchoFrame |
frame | ) |
throws IOException |
|
static |
static void com.sonycsl.echo.EchoSocket.startReceiverThread |
( |
| ) |
|
|
static |
static void com.sonycsl.echo.EchoSocket.stopReceiverThread |
( |
| ) |
|
|
static |
final String com.sonycsl.echo.EchoSocket.MULTICAST_ADDRESS = "224.0.23.0" |
|
static |
final String com.sonycsl.echo.EchoSocket.SELF_ADDRESS = "127.0.0.1" |
|
static |
int com.sonycsl.echo.EchoSocket.TCP_MAX_PACKET_SIZE = 65507 |
|
static |
int com.sonycsl.echo.EchoSocket.UDP_MAX_PACKET_SIZE = 65507 |
|
static |
The documentation for this class was generated from the following file:
- C:/Users/0000124930/Documents/Dropbox/Projects/1404_OpenECHOforProcessing2/Deliver/OpenECHO/src/com/sonycsl/echo/EchoSocket.java