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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ByteBufAllocator

Inherited from AnyRef

Inherited from Any

Ungrouped