com.cycling74.net
Class TcpReceiver
java.lang.Object
com.cycling74.net.TcpReceiver
- All Implemented Interfaces:
- Runnable
public class TcpReceiver
- extends Object
- implements Runnable
Class wrapper to receive atoms via TCP/IP using the class
TcpSender.
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 |
TcpReceiver
public TcpReceiver()
TcpReceiver
public TcpReceiver(int port)
TcpReceiver
public TcpReceiver(int port,
Object caller,
String method)
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.