Package

io.rdbc.pgsql.transport

netty

Permalink

package netty

Linear Supertypes
AnyRef, Any
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. case class ChannelOptionValue[T](option: ChannelOption[T], value: T) extends Product with Serializable

    Permalink
  2. class EpollChannelFactory extends ChannelFactory[EpollSocketChannel]

    Permalink
  3. case class NettyPgConnFactoryConfig(address: InetSocketAddress, dbRole: String, dbName: String, authenticator: Authenticator, maxBatchSize: Long, stmtCacheConfig: StmtCacheConfig, typeConvertersProviders: ImmutSeq[TypeConvertersProvider], pgTypesProviders: ImmutSeq[PgTypesProvider], msgDecoderFactory: DecoderFactory, msgEncoderFactory: EncoderFactory, writeTimeout: FiniteDuration, channelFactory: ChannelFactory[_ <: Channel], eventLoopGroup: EventLoopGroup, channelOptions: ImmutSeq[ChannelOptionValue[_]], actorSystemConfig: Config, actorMaterializerSettings: ActorMaterializerSettings, lockFactory: LockFactory, ec: ExecutionContext) extends Product with Serializable

    Permalink
  4. class NettyPgConnectionFactory extends ConnectionFactoryPartialImpl with Logging

    Permalink
  5. class NioChannelFactory extends ChannelFactory[NioSocketChannel]

    Permalink

Value Members

  1. object BuildInfo extends Product with Serializable

    Permalink

    This object was generated by sbt-buildinfo.

  2. object NettyPgConnFactoryConfig extends Serializable

    Permalink
  3. object NettyPgConnectionFactory extends Logging

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped