sealed trait HttpData extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Abstract Value Members
-
abstract
def
toByteBuf(config: ByteBufConfig): Task[ByteBuf]
Encodes the HttpData into a ByteBuf.
Encodes the HttpData into a ByteBuf. Takes in ByteBufConfig to have a more fine grained control over the encoding.
-
abstract
def
toByteBufStream(config: ByteBufConfig): ZStream[Any, Throwable, ByteBuf]
Encodes the HttpData into a Stream of ByteBufs.
Encodes the HttpData into a Stream of ByteBufs. Takes in ByteBufConfig to have a more fine grained control over the encoding.
-
abstract
def
toHttp(config: ByteBufConfig): Http[Any, Throwable, Any, ByteBuf]
Encodes the HttpData into a Http of ByeBuf.
Encodes the HttpData into a Http of ByeBuf. This could be more performant in certain cases. Takes in ByteBufConfig to have a more fine grained control over the encoding.
Concrete 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()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isEmpty: Boolean
Returns true if HttpData is empty
-
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
-
final
def
toByteBuf: Task[ByteBuf]
Encodes the HttpData into a ByteBuf.
-
final
def
toByteBufStream: ZStream[Any, Throwable, ByteBuf]
Encodes the HttpData into a Stream of ByteBufs
-
final
def
toHttp: Http[Any, Throwable, Any, ByteBuf]
A bit more efficient version of toByteBuf in certain cases
-
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( ... )