ConnectionTracker

mill.server.Server.ConnectionTracker
case class ConnectionTracker(serverLog: String => Unit, acceptTimeoutMillisOpt: Option[Long], serverSocket: ServerSocket)

Attributes

Source
Server.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def closeIfTimedOut(): Unit

Attributes

Source
Server.scala
def decrement(): Unit

Attributes

Source
Server.scala
def increment(): Unit

Attributes

Source
Server.scala
def wrap(block: => Unit): Unit

Attributes

Source
Server.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product