ChooseSocketType

sttp.tapir.server.netty.NettyOptionsBuilder$.ChooseSocketType
case class ChooseSocketType(initPipeline: (ChannelPipeline, ChannelHandler) => Unit)

Attributes

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

Members list

Concise view

Value members

Concrete methods

def domainSocket: NettyOptions[DomainSocketAddress]

Use a domain socket. By default uses a temp file, but this can be configured later.

Use a domain socket. By default uses a temp file, but this can be configured later.

Attributes

def tcp: NettyOptions[InetSocketAddress]

Use a TCP socket. The host/port can be specified later.

Use a TCP socket. The host/port can be specified later.

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product