public class OSCPool extends Object
http://www.sciss.de/netutil/
.Constructor and Description |
---|
OSCPool() |
Modifier and Type | Method and Description |
---|---|
static OSCClient |
getTCPClient(InetSocketAddress addr) |
static OSCServer |
getTCPServer(int port) |
static OSCClient |
getUDPClient(InetSocketAddress addr) |
static OSCServer |
getUDPServer(int port) |
static void |
main(String[] args) |
public static OSCClient getUDPClient(InetSocketAddress addr) throws IOException
IOException
public static OSCClient getTCPClient(InetSocketAddress addr) throws IOException
IOException
public static OSCServer getUDPServer(int port) throws IOException
IOException
public static OSCServer getTCPServer(int port) throws IOException
IOException
public static void main(String[] args) throws IOException, InterruptedException
IOException
InterruptedException