com
.
github
.
mauricio
.
async
.
db
.
postgresql
MessageDecoder
class
MessageDecoder
extends
FrameDecoder
Linear Supertypes
FrameDecoder
,
LifeCycleAwareChannelHandler
,
SimpleChannelUpstreamHandler
,
ChannelUpstreamHandler
,
ChannelHandler
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
MessageDecoder
FrameDecoder
LifeCycleAwareChannelHandler
SimpleChannelUpstreamHandler
ChannelUpstreamHandler
ChannelHandler
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
MessageDecoder
(
charset:
Charset
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
actualReadableBytes
()
:
Int
Attributes
protected[
org.jboss.netty.handler.codec.frame
]
Definition Classes
FrameDecoder
def
afterAdd
(
arg0:
ChannelHandlerContext
)
:
Unit
Definition Classes
FrameDecoder → LifeCycleAwareChannelHandler
Annotations
@throws
()
def
afterRemove
(
arg0:
ChannelHandlerContext
)
:
Unit
Definition Classes
FrameDecoder → LifeCycleAwareChannelHandler
Annotations
@throws
()
def
appendToCumulation
(
arg0:
ChannelBuffer
)
:
ChannelBuffer
Attributes
protected[
org.jboss.netty.handler.codec.frame
]
Definition Classes
FrameDecoder
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
beforeAdd
(
arg0:
ChannelHandlerContext
)
:
Unit
Definition Classes
FrameDecoder → LifeCycleAwareChannelHandler
Annotations
@throws
()
def
beforeRemove
(
arg0:
ChannelHandlerContext
)
:
Unit
Definition Classes
FrameDecoder → LifeCycleAwareChannelHandler
Annotations
@throws
()
def
channelBound
(
arg0:
ChannelHandlerContext
,
arg1:
ChannelStateEvent
)
:
Unit
Definition Classes
SimpleChannelUpstreamHandler
Annotations
@throws
()
def
channelClosed
(
arg0:
ChannelHandlerContext
,
arg1:
ChannelStateEvent
)
:
Unit
Definition Classes
FrameDecoder → SimpleChannelUpstreamHandler
Annotations
@throws
()
def
channelConnected
(
arg0:
ChannelHandlerContext
,
arg1:
ChannelStateEvent
)
:
Unit
Definition Classes
SimpleChannelUpstreamHandler
Annotations
@throws
()
def
channelDisconnected
(
arg0:
ChannelHandlerContext
,
arg1:
ChannelStateEvent
)
:
Unit
Definition Classes
FrameDecoder → SimpleChannelUpstreamHandler
Annotations
@throws
()
def
channelInterestChanged
(
arg0:
ChannelHandlerContext
,
arg1:
ChannelStateEvent
)
:
Unit
Definition Classes
SimpleChannelUpstreamHandler
Annotations
@throws
()
def
channelOpen
(
arg0:
ChannelHandlerContext
,
arg1:
ChannelStateEvent
)
:
Unit
Definition Classes
SimpleChannelUpstreamHandler
Annotations
@throws
()
def
channelUnbound
(
arg0:
ChannelHandlerContext
,
arg1:
ChannelStateEvent
)
:
Unit
Definition Classes
SimpleChannelUpstreamHandler
Annotations
@throws
()
def
childChannelClosed
(
arg0:
ChannelHandlerContext
,
arg1:
ChildChannelStateEvent
)
:
Unit
Definition Classes
SimpleChannelUpstreamHandler
Annotations
@throws
()
def
childChannelOpen
(
arg0:
ChannelHandlerContext
,
arg1:
ChildChannelStateEvent
)
:
Unit
Definition Classes
SimpleChannelUpstreamHandler
Annotations
@throws
()
def
cleanup
(
arg0:
ChannelHandlerContext
,
arg1:
ChannelStateEvent
)
:
Unit
Attributes
protected[
org.jboss.netty.handler.codec.frame
]
Definition Classes
FrameDecoder
Annotations
@throws
()
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
def
decode
(
ctx:
ChannelHandlerContext
,
c:
Channel
,
b:
ChannelBuffer
)
:
AnyRef
Definition Classes
MessageDecoder
→ FrameDecoder
def
decodeLast
(
arg0:
ChannelHandlerContext
,
arg1:
Channel
,
arg2:
ChannelBuffer
)
:
AnyRef
Attributes
protected[
org.jboss.netty.handler.codec.frame
]
Definition Classes
FrameDecoder
Annotations
@throws
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
exceptionCaught
(
arg0:
ChannelHandlerContext
,
arg1:
ExceptionEvent
)
:
Unit
Definition Classes
FrameDecoder → SimpleChannelUpstreamHandler
Annotations
@throws
()
def
extractFrame
(
arg0:
ChannelBuffer
,
arg1:
Int
,
arg2:
Int
)
:
ChannelBuffer
Attributes
protected[
org.jboss.netty.handler.codec.frame
]
Definition Classes
FrameDecoder
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
()
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
final
def
getMaxCumulationBufferCapacity
()
:
Int
Definition Classes
FrameDecoder
final
def
getMaxCumulationBufferComponents
()
:
Int
Definition Classes
FrameDecoder
def
handleUpstream
(
arg0:
ChannelHandlerContext
,
arg1:
ChannelEvent
)
:
Unit
Definition Classes
SimpleChannelUpstreamHandler → ChannelUpstreamHandler
Annotations
@throws
()
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
internalBuffer
()
:
ChannelBuffer
Attributes
protected[
org.jboss.netty.handler.codec.frame
]
Definition Classes
FrameDecoder
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
isUnfold
()
:
Boolean
Definition Classes
FrameDecoder
def
messageReceived
(
arg0:
ChannelHandlerContext
,
arg1:
MessageEvent
)
:
Unit
Definition Classes
FrameDecoder → SimpleChannelUpstreamHandler
Annotations
@throws
()
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
newCumulationBuffer
(
arg0:
ChannelHandlerContext
,
arg1:
Int
)
:
ChannelBuffer
Attributes
protected[
org.jboss.netty.handler.codec.frame
]
Definition Classes
FrameDecoder
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
replace
(
arg0:
String
,
arg1:
ChannelHandler
)
:
Unit
Definition Classes
FrameDecoder
final
def
setMaxCumulationBufferCapacity
(
arg0:
Int
)
:
Unit
Definition Classes
FrameDecoder
final
def
setMaxCumulationBufferComponents
(
arg0:
Int
)
:
Unit
Definition Classes
FrameDecoder
final
def
setUnfold
(
arg0:
Boolean
)
:
Unit
Definition Classes
FrameDecoder
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
unfoldAndFireMessageReceived
(
arg0:
ChannelHandlerContext
,
arg1:
SocketAddress
,
arg2:
Any
)
:
Unit
Attributes
protected[
org.jboss.netty.handler.codec.frame
]
Definition Classes
FrameDecoder
def
updateCumulation
(
arg0:
ChannelHandlerContext
,
arg1:
ChannelBuffer
)
:
ChannelBuffer
Attributes
protected[
org.jboss.netty.handler.codec.frame
]
Definition Classes
FrameDecoder
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
()
def
writeComplete
(
arg0:
ChannelHandlerContext
,
arg1:
WriteCompletionEvent
)
:
Unit
Definition Classes
SimpleChannelUpstreamHandler
Annotations
@throws
()
Inherited from
FrameDecoder
Inherited from
LifeCycleAwareChannelHandler
Inherited from
SimpleChannelUpstreamHandler
Inherited from
ChannelUpstreamHandler
Inherited from
ChannelHandler
Inherited from
AnyRef
Inherited from
Any
Ungrouped