final case class Hello(token: ByteString = ..., sharding: Option[Sharding] = None, supportedProtocols: Seq[VersionedProtocol] = _root_.scala.collection.Seq.empty, id: Option[Identification] = None) extends GeneratedMessage with Message[Hello] with Updatable[Hello] with Product with Serializable
To be sent on connection with the server socket.
- token
To be handled by the server instance. The client should have no idea about the ingredients or creation of this field.
- sharding
If this is some sort of automated application that needs connections to be split over multiple instances (due to large amount of bowls or users) it should specify what shard should be allocated to this instance. User clients should leave both fields in this object as 0 unless wanting to funnel multiple sockets through multiple proxies.
- supportedProtocols
The protocols or extensions the client supports.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- Hello
- Product
- Equals
- Updatable
- Message
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Hello(token: ByteString = ..., sharding: Option[Sharding] = None, supportedProtocols: Seq[VersionedProtocol] = _root_.scala.collection.Seq.empty, id: Option[Identification] = None)
- token
To be handled by the server instance. The client should have no idea about the ingredients or creation of this field.
- sharding
If this is some sort of automated application that needs connections to be split over multiple instances (due to large amount of bowls or users) it should specify what shard should be allocated to this instance. User clients should leave both fields in this object as 0 unless wanting to funnel multiple sockets through multiple proxies.
- supportedProtocols
The protocols or extensions the client supports.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllSupportedProtocols(__vs: TraversableOnce[VersionedProtocol]): Hello
- def addSupportedProtocols(__vs: VersionedProtocol*): Hello
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearId: Hello
- def clearSharding: Hello
- def clearSupportedProtocols: Hello
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
companion: Hello.type
- Definition Classes
- Hello → GeneratedMessage
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- Hello → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- Hello → GeneratedMessage
- def getId: Identification
- def getSharding: Sharding
- val id: Option[Identification]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeFrom(_input__: CodedInputStream): Hello
- Definition Classes
- Hello → Message
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
serializedSize: Int
- Definition Classes
- Hello → GeneratedMessage
- val sharding: Option[Sharding]
- val supportedProtocols: Seq[VersionedProtocol]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- Hello → GeneratedMessage
- val token: ByteString
-
def
update(ms: (Lens[Hello, Hello]) ⇒ Mutation[Hello]*): Hello
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withId(__v: Identification): Hello
- def withSharding(__v: Sharding): Hello
- def withSupportedProtocols(__v: Seq[VersionedProtocol]): Hello
- def withToken(__v: ByteString): Hello
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- Hello → GeneratedMessage
-
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
getAllFields: Map[FieldDescriptor, Any]
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use toPMessage
-
def
getField(field: FieldDescriptor): Any
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue