Package

higherkindness.mu.rpc.channel

netty

Permalink

package netty

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. netty
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait NettyChannelConfig extends Product with Serializable

    Permalink
  2. class NettyChannelInterpreter extends AnyRef

    Permalink
  3. final case class NettyChannelType(channelType: Class[_ <: Channel]) extends NettyChannelConfig with Product with Serializable

    Permalink
  4. final case class NettyEventLoopGroup(eventLoopGroup: EventLoopGroup) extends NettyChannelConfig with Product with Serializable

    Permalink
  5. final case class NettyFlowControlWindow(flowControlWindow: Int) extends NettyChannelConfig with Product with Serializable

    Permalink
  6. final case class NettyKeepAliveTime(keepAliveTime: Long, timeUnit: TimeUnit) extends NettyChannelConfig with Product with Serializable

    Permalink
  7. final case class NettyKeepAliveTimeout(keepAliveTimeout: Long, timeUnit: TimeUnit) extends NettyChannelConfig with Product with Serializable

    Permalink
  8. final case class NettyKeepAliveWithoutCalls(enable: Boolean) extends NettyChannelConfig with Product with Serializable

    Permalink
  9. final case class NettyMaxHeaderListSize(maxHeaderListSize: Int) extends NettyChannelConfig with Product with Serializable

    Permalink
  10. final case class NettyNegotiationType(type: NegotiationType) extends NettyChannelConfig with Product with Serializable

    Permalink
  11. final case class NettySslContext(sslContext: SslContext) extends NettyChannelConfig with Product with Serializable

    Permalink
  12. final case class NettyUsePlaintext() extends NettyChannelConfig with Product with Serializable

    Permalink
  13. final case class NettyWithOption[T](option: ChannelOption[T], value: T) extends NettyChannelConfig with Product with Serializable

    Permalink

Value Members

  1. object NettyUseTransportSecurity extends NettyChannelConfig with Product with Serializable

    Permalink
  2. def configureNettyChannel(mcb: NettyChannelBuilder): (NettyChannelConfig) ⇒ NettyChannelBuilder

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped