NettyChannelOptions

org.http4s.netty.NettyChannelOptions
See theNettyChannelOptions companion object
sealed abstract class NettyChannelOptions

Ensure we construct our netty channel options in a typeful, immutable way, despite the underlying being disgusting

Attributes

Companion:
object
Source:
NettyChannelOptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def append[O](channelOption: ChannelOption[O], value: O): NettyChannelOptions

Append to the channel options *

Append to the channel options *

Attributes

Source:
NettyChannelOptions.scala
def prepend[O](channelOption: ChannelOption[O], value: O): NettyChannelOptions

Prepend to the channel options *

Prepend to the channel options *

Attributes

Source:
NettyChannelOptions.scala
def remove[O](channelOption: ChannelOption[O]): NettyChannelOptions

Remove a channel option, if present *

Remove a channel option, if present *

Attributes

Source:
NettyChannelOptions.scala