this.connectionId = connectionId; this.rtspManager = rtspManager; buffer = new byte[0];
Log.comment("incoming msg:"); Log.comment(new String(data)); Message message = new Message(data); rtspManager.dataIndication(connectionId, message);