org.jboss.netty.handler.codec.http

MixedAttribute

class MixedAttribute extends Attribute

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MixedAttribute
  2. Attribute
  3. HttpData
  4. InterfaceHttpData
  5. Comparable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MixedAttribute(name: String, value: String, limitSize: Long)

  2. new MixedAttribute(name: String, limitSize: Long)

Type Members

  1. type HttpDataType = InterfaceHttpData.HttpDataType

    Attributes
    protected
    Definition Classes
    InterfaceHttpData

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. def addContent(buffer: ChannelBuffer, last: Boolean): Unit

    Definition Classes
    MixedAttributeHttpData
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compareTo(o: InterfaceHttpData): Int

    Definition Classes
    MixedAttribute → Comparable
  8. def delete(): Unit

    Definition Classes
    MixedAttributeHttpData
  9. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def get(): Array[Byte]

    Definition Classes
    MixedAttributeHttpData
  13. def getChannelBuffer(): ChannelBuffer

    Definition Classes
    MixedAttributeHttpData
  14. def getCharset(): Charset

    Definition Classes
    MixedAttributeHttpData
  15. def getChunk(length: Int): ChannelBuffer

    Definition Classes
    MixedAttributeHttpData
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getFile(): File

    Definition Classes
    MixedAttributeHttpData
  18. def getHttpDataType(): HttpDataType

    Definition Classes
    MixedAttributeInterfaceHttpData
  19. def getName(): String

    Definition Classes
    MixedAttributeInterfaceHttpData
  20. def getString(encoding: Charset): String

    Definition Classes
    MixedAttributeHttpData
  21. def getString(): String

    Definition Classes
    MixedAttributeHttpData
  22. def getValue(): String

    Definition Classes
    MixedAttributeAttribute
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def isCompleted(): Boolean

    Definition Classes
    MixedAttributeHttpData
  25. def isInMemory(): Boolean

    Definition Classes
    MixedAttributeHttpData
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def length(): Long

    Definition Classes
    MixedAttributeHttpData
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  31. def renameTo(dest: File): Boolean

    Definition Classes
    MixedAttributeHttpData
  32. def setCharset(charset: Charset): Unit

    Definition Classes
    MixedAttributeHttpData
  33. def setContent(inputStream: InputStream): Unit

    Definition Classes
    MixedAttributeHttpData
  34. def setContent(file: File): Unit

    Definition Classes
    MixedAttributeHttpData
  35. def setContent(buffer: ChannelBuffer): Unit

    Definition Classes
    MixedAttributeHttpData
  36. def setValue(value: String): Unit

    Definition Classes
    MixedAttributeAttribute
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Attribute

Inherited from HttpData

Inherited from InterfaceHttpData

Inherited from Comparable[InterfaceHttpData]

Inherited from AnyRef

Inherited from Any

Ungrouped