A B C D G H I L O P 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

CANCEL_INVOCATION - com.microsoft.signalr.HubMessageType
 
CancelInvocationMessage - Class in com.microsoft.signalr
 
CancelInvocationMessage(Map<String, String>, String) - Constructor for class com.microsoft.signalr.CancelInvocationMessage
 
close() - Method in class com.microsoft.signalr.HubConnection
 
CLOSE - com.microsoft.signalr.HubMessageType
 
CloseMessage - Class in com.microsoft.signalr
 
CloseMessage() - Constructor for class com.microsoft.signalr.CloseMessage
 
CloseMessage(boolean) - Constructor for class com.microsoft.signalr.CloseMessage
 
CloseMessage(String) - Constructor for class com.microsoft.signalr.CloseMessage
 
CloseMessage(String, boolean) - Constructor for class com.microsoft.signalr.CloseMessage
 
com.microsoft.signalr - package com.microsoft.signalr
This package contains the classes for SignalR Java client.
COMPLETION - com.microsoft.signalr.HubMessageType
 
CompletionMessage - Class in com.microsoft.signalr
 
CompletionMessage(Map<String, String>, String, Object, String) - Constructor for class com.microsoft.signalr.CompletionMessage
 
CONNECTED - com.microsoft.signalr.HubConnectionState
 
CONNECTING - com.microsoft.signalr.HubConnectionState
 
constructUserAgentString(String, String, String, String, String) - Static method in class com.microsoft.signalr.UserAgentHelper
 
create(String) - Static method in class com.microsoft.signalr.HubConnectionBuilder
Creates a new instance of HttpHubConnectionBuilder.
createUserAgentString() - Static method in class com.microsoft.signalr.UserAgentHelper
 

D

DISCONNECTED - com.microsoft.signalr.HubConnectionState
 

G

getAllowReconnect() - Method in class com.microsoft.signalr.CloseMessage
 
getArguments() - Method in class com.microsoft.signalr.InvocationMessage
 
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.
getError() - Method in class com.microsoft.signalr.CloseMessage
 
getError() - Method in class com.microsoft.signalr.CompletionMessage
 
getException() - Method in class com.microsoft.signalr.InvocationBindingFailureMessage
 
getException() - Method in class com.microsoft.signalr.StreamBindingFailureMessage
 
getHeaders() - Method in class com.microsoft.signalr.CancelInvocationMessage
 
getHeaders() - Method in class com.microsoft.signalr.CompletionMessage
 
getHeaders() - Method in class com.microsoft.signalr.InvocationMessage
 
getHeaders() - Method in class com.microsoft.signalr.StreamItem
 
getInstance() - Static method in class com.microsoft.signalr.PingMessage
 
getInvocationId() - Method in class com.microsoft.signalr.CancelInvocationMessage
 
getInvocationId() - Method in class com.microsoft.signalr.CompletionMessage
 
getInvocationId() - Method in class com.microsoft.signalr.InvocationBindingFailureMessage
 
getInvocationId() - Method in class com.microsoft.signalr.InvocationMessage
 
getInvocationId() - Method in class com.microsoft.signalr.StreamBindingFailureMessage
 
getInvocationId() - Method in class com.microsoft.signalr.StreamItem
 
getItem() - Method in class com.microsoft.signalr.StreamItem
 
getKeepAliveInterval() - Method in class com.microsoft.signalr.HubConnection
Gets the keep alive interval.
getMessageType() - Method in class com.microsoft.signalr.CancelInvocationMessage
 
getMessageType() - Method in class com.microsoft.signalr.CloseMessage
 
getMessageType() - Method in class com.microsoft.signalr.CompletionMessage
 
getMessageType() - Method in class com.microsoft.signalr.HubMessage
 
getMessageType() - Method in class com.microsoft.signalr.InvocationBindingFailureMessage
 
getMessageType() - Method in class com.microsoft.signalr.InvocationMessage
 
getMessageType() - Method in class com.microsoft.signalr.PingMessage
 
getMessageType() - Method in class com.microsoft.signalr.StreamBindingFailureMessage
 
getMessageType() - Method in class com.microsoft.signalr.StreamInvocationMessage
 
getMessageType() - Method in class com.microsoft.signalr.StreamItem
 
getName() - Method in interface com.microsoft.signalr.HubProtocol
 
getParameterTypes(String) - Method in interface com.microsoft.signalr.InvocationBinder
 
getResult() - Method in class com.microsoft.signalr.CompletionMessage
 
getReturnType(String) - Method in interface com.microsoft.signalr.InvocationBinder
 
getServerTimeout() - Method in class com.microsoft.signalr.HubConnection
Gets the server timeout duration.
getStreamIds() - Method in class com.microsoft.signalr.InvocationMessage
 
