com.cycling74.net
Class UdpReceiver
java.lang.Object
com.cycling74.net.UdpReceiver
- All Implemented Interfaces:
- Runnable
public class UdpReceiver
- extends Object
- implements Runnable
Class wrapper to receive atoms via UDP/IP using the class
UdpSender.
This class is a work in progress and have been lightly tested.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UdpReceiver
public UdpReceiver()
UdpReceiver
public UdpReceiver(int port)
close
public void close()
getPort
public int getPort()
setActive
public void setActive(boolean active)
setCallback
public void setCallback(Object caller,
String methodName)
setPort
public void setPort(int port)
setDebugString
public void setDebugString(String debugString)
run
public void run()
- Specified by:
run in interface Runnable
This API is based on mxj for
Max/MSP by Cycling74. Please see original MXJ
implementation.