A B C D G H I L O R S T U V W 
All Classes All Packages

A

Action - Interface in com.microsoft.signalr
A callback that takes no parameters.
Action1<T1> - Interface in com.microsoft.signalr
A callback that takes one parameter.
Action2<T1,​T2> - Interface in com.microsoft.signalr
A callback that takes two parameters.
Action3<T1,​T2,​T3> - Interface in com.microsoft.signalr
A callback that takes three parameters.
Action4<T1,​T2,​T3,​T4> - Interface in com.microsoft.signalr
A callback that takes four parameters.
Action5<T1,​T2,​T3,​T4,​T5> - Interface in com.microsoft.signalr
A callback that takes five parameters.
Action6<T1,​T2,​T3,​T4,​T5,​T6> - Interface in com.microsoft.signalr
A callback that takes six parameters.
Action7<T1,​T2,​T3,​T4,​T5,​T6,​T7> - Interface in com.microsoft.signalr
A callback that takes seven parameters.
Action8<T1,​T2,​T3,​T4,​T5,​T6,​T7,​T8> - Interface in com.microsoft.signalr
A callback that takes eight parameters.
ALL - com.microsoft.signalr.TransportEnum
 

B

build() - Method in class com.microsoft.signalr.HttpHubConnectionBuilder
Builds a new instance of HubConnection.
build() - Method in class com.microsoft.signalr.HubConnectionBuilder
Builds a new instance of HubConnection.

C

com.microsoft.signalr - package com.microsoft.signalr
This package contains the classes for SignalR Java client.
CONNECTED - com.microsoft.signalr.HubConnectionState
 
create(String) - Static method in class com.microsoft.signalr.HubConnectionBuilder
Creates a new instance of HttpHubConnectionBuilder.

D

DISCONNECTED - com.microsoft.signalr.HubConnectionState
 

G

getConnectionId() - Method in class com.microsoft.signalr.HubConnection
Gets the connections connectionId.
getConnectionState() - Method in class com.microsoft.signalr.HubConnection
Indicates the state of the HubConnection to the server.
getKeepAliveInterval() - Method in class com.microsoft.signalr.HubConnection
Gets the keep alive interval.
getServerTimeout() - Method in class com.microsoft.signalr.HubConnection
Gets the server timeout duration.

H

HttpHubConnectionBuilder - Class in com.microsoft.signalr
A builder for configuring HubConnection instances.
HubConnection - Class in com.microsoft.signalr
A connection used to invoke hub methods on a SignalR Server.
HubConnectionBuilder - Class in com.microsoft.signalr
A builder for configuring HubConnection instances.
HubConnectionBuilder() - Constructor for class com.microsoft.signalr.HubConnectionBuilder
 
HubConnectionState - Enum in com.microsoft.signalr
Indicates the state of the HubConnection.
HubException - Exception in com.microsoft.signalr
An exception thrown when the server fails to invoke a Hub method.
HubException() - Constructor for exception com.microsoft.signalr.HubException
Initializes a new instance of the HubException class.
HubException(String) - Constructor for exception com.microsoft.signalr.HubException
Initializes a new instance of the HubException class with a specified error message.
HubException(String, Exception) - Constructor for exception com.microsoft.signalr.HubException
Initializes a new instance of the HubException class with a specified error message and a reference to the exception that is the cause of this exception.

I

invoke() - Method in interface com.microsoft.signalr.Action
 
invoke(Class<T>, String, Object...) - Method in class com.microsoft.signalr.HubConnection
Invokes a hub method on the server using the specified method name and arguments.
invoke(Exception) - Method in interface com.microsoft.signalr.OnClosedCallback
 
invoke(String, Object...) - Method in class com.microsoft.signalr.HubConnection
Invokes a hub method on the server using the specified method name and arguments.
invoke(T1) - Method in interface com.microsoft.signalr.Action1
 
invoke(T1, T2) - Method in interface com.microsoft.signalr.Action2
 
invoke(T1, T2, T3) - Method in interface com.microsoft.signalr.Action3
 
invoke(T1, T2, T3, T4) - Method in interface com.microsoft.signalr.Action4
 
invoke(T1, T2, T3, T4, T5) - Method in interface com.microsoft.signalr.Action5
 
invoke(T1, T2, T3, T4, T5, T6) - Method in interface com.microsoft.signalr.Action6
 
invoke(T1, T2, T3, T4, T5, T6, T7) - Method in interface com.microsoft.signalr.Action7
 
invoke(T1, T2, T3, T4, T5, T6, T7, T8) - Method in interface com.microsoft.signalr.Action8
 

L

LONG_POLLING - com.microsoft.signalr.TransportEnum
 

O

