|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fusesource.hawtdispatch.transport.AbstractProtocolCodec
org.fusesource.mqtt.codec.MQTTProtocolCodec
public class MQTTProtocolCodec
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.fusesource.hawtdispatch.transport.AbstractProtocolCodec |
---|
org.fusesource.hawtdispatch.transport.AbstractProtocolCodec.Action |
Nested classes/interfaces inherited from interface org.fusesource.hawtdispatch.transport.ProtocolCodec |
---|
org.fusesource.hawtdispatch.transport.ProtocolCodec.BufferState |
Field Summary |
---|
Fields inherited from class org.fusesource.hawtdispatch.transport.AbstractProtocolCodec |
---|
directReadBuffer, lastReadIoSize, lastWriteIoSize, nextDecodeAction, nextWriteBuffer, readBuffer, readBufferSize, readChannel, readCounter, readEnd, readStart, trim, writeBuffer, writeBufferSize, writeChannel, writeCounter |
Constructor Summary | |
---|---|
MQTTProtocolCodec()
|
Method Summary | |
---|---|
protected void |
encode(java.lang.Object value)
|
int |
getMaxMessageLength()
|
protected org.fusesource.hawtdispatch.transport.AbstractProtocolCodec.Action |
initialDecodeAction()
|
void |
setMaxMessageLength(int maxMessageLength)
|
Methods inherited from class org.fusesource.hawtdispatch.transport.AbstractProtocolCodec |
---|
flush, flushNextWriteBuffer, full, getLastReadSize, getLastWriteSize, getReadBufferSize, getReadCounter, getWriteBufferSize, getWriteCounter, isEmpty, onBufferFlushed, peekBytes, read, readBytes, readDirect, readUntil, readUntil, readUntil, setReadableByteChannel, setWritableByteChannel, unread, write, writeDirect |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MQTTProtocolCodec()
Method Detail |
---|
public int getMaxMessageLength()
public void setMaxMessageLength(int maxMessageLength)
protected void encode(java.lang.Object value) throws java.io.IOException
encode
in class org.fusesource.hawtdispatch.transport.AbstractProtocolCodec
java.io.IOException
protected org.fusesource.hawtdispatch.transport.AbstractProtocolCodec.Action initialDecodeAction()
initialDecodeAction
in class org.fusesource.hawtdispatch.transport.AbstractProtocolCodec
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |