|
||||||||||
| 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.stomp.codec.StompProtocolCodec
public class StompProtocolCodec
| 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 | |
|---|---|
int |
max_data_length
|
int |
max_header_length
|
int |
max_headers
|
boolean |
trim
|
| Fields inherited from class org.fusesource.hawtdispatch.transport.AbstractProtocolCodec |
|---|
bufferPools, directReadBuffer, lastReadIoSize, lastWriteIoSize, nextDecodeAction, nextWriteBuffer, readBuffer, readBufferPool, readBufferSize, readChannel, readCounter, readEnd, readStart, writeBuffer, writeBufferPool, writeBufferSize, writeChannel, writeCounter |
| Constructor Summary | |
|---|---|
StompProtocolCodec()
|
|
| Method Summary | |
|---|---|
protected void |
encode(java.lang.Object value)
|
protected org.fusesource.hawtdispatch.transport.AbstractProtocolCodec.Action |
initialDecodeAction()
|
| Methods inherited from class org.fusesource.hawtdispatch.transport.AbstractProtocolCodec |
|---|
flush, flushNextWriteBuffer, full, getBufferPools, getLastReadSize, getLastWriteSize, getReadBufferSize, getReadCounter, getWriteBufferSize, getWriteCounter, isEmpty, onBufferFlushed, peekBytes, read, readBytes, readDirect, readUntil, readUntil, readUntil, setBufferPools, setReadableByteChannel, setTransport, setWritableByteChannel, unread, write, writeDirect |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int max_header_length
public int max_headers
public int max_data_length
public boolean trim
| Constructor Detail |
|---|
public StompProtocolCodec()
| Method Detail |
|---|
protected void encode(java.lang.Object value)
throws java.io.IOException
encode in class org.fusesource.hawtdispatch.transport.AbstractProtocolCodecjava.io.IOExceptionprotected 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 | |||||||||