|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.illposed.osc.OSCPort
OSCPort is an abstract superclass. To send OSC messages, use @see OSCPortOut. To listen for OSC messages, use @see OSCPortIn.
Copyright (C) 2003-2006, C. Ramakrishnan / Illposed Software. All rights reserved.
See license.txt (or license.rtf) for license information.
| Field Summary | |
protected int |
port
|
protected java.net.DatagramSocket |
socket
|
| Constructor Summary | |
OSCPort()
|
|
| Method Summary | |
void |
close()
Close the socket and free-up resources. |
static int |
defaultSCLangOSCPort()
The port that the SuperCollider language engine ususally listens to — 57120. |
static int |
defaultSCOSCPort()
The port that the SuperCollider synth engine ususally listens to — 57110. |
protected void |
finalize()
Close the socket if this hasn't already happened. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.net.DatagramSocket socket
protected int port
| Constructor Detail |
public OSCPort()
| Method Detail |
public static int defaultSCOSCPort()
public static int defaultSCLangOSCPort()
protected void finalize()
throws java.lang.Throwable
java.lang.ThrowableObject.finalize()public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||