lepus.protocol.ConnectionClass
See theConnectionClass companion trait
object ConnectionClass
Attributes
- Companion
- trait
- Source
- Classes.scala
- Graph
-
- Supertypes
- Self type
-
ConnectionClass.type
Members list
Type members
Classlikes
final case class Blocked(reason: ShortString) extends ConnectionClass, Async, DualMethod, Request
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Requesttrait DualMethodtrait Asynctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Requesttrait DualMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
case object CloseOk extends ConnectionClass, Sync, DualMethod, Response
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Responsetrait DualMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
- Self type
-
CloseOk.type
final case class Open(virtualHost: Path) extends ConnectionClass, Sync, ClientMethod, Request
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Requesttrait ClientMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
case object OpenOk extends ConnectionClass, Sync, ServerMethod, Response
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Responsetrait ServerMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
- Self type
-
OpenOk.type
final case class Secure(challenge: LongString) extends ConnectionClass, Sync, ServerMethod, Request
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Requesttrait ServerMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
final case class SecureOk(response: LongString) extends ConnectionClass, Sync, ClientMethod, Response
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Responsetrait ClientMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalstrait Requesttrait ServerMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
final case class StartOk(clientProperties: PeerProperties, mechanism: ShortString, response: LongString, locale: ShortString) extends ConnectionClass, Sync, ClientMethod, Response
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Responsetrait ClientMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
final case class Tune(channelMax: Short, frameMax: Int, heartbeat: Short) extends ConnectionClass, Sync, ServerMethod, Request
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Requesttrait ServerMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
final case class TuneOk(channelMax: Short, frameMax: Int, heartbeat: Short) extends ConnectionClass, Sync, ClientMethod, Response
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Responsetrait ClientMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
case object Unblocked extends ConnectionClass, Async, DualMethod, Request
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Requesttrait DualMethodtrait Asynctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
- Self type
-
Unblocked.type
final case class UpdateSecret(newSecret: LongString, reason: ShortString) extends ConnectionClass, Sync, ServerMethod, Request
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Requesttrait ServerMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
case object UpdateSecretOk extends ConnectionClass, Sync, ClientMethod, Response
Attributes
- Source
- Classes.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait Responsetrait ClientMethodtrait Synctrait ConnectionClassclass Methodclass Objecttrait Matchableclass AnyShow all
- Self type
-
UpdateSecretOk.type
Inherited types
The names of the product elements
The name of the type
In this article