ViaType

scamper.http.types.ViaType
See theViaType companion trait
object ViaType

Provides factory for ViaType.

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ViaType.type

Members list

Value members

Concrete methods

def apply(protocol: Protocol, by: String, comment: Option[String]): ViaType

Creates via type with supplied values.

Creates via type with supplied values.

Attributes

def parse(via: String): ViaType

Parses formatted via.

Parses formatted via.

Attributes

def parseAll(vias: String): Seq[ViaType]

Parses formatted list of vias.

Parses formatted list of vias.

Attributes