getTarget() - Method in class com.microsoft.signalr.InvocationBindingFailureMessage
 
getTarget() - Method in class com.microsoft.signalr.InvocationMessage
 
getType() - Method in class com.microsoft.signalr.TypeReference
Gets the referenced type.
getUserAgentName() - Static method in class com.microsoft.signalr.UserAgentHelper
 
getVersion() - Method in interface com.microsoft.signalr.HubProtocol
 

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.
HubMessage - Class in com.microsoft.signalr
A base class for hub messages.
HubMessage() - Constructor for class com.microsoft.signalr.HubMessage
 
HubMessageType - Enum in com.microsoft.signalr
 
HubProtocol - Interface in com.microsoft.signalr
A protocol abstraction for communicating with SignalR hubs.

I

INVOCATION - com.microsoft.signalr.HubMessageType
 
INVOCATION_BINDING_FAILURE - com.microsoft.signalr.HubMessageType
 
InvocationBinder - Interface in com.microsoft.signalr
An abstraction for passing around information about method signatures.
InvocationBindingFailureMessage - Class in com.microsoft.signalr
 
InvocationBindingFailureMessage(String, String, Exception) - Constructor for class com.microsoft.signalr.InvocationBindingFailureMessage
 
InvocationMessage - Class in com.microsoft.signalr
 
InvocationMessage(Map<String, String>, String, String, Object[], Collection<String>) - Constructor for class com.microsoft.signalr.InvocationMessage
 
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(Type, String, Object...) - Method in class com.microsoft.signalr.HubConnection
Invokes a hub method on the server using the specified method name and arguments.
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, Action1<T1>, Type) - 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, Action2<T1, T2>, Type, Type) - 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, Action3<T1, T2, T3>, Type, Type, Type) - 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, Action4<T1, T2, T3, T4>, Type, Type, Type, Type) - 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, Action5<T1, T2, T3, T4, T5>, Type, Type, Type, Type, Type) - 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, Action6<T1, T2, T3, T4, T5, T6>, Type, Type, Type, Type, Type, Type) - 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, Action7<T1, T2, T3, T4, T5, T6, T7>, Type, Type, Type, Type, Type, Type, Type) - 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.
on(String, Action8<T1, T2, T3, T4, T5, T6, T7, T8>, Type, Type, Type, Type, Type, Type, Type, Type) - 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.

P

parseMessages(ByteBuffer, InvocationBinder) - Method in interface com.microsoft.signalr.HubProtocol
Creates a new list of HubMessages.
PING - com.microsoft.signalr.HubMessageType
 
PingMessage - Class in com.microsoft.signalr
 

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.
setHttpClientBuilderCallback(Action1<OkHttpClient.Builder>) - Method in class com.microsoft.signalr.HttpHubConnectionBuilder
Sets a method that will be called when constructing the HttpClient to allow customization such as certificate validation, proxies, and cookies.
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.
stream(Type, String, Object...) - Method in class com.microsoft.signalr.HubConnection
Invokes a streaming hub method on the server using the specified name and arguments.
STREAM_BINDING_FAILURE - com.microsoft.signalr.HubMessageType
 
STREAM_INVOCATION - com.microsoft.signalr.HubMessageType
 
STREAM_ITEM - com.microsoft.signalr.HubMessageType
 
StreamBindingFailureMessage - Class in com.microsoft.signalr
 
StreamBindingFailureMessage(String, Exception) - Constructor for class com.microsoft.signalr.StreamBindingFailureMessage
 
StreamInvocationMessage - Class in com.microsoft.signalr
 
StreamInvocationMessage(Map<String, String>, String, String, Object[], Collection<String>) - Constructor for class com.microsoft.signalr.StreamInvocationMessage
 
StreamItem - Class in com.microsoft.signalr
 
StreamItem(Map<String, String>, String, Object) - Constructor for class com.microsoft.signalr.StreamItem
 
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.
TypeReference<T> - Class in com.microsoft.signalr
A utility for getting a Java Type from a literal generic Class.
TypeReference() - Constructor for class com.microsoft.signalr.TypeReference
Creates a new instance of TypeReference.

U

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

V

value - Variable in enum com.microsoft.signalr.HubMessageType
 
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.HubMessageType
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.HubMessageType
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.
withHubProtocol(HubProtocol) - Method in class com.microsoft.signalr.HttpHubConnectionBuilder
Sets the HubProtocol to be used by the HubConnection.
withTransport(TransportEnum) - Method in class com.microsoft.signalr.HttpHubConnectionBuilder
Sets the transport type to indicate which transport to be used by the HubConnection.
writeMessage(HubMessage) - Method in interface com.microsoft.signalr.HubProtocol
Writes the specified HubMessage to a String.
A B C D G H I L O P R S T U V W 
All Classes All Packages