com.microsoft.signalr   
	This package contains the classes for SignalR Java client.
Classes
| CancelInvocationMessage | ||
| CloseMessage | ||
| CompletionMessage | ||
| HttpHubConnectionBuilder | 
				 A builder for configuring HubConnection instances.  | 
|
| HubConnection | 
				 A connection used to invoke hub methods on a SignalR Server.  | 
|
| HubConnectionBuilder | 
				 A builder for configuring HubConnection instances.  | 
|
| HubException | 
				 An exception thrown when the server fails to invoke a Hub method.  | 
|
| HubMessage | 
				 A base class for hub messages.  | 
|
| InvocationBindingFailureMessage | ||
| InvocationMessage | ||
| PingMessage | ||
| StreamBindingFailureMessage | ||
| StreamInvocationMessage | ||
| StreamItem | ||
| Subscription | 
				 Represents the registration of a handler for a client method.  | 
|
| TypeReference<T> | 
				 A utility for getting a Java Type from a literal generic Class.  | 
|
| UserAgentHelper | ||
Interfaces
| Action | 
				 A callback that takes no parameters.  | 
| Action1<T1> | 
				 A callback that takes one parameter.  | 
| Action2<T1,T2> | 
				 A callback that takes two parameters.  | 
| Action3<T1,T2,T3> | 
				 A callback that takes three parameters.  | 
| Action4<T1,T2,T3,T4> | 
				 A callback that takes four parameters.  | 
| Action5<T1,T2,T3,T4,T5> | 
				 A callback that takes five parameters.  | 
| Action6<T1,T2,T3,T4,T5,T6> | 
				 A callback that takes six parameters.  | 
| Action7<T1,T2,T3,T4,T5,T6,T7> | 
				 A callback that takes seven parameters.  | 
| Action8<T1,T2,T3,T4,T5,T6,T7,T8> | 
				 A callback that takes eight parameters.  | 
| HubProtocol | 
				 A protocol abstraction for communicating with SignalR hubs.  | 
| InvocationBinder | 
				 An abstraction for passing around information about method signatures.  | 
| OnClosedCallback | 
				 A callback to create and register on a Hub  | 
Enums
| HubConnectionState | 
				 Indicates the state of the HubConnection.  | 
|
| HubMessageType | ||
| TransportEnum | 
				 Used to specify the transport the client will use.  | 
|