NettyOptionsBuilder

class Object
trait Matchable
class Any

Type members

Classlikes

case class ChooseSocketType(initPipeline: (ChannelPipeline, ChannelHandler) => Unit)
case class ConfigurePipeline(maxContentLength: Int, addLoggingHandler: Boolean)
Value parameters:
addLoggingHandler

Should a LoggingHandler be used.

maxContentLength

The max content length passed to the HttpObjectAggregator handler.

Value members

Concrete methods

Allows choosing the socket type, using the default pipeline.

Allows choosing the socket type, using the default pipeline.

Starts configuring the netty pipeline. By default, there's no max content length limit, and the logging handler isn't added.

Starts configuring the netty pipeline. By default, there's no max content length limit, and the logging handler isn't added.