org.apache.activemq.transport.mqtt
Class MQTTCodec
java.lang.Object
org.apache.activemq.transport.mqtt.MQTTCodec
public class MQTTCodec
- extends Object
|
Method Summary |
static String |
commandType(byte header)
|
void |
parse(org.fusesource.hawtbuf.DataByteArrayInputStream input,
int readSize)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MQTTCodec
public MQTTCodec(TcpTransport transport)
parse
public void parse(org.fusesource.hawtbuf.DataByteArrayInputStream input,
int readSize)
throws Exception
- Throws:
Exception
commandType
public static String commandType(byte header)
throws IOException,
javax.jms.JMSException
- Throws:
IOException
javax.jms.JMSException
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.