object CloseCodes

WebSocket close codes

Source
CloseCodes.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloseCodes
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val ClientRejectsExtension: Int
  2. val ConnectionAbort: Int
  3. val GoingAway: Int
  4. val InconsistentData: Int
  5. val NoStatus: Int
  6. val PolicyViolated: Int
  7. val ProtocolError: Int
  8. val Regular: Int
  9. val TLSHandshakeFailure: Int
  10. val TooBig: Int
  11. val Unacceptable: Int
  12. val UnexpectedCondition: Int