io
.
fintrospect
configuration
package
configuration
Visibility
Public
All
Type Members
case class
Authority
(
host:
Host
,
port:
Port
)
extends
Product
with
Serializable
case class
Credentials
(
username:
String
,
password:
String
)
extends
Product
with
Serializable
Simple username/password used for Basic Authentication
final
case class
Host
(
value:
String
)
extends
AnyVal
with
Product
with
Serializable
final
case class
Port
(
value:
Int
)
extends
AnyVal
with
Product
with
Serializable
Value Members
object
Authority
extends
Serializable
object
Host
extends
Serializable
object
Port
extends
Serializable
Ungrouped