EncodingPreference

play.api.http.EncodingPreference
See theEncodingPreference companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def ordering(compareByName: (String, String) => Int): Ordering[EncodingPreference]

An ordering for EncodingPreferences with a specific function for comparing names. Useful to allow the server to provide a preference.

An ordering for EncodingPreferences with a specific function for comparing names. Useful to allow the server to provide a preference.

Attributes

Implicits

Implicits

Ordering for encodings, in order of highest priority to lowest priority.

Ordering for encodings, in order of highest priority to lowest priority.

Attributes