on(String, Action) - Method in class com.microsoft.signalr.HubConnection
Registers a handler that will be invoked when the hub method with the specified method name is invoked.
on(String, Action1<T1>, Class<T1>) - Method in class com.microsoft.signalr.HubConnection
Registers a handler that will be invoked when the hub method with the specified method name is invoked.
on(String, Action2<T1, T2>, Class<T1>, Class<T2>) - Method in class com.microsoft.signalr.HubConnection
Registers a handler that will be invoked when the hub method with the specified method name is invoked.
on(String, Action3<T1, T2, T3>, Class<T1>, Class<T2>, Class<T3>) - Method in class com.microsoft.signalr.HubConnection
Registers a handler that will be invoked when the hub method with the specified method name is invoked.
on(String, Action4<T1, T2, T3, T4>, Class<T1>, Class<T2>, Class<T3>, Class<T4>) - Method in class com.microsoft.signalr.HubConnection
Registers a handler that will be invoked when the hub method with the specified method name is invoked.
on(String, Action5<T1, T2, T3, T4, T5>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>) - Method in class com.microsoft.signalr.HubConnection
Registers a handler that will be invoked when the hub method with the specified method name is invoked.
on(String, Action6<T1, T2, T3, T4, T5, T6>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>) - Method in class com.microsoft.signalr.HubConnection
Registers a handler that will be invoked when the hub method with the specified method name is invoked.
on(String, Action7<T1, T2, T3, T4, T5, T6, T7>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>) - Method in class com.microsoft.signalr.HubConnection
Registers a handler that will be invoked when the hub method with the specified method name is invoked.
on(String, Action8<T1, T2, T3, T4, T5, T6, T7, T8>, Class<T1>, Class<T2>, Class<T3>, Class<T4>, Class<T5>, Class<T6>, Class<T7>, Class<T8>) - Method in class com.microsoft.signalr.HubConnection
Registers a handler that will be invoked when the hub method with the specified method name is invoked.
onClosed(OnClosedCallback) - Method in class com.microsoft.signalr.HubConnection
Registers a callback to run when the connection is closed.
OnClosedCallback - Interface in com.microsoft.signalr
A callback to create and register on a HubConnections OnClosed method.

R

remove(String) - Method in class com.microsoft.signalr.HubConnection
Removes all handlers associated with the method with the specified method name.

S

send(String, Object...) - Method in class com.microsoft.signalr.HubConnection
Invokes a hub method on the server using the specified method name.
setBaseUrl(String) - Method in class com.microsoft.signalr.HubConnection
Sets a new url for the HubConnection.
setKeepAliveInterval(long) - Method in class com.microsoft.signalr.HubConnection
Sets the keep alive interval duration.
setServerTimeout(long) - Method in class com.microsoft.signalr.HubConnection
Sets the server timeout interval for the connection.
shouldSkipNegotiate(boolean) - Method in class com.microsoft.signalr.HttpHubConnectionBuilder
Indicates to the HubConnection that it should skip the negotiate process.
start() - Method in class com.microsoft.signalr.HubConnection
Starts a connection to the server.
stop() - Method in class com.microsoft.signalr.HubConnection
Stops a connection to the server.
stream(Class<T>, String, Object...) - Method in class com.microsoft.signalr.HubConnection
Invokes a streaming hub method on the server using the specified name and arguments.
Subscription - Class in com.microsoft.signalr
Represents the registration of a handler for a client method.

T

TransportEnum - Enum in com.microsoft.signalr
Used to specify the transport the client will use.

U

unsubscribe() - Method in class com.microsoft.signalr.Subscription
Removes the client method handler represented by this subscription.

V

valueOf(String) - Static method in enum com.microsoft.signalr.HubConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.signalr.TransportEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.signalr.HubConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.signalr.TransportEnum
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEBSOCKETS - com.microsoft.signalr.TransportEnum
 
withAccessTokenProvider(Single<String>) - Method in class com.microsoft.signalr.HttpHubConnectionBuilder
Sets the access token provider for the HubConnection.
withHandshakeResponseTimeout(long) - Method in class com.microsoft.signalr.HttpHubConnectionBuilder
Sets the duration the HubConnection should wait for a Handshake Response from the server.
withHeader(String, String) - Method in class com.microsoft.signalr.HttpHubConnectionBuilder
Sets a single header for the HubConnection to send.
withHeaders(Map<String, String>) - Method in class com.microsoft.signalr.HttpHubConnectionBuilder
Sets a collection of Headers for the HubConnection to send with every Http request.
withTransport(TransportEnum) - Method in class com.microsoft.signalr.HttpHubConnectionBuilder
Sets the transport type to indicate which transport to be used by the HubConnection.
A B C D G H I L O R S T U V W 
All Classes All Packages