MySQLConnectionHandler

com.github.mauricio.async.db.mysql.codec.MySQLConnectionHandler
class MySQLConnectionHandler(configuration: Configuration, charsetMapper: CharsetMapper, handlerDelegate: MySQLHandlerDelegate, group: EventLoopGroup, executionContext: ExecutionContext) extends SimpleChannelInboundHandler[Object]

Attributes

Graph
Supertypes
class SimpleChannelInboundHandler[Object]
class ChannelInboundHandlerAdapter
trait ChannelInboundHandler
class ChannelHandlerAdapter
trait ChannelHandler
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def channelActive(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler
override def channelInactive(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler
override def channelRead0(ctx: ChannelHandlerContext, message: Object): Unit

Attributes

Definition Classes
SimpleChannelInboundHandler
def clearQueryState: Unit
def disconnect: ChannelFuture
override def exceptionCaught(ctx: ChannelHandlerContext, cause: Throwable): Unit

Attributes

Definition Classes
ChannelInboundHandlerAdapter -> ChannelInboundHandler -> ChannelHandlerAdapter -> ChannelHandler
override def handlerAdded(ctx: ChannelHandlerContext): Unit

Attributes

Definition Classes
ChannelHandlerAdapter -> ChannelHandler
def isConnected: Boolean
def sendPreparedStatement(query: String, values: Seq[Any]): Future[ChannelFuture]
def write(message: QueryMessage): ChannelFuture
def write(message: HandshakeResponseMessage): ChannelFuture
def write(message: AuthenticationSwitchResponse): ChannelFuture
def write(message: QuitMessage): ChannelFuture

Inherited methods

def acceptInboundMessage(x$0: <FromJavaObject>): Boolean

Attributes

Inherited from:
SimpleChannelInboundHandler
def channelRead(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
SimpleChannelInboundHandler
def channelReadComplete(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelRegistered(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelUnregistered(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def channelWritabilityChanged(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter
def handlerRemoved(x$0: ChannelHandlerContext): Unit

Attributes

Inherited from:
ChannelHandlerAdapter
def isSharable(): Boolean

Attributes

Inherited from:
ChannelHandlerAdapter
def userEventTriggered(x$0: ChannelHandlerContext, x$1: <FromJavaObject>): Unit

Attributes

Inherited from:
ChannelInboundHandlerAdapter