Class/Object

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

LittleEndianByteBufAllocator

Related Docs: object LittleEndianByteBufAllocator | package codec

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LittleEndianByteBufAllocator()

    Permalink

Value Members

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ByteBufAllocator

Inherited from AnyRef

Inherited from Any

Ungrouped