ReactiveMongo-Alias
ReactiveMongo-Alias
reactivemongo.io.netty.bootstrap
reactivemongo.io.netty.buffer
PooledByteBufAllocator
Unpooled
reactivemongo.io.netty.channel
ChannelDuplexHandler
ChannelFutureListener
ChannelOption
DefaultChannelId
reactivemongo.io.netty.channel.embedded
reactivemongo.io.netty.channel.group
reactivemongo.io.netty.channel.nio
reactivemongo.io.netty.channel.socket.nio
reactivemongo.io.netty.handler.codec
compression
reactivemongo.io.netty.handler.ssl
reactivemongo.io.netty.handler.timeout
reactivemongo.io.netty.util
AttributeKey
Version
concurrent
GlobalEventExecutor
ReactiveMongo-Alias
/
reactivemongo.io.netty.channel
/
ChannelDuplexHandler
ChannelDuplexHandler
trait
ChannelDuplexHandler
extends
ChannelDuplexHandler
Graph
Supertypes
class
ChannelDuplexHandler
trait
ChannelOutboundHandler
class
ChannelInboundHandlerAdapter
trait
ChannelInboundHandler
class
ChannelHandlerAdapter
trait
ChannelHandler
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
bind
(
x$0:
ChannelHandlerContext
,
x$1:
SocketAddress
,
x$2:
ChannelPromise
):
Unit
Inherited from:
ChannelDuplexHandler
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
channelActive
(
x$0:
ChannelHandlerContext
):
Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
channelInactive
(
x$0:
ChannelHandlerContext
):
Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
channelRead
(
x$0:
ChannelHandlerContext
,
x$1:
<FromJavaObject>
):
Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
channelReadComplete
(
x$0:
ChannelHandlerContext
):
Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
channelRegistered
(
x$0:
ChannelHandlerContext
):
Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
channelUnregistered
(
x$0:
ChannelHandlerContext
):
Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
channelWritabilityChanged
(
x$0:
ChannelHandlerContext
):
Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
close
(
x$0:
ChannelHandlerContext
,
x$1:
ChannelPromise
):
Unit
Inherited from:
ChannelDuplexHandler
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
connect
(
x$0:
ChannelHandlerContext
,
x$1:
SocketAddress
,
x$2:
SocketAddress
,
x$3:
ChannelPromise
):
Unit
Inherited from:
ChannelDuplexHandler
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
deregister
(
x$0:
ChannelHandlerContext
,
x$1:
ChannelPromise
):
Unit
Inherited from:
ChannelDuplexHandler
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
disconnect
(
x$0:
ChannelHandlerContext
,
x$1:
ChannelPromise
):
Unit
Inherited from:
ChannelDuplexHandler
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
exceptionCaught
(
x$0:
ChannelHandlerContext
,
x$1:
Throwable
):
Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
flush
(
x$0:
ChannelHandlerContext
):
Unit
Inherited from:
ChannelDuplexHandler
@throws
(java.lang.Exception)
def
handlerAdded
(
x$0:
ChannelHandlerContext
):
Unit
Inherited from:
ChannelHandlerAdapter
@throws
(java.lang.Exception)
def
handlerRemoved
(
x$0:
ChannelHandlerContext
):
Unit
Inherited from:
ChannelHandlerAdapter
def
isSharable
():
Boolean
Inherited from:
ChannelHandlerAdapter
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
read
(
x$0:
ChannelHandlerContext
):
Unit
Inherited from:
ChannelDuplexHandler
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
userEventTriggered
(
x$0:
ChannelHandlerContext
,
x$1:
<FromJavaObject>
):
Unit
Inherited from:
ChannelInboundHandlerAdapter
@ChannelHandlerMask$$Skip
@throws
(java.lang.Exception)
def
write
(
x$0:
ChannelHandlerContext
,
x$1:
<FromJavaObject>
,
x$2:
ChannelPromise
):
Unit
Inherited from:
ChannelDuplexHandler