object FriendsResponse extends Marshallable[FriendsResponse] with Serializable
- Source
- FriendsResponse.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FriendsResponse
- Serializable
- Marshallable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 apply(action: types.MemberAction.Value, friend: Friend): FriendsResponse
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val codec: Codec[FriendsResponse]
- Definition Classes
- FriendsResponse → Marshallable
- def decode(a: BitVector): Attempt[DecodeResult[FriendsResponse]]
- Definition Classes
- Marshallable
- def encode(a: FriendsResponse): Attempt[BitVector]
- Definition Classes
- Marshallable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def packetSequence(action: types.MemberAction.Value, friends: List[Friend]): List[FriendsResponse]
Take a list of members and construct appropriate packets by which they can be dispatched to the client.
Take a list of members and construct appropriate packets by which they can be dispatched to the client. Attention needs to be paid to the number of entries in a single packet, and where the produced packets begin and end.
- action
the purpose of the entry(s) in this packet
- friends
a list of
Friend
s- returns
a list of
FriendResponse
packets
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()