c
com.github.mauricio.async.db.mysql.codec
LittleEndianByteBufAllocator
Companion object LittleEndianByteBufAllocator
class LittleEndianByteBufAllocator extends ByteBufAllocator
Allocates ByteBuf which have LITTLE_ENDIAN order.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LittleEndianByteBufAllocator
- ByteBufAllocator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LittleEndianByteBufAllocator()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buffer(initialCapacity: Int, maxCapacity: Int): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
buffer(initialCapacity: Int): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
buffer(): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
calculateNewCapacity(minNewCapacity: Int, maxCapacity: Int): Int
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
compositeBuffer(maxNumComponents: Int): CompositeByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
compositeBuffer(): CompositeByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
compositeDirectBuffer(maxNumComponents: Int): CompositeByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
compositeDirectBuffer(): CompositeByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
compositeHeapBuffer(maxNumComponents: Int): CompositeByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
compositeHeapBuffer(): CompositeByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
directBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
directBuffer(initialCapacity: Int): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
directBuffer(): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
heapBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
heapBuffer(initialCapacity: Int): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
heapBuffer(): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
ioBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
ioBuffer(initialCapacity: Int): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
ioBuffer(): ByteBuf
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
def
isDirectBufferPooled(): Boolean
- Definition Classes
- LittleEndianByteBufAllocator → ByteBufAllocator
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
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( ... )