NettyOptionsBuilder

sttp.tapir.server.netty.NettyOptionsBuilder$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class ChooseSocketType(initPipeline: (ChannelPipeline, ChannelHandler) => Unit)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class ConfigurePipeline(maxContentLength: Int, addLoggingHandler: Boolean)

Attributes

addLoggingHandler

Should a LoggingHandler be used.

maxContentLength

The max content length passed to the HttpObjectAggregator handler.

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Allows choosing the socket type, using the default pipeline.

Allows choosing the socket type, using the default pipeline.

Attributes

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.

Attributes