HasCompletion

sealed trait HasCompletion extends AsyncSend
Companion
object
trait AsyncSend
trait Send
class Object
trait Matchable
class Any

Value members

Abstract methods

def completion: Option[Packet]
def updateCompletion(completion: Option[Packet]): Message & AsyncSend & HasCompletion

Inherited methods

final def isSynchronous: Boolean
Inherited from
AsyncSend