object HttpData
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
case class
ByteBufConfig(chunkSize: Int = 1024 * 4) extends Product with Serializable
Provides a more fine grained control while encoding HttpData into ByteBUfs
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
empty: HttpData
Helper to create empty HttpData
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fromAsciiString(asciiString: AsciiString): HttpData
Helper to create HttpData from AsciiString
-
def
fromByteBuf(byteBuf: ByteBuf): HttpData
Helper to create HttpData from ByteBuf
-
def
fromCharSequence(charSequence: CharSequence, charset: Charset = HTTP_CHARSET): HttpData
Helper to create HttpData from CharSequence
-
def
fromChunk(data: Chunk[Byte]): HttpData
Helper to create HttpData from chunk of bytes
-
def
fromFile(file: ⇒ File): HttpData
Helper to create HttpData from contents of a file
-
def
fromStream(stream: ZStream[Any, Throwable, Byte]): HttpData
Helper to create HttpData from Stream of bytes
-
def
fromStream(stream: ZStream[Any, Throwable, CharSequence], charset: Charset = HTTP_CHARSET): HttpData
Helper to create HttpData from Stream of string
-
def
fromString(text: String, charset: Charset = HTTP_CHARSET): HttpData
Helper to create HttpData from String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object ByteBufConfig extends Serializable