org.http4s.netty

Members list

Concise view

Type members

Classlikes

final implicit class NettyChannelFutureSyntax[F[_]](fcf: F[ChannelFuture]) extends AnyVal

Attributes

Source:
package.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any
sealed abstract class NettyChannelOptions

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

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

Attributes

Companion:
class
Source:
NettyChannelOptions.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final implicit class NettyFutureSyntax[F[_], A <: Future[_]](ff: F[A]) extends AnyVal

Attributes

Source:
package.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Attributes

Source:
NettyModelConversion.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed trait NettyTransport extends Product with Serializable

Attributes

Companion:
object
Source:
NettyTransport.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Known subtypes
object Native.type
object Nio.type

Attributes

Companion:
trait
Source:
NettyTransport.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def void[A](a: A): Unit

Attributes

Source:
package.scala

Implicits

Implicits

final implicit def NettyChannelFutureSyntax[F[_]](fcf: F[ChannelFuture]): NettyChannelFutureSyntax[F]

Attributes

Source:
package.scala
final implicit def NettyFutureSyntax[F[_], A <: Future[_]](ff: F[A]): NettyFutureSyntax[F, A]

Attributes

Source:
package.scala