Interface | Description |
---|---|
Action<E> |
Represents a generic executable action
|
ConnectionBase | |
Credentials |
Interface for credentials to be sent in a request
|
ErrorCallback | |
Logger |
Interface to define a Logger
|
MessageReceivedHandler |
Interface to define a handler for a "Message received" event
|
PlatformComponent | |
StateChangedCallback |
Callback invoked when a connection changes its state
|
Class | Description |
---|---|
CalendarSerializer | |
Connection |
Represents a basic SingalR connection
|
Constants |
Constants used through the framework
|
DateSerializer |
Date Serializer/Deserializer to make .NET and Java dates compatible
|
FutureHelper |
Helper for Future operations
|
HeartbeatMonitor |
Heartbeat Monitor to detect slow or timed out connections
|
MessageResult | |
NullLogger |
Null logger implementation
|
Platform |
Platform specific classes and operations
|
SignalRFuture<V> |
Represents long running SignalR operations
|
SimpleEntry<K,V> |
Simple Entry
|
UpdateableCancellableFuture<V> |
An updateable SignalRFuture that, when cancelled, triggers cancellation on an
internal instance
|
Version |
Represents a Version of a Product or Library
|
Enum | Description |
---|---|
ConnectionState |
Represents the state of a connection
|
LogLevel |
Represents a logging level
|
Exception | Description |
---|---|
InvalidProtocolVersionException |
Exception to indicate that the protocol version is different than expected
|
InvalidStateException |
Exception to indicate that an operation is not allowed with the connection in
a specific state
|