Acceptor class
Constructors
- Acceptor.new({Serializer? serializer, IServerAuthenticator? authenticator})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getSessionDetails(
) → SessionDetails -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
receive(
Object data) → MapEntry< Object, bool> -
receiveMessage(
Message msg) → Message? -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- anonymous → const String
- cryptosign → const String
- stateChallengeSent → const int
- stateErrored → const int
- stateHelloReceived → const int
- stateNone → const int
- stateWelcomeSent → const int
- ticket → const String
- wampcra → const String