Uses of Class
play.libs.WS.Scheme
-
Packages that use WS.Scheme Package Description play.libs -
-
Uses of WS.Scheme in play.libs
Fields in play.libs declared as WS.Scheme Modifier and Type Field Description WS.Scheme
WS.WSRequest. scheme
Methods in play.libs that return WS.Scheme Modifier and Type Method Description static WS.Scheme
WS.Scheme. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static WS.Scheme[]
WS.Scheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in play.libs with parameters of type WS.Scheme Modifier and Type Method Description WS.WSRequest
WS.WSRequest. authenticate(java.lang.String username, java.lang.String password, WS.Scheme scheme)
Define client authentication for a server host provided credentials will be used during the request
-