Uses of Class
de.sciss.net.OSCMessage

Packages that use OSCMessage
de.sciss.net   
 

Uses of OSCMessage in de.sciss.net
 

Methods in de.sciss.net that return OSCMessage
protected  OSCMessage OSCPacketCodec.decodeMessage(String command, ByteBuffer b)
          Creates a new message with arguments decoded from the ByteBuffer.
static OSCMessage OSCMessage.decodeMessage(String command, ByteBuffer b)
          Creates a new message with arguments decoded from the ByteBuffer, using the default codec.
 

Methods in de.sciss.net with parameters of type OSCMessage
protected  void OSCPacketCodec.encodeMessage(OSCMessage msg, ByteBuffer b)
          Encodes the message onto the given ByteBuffer, beginning at the buffer's current position.
protected  int OSCPacketCodec.getMessageSize(OSCMessage msg)
          Calculates the byte size of the encoded message
 void OSCListener.messageReceived(OSCMessage msg, SocketAddress sender, long time)
          Called when a new OSC message arrived at the receiving local socket.