|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.sciss.net.test.NetUtilTest
public abstract class NetUtilTest
Some static test run methods.
| Field Summary | |
|---|---|
protected static boolean |
pause
|
protected static boolean |
received
|
| Method Summary | |
|---|---|
static void |
client(String protocol)
Tests the client functionality on a given protocol. |
static void |
codecSpeed()
Tests the performance of OSCMessage encoding and decoding. |
static void |
pingPong()
Creates two receivers and two transmitters, one of each being restricted to loopback. |
protected static void |
postln(String s)
|
static void |
server(String protocol)
Tests the server functionality on a given protocol. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static boolean pause
protected static volatile boolean received
| Method Detail |
|---|
public static void client(String protocol)
protocol - UDP or TCPpublic static void server(String protocol)
/pause, /quit, /dumpOSC.
See NetUtil_Tests.rtf for a way to check the server.
protocol - UDP or TCPpublic static void codecSpeed()
public static void pingPong()
protected static void postln(String s)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||