zhttp.service
Type members
Classlikes
An immutable and type-safe representation of one or more netty channels. A
represents the type of messages that can be written on the channel.
An immutable and type-safe representation of one or more netty channels. A
represents the type of messages that can be written on the channel.
- Companion:
- object
Immutable and type-safe representation of events that are triggered on a
netty channel. A represents the inbound message type and B represents the
outbound message type that's allowed on the channel.
Immutable and type-safe representation of events that are triggered on a
netty channel. A represents the inbound message type and B represents the
outbound message type that's allowed on the channel.
- Companion:
- object
- Companion:
- object
An executor that evaluates HExits that don't fail or require any side-effects to be performed. The executor returns true if the response is completely written on the channel.
An executor that evaluates HExits that don't fail or require any side-effects to be performed. The executor returns true if the response is completely written on the channel.
Handles all advanced scenarios that are left out by the FastPassWriter. It handles websockets, streaming and other side-effects.
Handles all advanced scenarios that are left out by the FastPassWriter. It handles websockets, streaming and other side-effects.
Provides basic ZIO based utilities for any ZIO based program to execute in a channel's context. It will automatically cancel the execution when the channel closes.
Provides basic ZIO based utilities for any ZIO based program to execute in a channel's context. It will automatically cancel the execution when the channel closes.
- Companion:
- object
Base trait to configure logging. Feel free to edit this file as per your requirements to slice and dice internal logging.
Base trait to configure logging. Feel free to edit this file as per your requirements to slice and dice internal logging.
A generic SocketApp handler that can be used on both - the client and the server.
A generic SocketApp handler that can be used on both - the client and the server.
Types
Value members
Inherited fields
Controls if you want to pipe netty logs into the zhttp logger.
Controls if you want to pipe netty logs into the zhttp logger.
- Inherited from:
- Logging