Instance Constructors
-
new
StompCodec
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
encode
(frame: StompFrame, os: DataOutput): Unit
-
def
encode
(command: AnyRef): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
flush
(): BufferState
-
def
flushNextWriteBuffer
(): Unit
-
def
full
(): Boolean
-
def
getBufferPools
(): BufferPools
-
def
getClass
(): java.lang.Class[_]
-
def
getLastReadSize
(): Long
-
def
getLastWriteSize
(): Long
-
def
getReadBufferSize
(): Int
-
def
getReadCounter
(): Long
-
def
getWriteBufferSize
(): Int
-
def
getWriteCounter
(): Long
-
def
hashCode
(): Int
-
def
initialDecodeAction
(): Action
-
def
isEmpty
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
var
max_data_length
: Int
-
var
max_header_length
: Int
-
var
max_headers
: Int
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
onBufferFlushed
(arg0: ByteBuffer): Unit
-
def
peekBytes
(arg0: Int): Buffer
-
def
protected$nextDecodeAction
(arg0: StompCodec.this.type): Action
-
def
protected$readBytes
(arg0: StompCodec)(arg0: Int): Buffer
-
def
protected$readUntil
(arg0: StompCodec)(arg0: Byte): Buffer
-
def
protected$readUntil
(arg0: StompCodec)(arg0: Byte, arg1: Int, arg2: String): Buffer
-
def
protected$setnextDecodeAction
(arg0: StompCodec, arg1: Action): Unit
-
def
read
(): AnyRef
-
def
readBytes
(arg0: Int): Buffer
-
def
readDirect
(arg0: ByteBuffer): Boolean
-
def
readUntil
(arg0: Byte, arg1: Int, arg2: String): Buffer
-
def
readUntil
(arg0: Byte, arg1: Int): Buffer
-
def
readUntil
(arg0: Byte): Buffer
-
def
setBufferPools
(arg0: BufferPools): Unit
-
def
setReadableByteChannel
(arg0: ReadableByteChannel): Unit
-
def
setTransport
(arg0: Transport): Unit
-
def
setWritableByteChannel
(arg0: WritableByteChannel): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
var
trim
: Boolean
-
def
unread
(arg0: Array[Byte]): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
write
(arg0: Any): BufferState
-
def
writeDirect
(arg0: ByteBuffer): Unit
Inherited from AbstractProtocolCodec
Inherited from TransportAware
Inherited from ProtocolCodec
Inherited from AnyRef
Inherited from Any