Uri

com.github.andyglow.websocket.util.Uri
See theUri companion object
case class Uri(secure: Boolean, host: String, port: Int, path: Option[String], query: Map[String, String])

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def toURI: URI

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val scheme: String