- CalendarSerializer - Class in microsoft.aspnet.signalr.client
-
- CalendarSerializer() - Constructor for class microsoft.aspnet.signalr.client.CalendarSerializer
-
- cancel() - Method in class microsoft.aspnet.signalr.client.SignalRFuture
-
Cancels the operation
- cancel(boolean) - Method in class microsoft.aspnet.signalr.client.SignalRFuture
-
- cancel() - Method in class microsoft.aspnet.signalr.client.UpdateableCancellableFuture
-
- closed(Runnable) - Method in class microsoft.aspnet.signalr.client.Connection
-
- closed(Runnable) - Method in interface microsoft.aspnet.signalr.client.ConnectionBase
-
Sets the handler for the "Closed" event
- connected(Runnable) - Method in class microsoft.aspnet.signalr.client.Connection
-
- connected(Runnable) - Method in interface microsoft.aspnet.signalr.client.ConnectionBase
-
Sets the handler for the "Connected" event
- Connection - Class in microsoft.aspnet.signalr.client
-
Represents a basic SingalR connection
- Connection(String) - Constructor for class microsoft.aspnet.signalr.client.Connection
-
Initializes the connection with an URL
- Connection(String, String) - Constructor for class microsoft.aspnet.signalr.client.Connection
-
Initializes the connection with an URL and a query string
- Connection(String, Logger) - Constructor for class microsoft.aspnet.signalr.client.Connection
-
Initializes the connection with an URL and a logger
- Connection(String, String, Logger) - Constructor for class microsoft.aspnet.signalr.client.Connection
-
Initializes the connection with an URL, a query string and a Logger
- ConnectionBase - Interface in microsoft.aspnet.signalr.client
-
- connectionSlow(Runnable) - Method in class microsoft.aspnet.signalr.client.Connection
-
- connectionSlow(Runnable) - Method in interface microsoft.aspnet.signalr.client.ConnectionBase
-
Sets the handler for the "ConnectionSlow" event
- ConnectionState - Enum in microsoft.aspnet.signalr.client
-
Represents the state of a connection
- Constants - Class in microsoft.aspnet.signalr.client
-
Constants used through the framework
- Constants() - Constructor for class microsoft.aspnet.signalr.client.Constants
-
- copyHandlers(SignalRFuture<?>, SignalRFuture<?>) - Static method in class microsoft.aspnet.signalr.client.FutureHelper
-
Copy the Cancellation and Error handlers between two SignalRFuture
instances
- copyHandlers(HttpConnectionFuture, SignalRFuture<?>) - Static method in class microsoft.aspnet.signalr.client.FutureHelper
-
Copy the Cancellation and Error handlers between two SignalRFuture
instances, where the source is an HttpConnectionFuture
- createDefaultHttpConnection(Logger) - Static method in class microsoft.aspnet.signalr.client.Platform
-
- createHttpConnection(Logger) - Static method in class microsoft.aspnet.signalr.client.Platform
-
Creates an adequate HttpConnection for the current platform
- createHttpConnection(Logger) - Method in interface microsoft.aspnet.signalr.client.PlatformComponent
-
Returns a platform-specific HttpConnection
- Credentials - Interface in microsoft.aspnet.signalr.client
-
Interface for credentials to be sent in a request