db-async-common
db-async-common
API
com.github.mauricio.async.db
Configuration
Configuration
Connection
KindedMessage
QueryResult
ResultSet
ResultSet
RowData
SSLConfiguration
com.github.mauricio.async.db.column
BigDecimalEncoderDecoder
BigIntegerEncoderDecoder
ByteDecoder
ColumnDecoder
ColumnDecoderRegistry
ColumnEncoder
ColumnEncoderDecoder
ColumnEncoderRegistry
DateEncoderDecoder
DoubleEncoderDecoder
FloatEncoderDecoder
InetAddressEncoderDecoder
IntegerEncoderDecoder
LocalDateTimeEncoderDecoder
LongEncoderDecoder
SQLTimeEncoder
ShortEncoderDecoder
StringEncoderDecoder
TimeEncoderDecoder
TimeEncoderDecoder
TimeWithTimezoneEncoderDecoder
TimestampEncoderDecoder
TimestampEncoderDecoder
TimestampWithTimezoneEncoderDecoder
UUIDEncoderDecoder
com.github.mauricio.async.db.exceptions
BufferNotFullyConsumedException
CanceledChannelFutureException
ConnectionNotConnectedException
ConnectionStillRunningQueryException
ConnectionTimeoutedException
DatabaseException
DateEncoderNotAvailableException
EncoderNotAvailableException
InsufficientParametersException
NegativeMessageSizeException
ParserNotAvailableException
UnableToParseURLException
UnknownLengthException
UnsupportedAuthenticationMethodException
com.github.mauricio.async.db.general
ArrayRowData
ColumnData
com.github.mauricio.async.db.pool
AsyncObjectPool
ConnectionPool
ObjectFactory
PartitionedAsyncObjectPool
PartitionedConnectionPool
PoolAlreadyTerminatedException
PoolConfiguration
PoolConfiguration
PoolExhaustedException
SingleThreadedAsyncObjectPool
SingleThreadedAsyncObjectPool
TimeoutScheduler
com.github.mauricio.async.db.util
AbstractURIParser
AbstractURIParser
ByteBufferUtils
ChannelFutureTransformer
ChannelWrapper
ChannelWrapper
DaemonThreadsFactory
ExecutorServiceUtils
FutureUtils
HexCodec
Log
NettyUtils
PrintUtils
Version
Version
Worker
Worker
db-async-common
/
com.github.mauricio.async.db.util
/
ChannelWrapper
ChannelWrapper
com.github.mauricio.async.db.util.ChannelWrapper
See the
ChannelWrapper
companion object
final
class
ChannelWrapper
(
val
buffer
:
ByteBuf
)
extends
AnyVal
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
AnyVal
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Concrete methods
def
mysqlReadInt
():
Int
def
readBinaryLength
:
Long
def
readCString
(
charset
:
Charset
):
String
def
readFixedString
(
length
:
Int
,
charset
:
Charset
):
String
def
readLengthEncodedString
(
charset
:
Charset
):
String
def
readLongInt
:
Int
def
readUntilEOF
(
charset
:
Charset
):
String
def
writeLenghtEncodedString
(
value
:
String
,
charset
:
Charset
):
Unit
def
writeLength
(
length
:
Long
):
Unit
def
writeLongInt
(
i
:
Int
):
Unit
def
writePacketLength
(
sequence
:
Int
):
Unit
Concrete fields
val
buffer
:
ByteBuf