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()

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 calculateNewCapacity(minNewCapacity: Int, maxCapacity: Int): Int
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compositeBuffer(maxNumComponents: Int): CompositeByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  11. def compositeBuffer(): CompositeByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  12. def compositeDirectBuffer(maxNumComponents: Int): CompositeByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  13. def compositeDirectBuffer(): CompositeByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  14. def compositeHeapBuffer(maxNumComponents: Int): CompositeByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  15. def compositeHeapBuffer(): CompositeByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  16. def directBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  17. def directBuffer(initialCapacity: Int): ByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  18. def directBuffer(): ByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  24. def heapBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  25. def heapBuffer(initialCapacity: Int): ByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  26. def heapBuffer(): ByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  27. def ioBuffer(initialCapacity: Int, maxCapacity: Int): ByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  28. def ioBuffer(initialCapacity: Int): ByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  29. def ioBuffer(): ByteBuf
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  30. def isDirectBufferPooled(): Boolean
    Definition Classes
    LittleEndianByteBufAllocator → ByteBufAllocator
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ByteBufAllocator

Inherited from AnyRef

Inherited from Any

Ungrouped