package util
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
sealed
trait
Authentication extends AnyRef
Internal representation of the HTTP endpoint's user authentication.
-
case class
BasicAuthentication(username: String, password: String) extends Authentication with Product with Serializable
Basic HTTP authentication credential (username & "cleartext" password) .
-
case class
HttpEndpoint(protocol: String, host: String, port: Int, path: String, authentication: Option[Authentication]) extends Product with Serializable
Internal representation of an HttpEndpoint.
Value Members
-
object
HttpEndpoint extends Serializable
HttpEndpoint construction factory
- object SparqlQueryStringConverter