HubProtocol class abstract
A protocol abstraction for communicating with Signalr Hubs.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the protocol. This is used by Signalr to resolve the protocol between the client and server.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transferFormat → TransferFormat
-
The TransferFormat of the protocol.
no setter
- version → int
-
The version of the protocol.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseMessages(
Object input, Logger logger) → List< HubMessage> - Creates an array of HubMessage objects from the specified serialized representation.
-
toString(
) → String -
A string representation of this object.
inherited
-
writeMessage(
HubMessage message) → Object - Writes the specified {@link @microsoft/signalr.HubMessage} to a string or ArrayBuffer and returns it.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited