Instance Constructors
-
new
OpenwireCodec
()
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
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
flush
(): BufferState
-
-
def
full
(): Boolean
-
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
isInstanceOf
[T0]
: Boolean
-
def
is_empty
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
var
next_action
: () ⇒ Command
-
var
next_write_buffer
: DataByteArrayOutputStream
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
protocol
: String
-
def
read
(): AnyRef
-
var
read_buffer
: ByteBuffer
-
var
read_buffer_size
: Int
-
var
read_channel
: ReadableByteChannel
-
def
read_command
(size: Int): () ⇒ Command
-
var
read_counter
: Long
-
def
read_header
: () ⇒ Command
-
var
read_waiting_on
: Int
-
def
setReadableByteChannel
(channel: ReadableByteChannel): Unit
-
def
setWritableByteChannel
(channel: WritableByteChannel): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
implicit def
toBuffer
(value: Array[Byte]): Buffer
-
def
toString
(): String
-
def
unread
(buffer: Array[Byte]): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
write
(command: Any): BufferState
-
var
write_buffer
: ByteBuffer
-
var
write_buffer_size
: Int
-
var
write_channel
: WritableByteChannel
-
var
write_counter
: Long
Inherited from ProtocolCodec
Inherited from AnyRef
Inherited from Any