ChooseSocketType

case class ChooseSocketType(initPipeline: (ChannelPipeline, ChannelHandler) => Unit)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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.

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.

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product