com
.
github
.
mauricio
.
async
.
db
.
postgresql
.
codec
PostgreSQLConnectionHandler
class
PostgreSQLConnectionHandler
extends
SimpleChannelInboundHandler
[
AnyRef
]
Linear Supertypes
SimpleChannelInboundHandler
[
AnyRef
],
ChannelInboundHandlerAdapter
,
ChannelInboundHandler
,
ChannelHandlerAdapter
,
ChannelHandler
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
PostgreSQLConnectionHandler
SimpleChannelInboundHandler
ChannelInboundHandlerAdapter
ChannelInboundHandler
ChannelHandlerAdapter
ChannelHandler
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
PostgreSQLConnectionHandler
(
configuration:
Configuration
,
encoderRegistry:
ColumnEncoderRegistry
,
decoderRegistry:
ColumnDecoderRegistry
,
connectionDelegate:
PostgreSQLConnectionDelegate
,
group:
EventLoopGroup
,
executionContext:
ExecutionContext
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
acceptInboundMessage
(
arg0:
Any
)
:
Boolean
Definition Classes
SimpleChannelInboundHandler
Annotations
@throws
(
classOf[java.lang.Exception]
)
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
channelActive
(
ctx:
ChannelHandlerContext
)
:
Unit
Definition Classes
PostgreSQLConnectionHandler
→ ChannelInboundHandlerAdapter → ChannelInboundHandler
def
channelInactive
(
ctx:
ChannelHandlerContext
)
:
Unit
Definition Classes
PostgreSQLConnectionHandler
→ ChannelInboundHandlerAdapter → ChannelInboundHandler
def
channelRead
(
arg0:
ChannelHandlerContext
,
arg1:
Any
)
:
Unit
Definition Classes
SimpleChannelInboundHandler → ChannelInboundHandlerAdapter → ChannelInboundHandler
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
channelRead0
(
ctx:
ChannelHandlerContext
,
msg:
AnyRef
)
:
Unit
Definition Classes
PostgreSQLConnectionHandler
→ SimpleChannelInboundHandler
def
channelReadComplete
(
arg0:
ChannelHandlerContext
)
:
Unit
Definition Classes
ChannelInboundHandlerAdapter → ChannelInboundHandler
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
channelRegistered
(
arg0:
ChannelHandlerContext
)
:
Unit
Definition Classes
ChannelInboundHandlerAdapter → ChannelInboundHandler
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
channelUnregistered
(
arg0:
ChannelHandlerContext
)
:
Unit
Definition Classes
ChannelInboundHandlerAdapter → ChannelInboundHandler
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
channelWritabilityChanged
(
arg0:
ChannelHandlerContext
)
:
Unit
Definition Classes
ChannelInboundHandlerAdapter → ChannelInboundHandler
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
connect
:
Future
[
PostgreSQLConnectionHandler
]
def
disconnect
:
Future
[
PostgreSQLConnectionHandler
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
exceptionCaught
(
ctx:
ChannelHandlerContext
,
cause:
Throwable
)
:
Unit
Definition Classes
PostgreSQLConnectionHandler
→ ChannelInboundHandlerAdapter → ChannelInboundHandler → ChannelHandlerAdapter → ChannelHandler
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
handlerAdded
(
ctx:
ChannelHandlerContext
)
:
Unit
Definition Classes
PostgreSQLConnectionHandler
→ ChannelHandlerAdapter → ChannelHandler
def
handlerRemoved
(
arg0:
ChannelHandlerContext
)
:
Unit
Definition Classes
ChannelHandlerAdapter → ChannelHandler
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
isConnected
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isSharable
()
:
Boolean
Definition Classes
ChannelHandlerAdapter
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
def
userEventTriggered
(
arg0:
ChannelHandlerContext
,
arg1:
Any
)
:
Unit
Definition Classes
ChannelInboundHandlerAdapter → ChannelInboundHandler
Annotations
@throws
(
classOf[java.lang.Exception]
)
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
write
(
message:
ClientMessage
)
:
Unit
Inherited from
SimpleChannelInboundHandler
[
AnyRef
]
Inherited from
ChannelInboundHandlerAdapter
Inherited from
ChannelInboundHandler
Inherited from
ChannelHandlerAdapter
Inherited from
ChannelHandler
Inherited from
AnyRef
Inherited from
Any
Ungrouped