com.github.mauricio.async.db.mysql.codec

LittleEndianByteBufAllocator

class LittleEndianByteBufAllocator extends ByteBufAllocator

Allocates ByteBuf which have LITTLE_ENDIAN order.

Linear Supertypes
ByteBufAllocator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LittleEndianByteBufAllocator
  2. ByteBufAllocator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LittleEndianByteBufAllocator()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def buffer(initialCapacity: Int, maxCapacity: Int): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  8. def buffer(initialCapacity: Int): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  9. def buffer(): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def compositeBuffer(maxNumComponents: Int): CompositeByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  12. def compositeBuffer(): CompositeByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  13. def compositeDirectBuffer(maxNumComponents: Int): CompositeByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  14. def compositeDirectBuffer(): CompositeByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  15. def compositeHeapBuffer(maxNumComponents: Int): CompositeByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  16. def compositeHeapBuffer(): CompositeByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  17. def directBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  18. def directBuffer(initialCapacity: Int): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  19. def directBuffer(): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. def heapBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  26. def heapBuffer(initialCapacity: Int): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  27. def heapBuffer(): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  28. def ioBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  29. def ioBuffer(initialCapacity: Int): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  30. def ioBuffer(): ByteBuf

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  31. def isDirectBufferPooled(): Boolean

    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  32. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ByteBufAllocator

Inherited from AnyRef

Inherited from Any

Ungrouped