org.fusesource.mqtt.codec
Class MessageSupport.EmptyBase

java.lang.Object
  extended by org.fusesource.mqtt.codec.MessageSupport.EmptyBase
Direct Known Subclasses:
DISCONNECT, PINGREQ, PINGRESP
Enclosing class:
MessageSupport

public abstract static class MessageSupport.EmptyBase
extends java.lang.Object


Constructor Summary
MessageSupport.EmptyBase()
           
 
Method Summary
protected  MessageSupport.EmptyBase decode(MQTTFrame frame)
           
 MQTTFrame encode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageSupport.EmptyBase

public MessageSupport.EmptyBase()
Method Detail

decode

protected MessageSupport.EmptyBase decode(MQTTFrame frame)
                                   throws java.net.ProtocolException
Throws:
java.net.ProtocolException

encode

public MQTTFrame encode()


Copyright © 2010-2019 FuseSource, Corp.. All Rights Reserved.