ConnectionClass

lepus.protocol.ConnectionClass
See theConnectionClass companion trait

Attributes

Companion
trait
Source
Classes.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class Blocked(reason: ShortString) extends ConnectionClass, Async, DualMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait DualMethod
trait Async
class Method
class Object
trait Matchable
class Any
Show all
final case class Close(replyCode: ReplyCode, replyText: ReplyText, classId: ClassId, methodId: MethodId) extends ConnectionClass, Sync, DualMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait DualMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Response
trait DualMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all
Self type
CloseOk.type
final case class Open(virtualHost: Path) extends ConnectionClass, Sync, ClientMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ClientMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Response
trait ServerMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all
Self type
OpenOk.type
final case class Secure(challenge: LongString) extends ConnectionClass, Sync, ServerMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ServerMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all
final case class SecureOk(response: LongString) extends ConnectionClass, Sync, ClientMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Response
trait ClientMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all
final case class Start(versionMajor: Byte, versionMinor: Byte, serverProperties: PeerProperties, mechanisms: LongString, locales: LongString) extends ConnectionClass, Sync, ServerMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ServerMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all
final case class StartOk(clientProperties: PeerProperties, mechanism: ShortString, response: LongString, locale: ShortString) extends ConnectionClass, Sync, ClientMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Response
trait ClientMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all
final case class Tune(channelMax: Short, frameMax: Int, heartbeat: Short) extends ConnectionClass, Sync, ServerMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ServerMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all
final case class TuneOk(channelMax: Short, frameMax: Int, heartbeat: Short) extends ConnectionClass, Sync, ClientMethod, Response

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Response
trait ClientMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Request
trait DualMethod
trait Async
class Method
class Object
trait Matchable
class Any
Show all
Self type
Unblocked.type
final case class UpdateSecret(newSecret: LongString, reason: ShortString) extends ConnectionClass, Sync, ServerMethod, Request

Attributes

Source
Classes.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Request
trait ServerMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all

Attributes

Source
Classes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Response
trait ClientMethod
trait Sync
class Method
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala