com.microsoft.signalr
This package contains the classes for SignalR Java client.
Cancel |
||
Close |
||
Completion |
||
Http |
A builder for configuring HubConnection instances. |
|
Hub |
A connection used to invoke hub methods on a SignalR Server. |
|
Hub |
A builder for configuring HubConnection instances. |
|
Hub |
An exception thrown when the server fails to invoke a Hub method. |
|
Hub |
A base class for hub messages. |
|
Invocation |
||
Invocation |
||
Ping |
||
Stream |
||
Stream |
||
Stream |
||
Subscription |
Represents the registration of a handler for a client method. |
|
Type |
A utility for getting a Java Type from a literal generic Class. |
|
User |
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. |
Hub |
A protocol abstraction for communicating with SignalR hubs. |
Invocation |
An abstraction for passing around information about method signatures. |
On |
A callback to create and register on a Hub |
Hub |
Indicates the state of the HubConnection. |
|
Hub |
||
Transport |
Used to specify the transport the client will use. |