Instance Constructors
-
new
UdpProtocolCodec
()
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
var
channel
: DatagramChannel
-
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
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
protocol
: String
-
def
read
(): AnyRef
-
var
read_counter
: Long
-
var
read_read_size
: Long
-
def
setReadableByteChannel
(channel: ReadableByteChannel): Unit
-
def
setWritableByteChannel
(channel: WritableByteChannel): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
unread
(buffer: Array[Byte]): Nothing
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
write
(value: AnyRef): BufferState
Inherited from ProtocolCodec
Inherited from AnyRef
Inherited from Any