|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OSCServer | |
|---|---|
| de.sciss.net | |
| Uses of OSCServer in de.sciss.net |
|---|
| Methods in de.sciss.net that return OSCServer | |
|---|---|
static OSCServer |
OSCServer.newUsing(OSCPacketCodec c,
String protocol)
Creates a new instance of an OSCServer, using
a specific codec and transport protocol. |
static OSCServer |
OSCServer.newUsing(OSCPacketCodec c,
String protocol,
InetSocketAddress localAddress)
Creates a new instance of an OSCServer, using
a given codec, a specific transport protocol and local socket address. |
static OSCServer |
OSCServer.newUsing(OSCPacketCodec c,
String protocol,
int port)
Creates a new instance of an OSCServer, using
a specific codec and transport protocol and port. |
static OSCServer |
OSCServer.newUsing(OSCPacketCodec c,
String protocol,
int port,
boolean loopBack)
Creates a new instance of an OSCServer, using
a specific codec and transport protocol and port. |
static OSCServer |
OSCServer.newUsing(String protocol)
Creates a new instance of an OSCServer, using
default codec and a specific transport protocol. |
static OSCServer |
OSCServer.newUsing(String protocol,
InetSocketAddress localAddress)
Creates a new instance of an OSCServer, using
default codec and a specific transport protocol and local socket address. |
static OSCServer |
OSCServer.newUsing(String protocol,
int port)
Creates a new instance of an OSCServer, using
default codec and a specific transport protocol and port. |
static OSCServer |
OSCServer.newUsing(String protocol,
int port,
boolean loopBack)
Creates a new instance of an OSCServer, using
default codec and a specific transport protocol and port. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||