diff --git a/docs-ref-autogen/com.microsoft.signalr.Action.yml b/docs-ref-autogen/com.microsoft.signalr.Action.yml new file mode 100644 index 0000000..2e2e2e9 --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.Action.yml @@ -0,0 +1,49 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.Action + id: Action + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.Action.invoke() + href: com.microsoft.signalr.Action.yml + langs: + - java + name: Action + nameWithType: Action + fullName: com.microsoft.signalr.Action + type: Interface + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action.java + startLine: 8 + package: com.microsoft.signalr + summary: "

A callback that takes no parameters.

" + syntax: + content: public interface Action +- uid: com.microsoft.signalr.Action.invoke() + id: invoke() + parent: com.microsoft.signalr.Action + href: com.microsoft.signalr.Action.yml + langs: + - java + name: invoke() + nameWithType: Action.invoke() + fullName: com.microsoft.signalr.Action.invoke() + overload: com.microsoft.signalr.Action.invoke* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action.java + startLine: 11 + package: com.microsoft.signalr + syntax: + content: public void invoke() +references: +- uid: com.microsoft.signalr.Action.invoke* + name: invoke + nameWithType: Action.invoke + fullName: com.microsoft.signalr.Action.invoke + package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr.Action1.yml b/docs-ref-autogen/com.microsoft.signalr.Action1.yml new file mode 100644 index 0000000..86fdaf1 --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.Action1.yml @@ -0,0 +1,60 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.Action1 + id: Action1 + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.Action1.invoke(T1) + href: com.microsoft.signalr.Action1.yml + langs: + - java + name: Action1 + nameWithType: Action1 + fullName: com.microsoft.signalr.Action1 + type: Interface + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action1.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action1.java + startLine: 10 + package: com.microsoft.signalr + summary: "

A callback that takes one parameter.

\r\n

" + syntax: + content: public interface Action1 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+- uid: com.microsoft.signalr.Action1.invoke(T1) + id: invoke(T1) + parent: com.microsoft.signalr.Action1 + href: com.microsoft.signalr.Action1.yml + langs: + - java + name: invoke(T1 param1) + nameWithType: Action1.invoke(T1 param1) + fullName: com.microsoft.signalr.Action1.invoke(T1 param1) + overload: com.microsoft.signalr.Action1.invoke* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action1.java + startLine: 13 + package: com.microsoft.signalr + syntax: + content: public void invoke(T1 param1) + parameters: + - id: param1 + type: ea9d49ce +references: +- uid: ea9d49ce + spec.java: + - name: T1 + fullName: T1 +- uid: com.microsoft.signalr.Action1.invoke* + name: invoke + nameWithType: Action1.invoke + fullName: com.microsoft.signalr.Action1.invoke + package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr.Action2.yml b/docs-ref-autogen/com.microsoft.signalr.Action2.yml new file mode 100644 index 0000000..feffdc1 --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.Action2.yml @@ -0,0 +1,69 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.Action2 + id: Action2 + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.Action2.invoke(T1,T2) + href: com.microsoft.signalr.Action2.yml + langs: + - java + name: Action2 + nameWithType: Action2 + fullName: com.microsoft.signalr.Action2 + type: Interface + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action2.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action2.java + startLine: 11 + package: com.microsoft.signalr + summary: "

A callback that takes two parameters.

\r\n

" + syntax: + content: public interface Action2 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+- uid: com.microsoft.signalr.Action2.invoke(T1,T2) + id: invoke(T1,T2) + parent: com.microsoft.signalr.Action2 + href: com.microsoft.signalr.Action2.yml + langs: + - java + name: invoke(T1 param1, T2 param2) + nameWithType: Action2.invoke(T1 param1, T2 param2) + fullName: com.microsoft.signalr.Action2.invoke(T1 param1, T2 param2) + overload: com.microsoft.signalr.Action2.invoke* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action2.java + startLine: 14 + package: com.microsoft.signalr + syntax: + content: public void invoke(T1 param1, T2 param2) + parameters: + - id: param1 + type: ea9d49ce + - id: param2 + type: 6ac4d271 +references: +- uid: ea9d49ce + spec.java: + - name: T1 + fullName: T1 +- uid: 6ac4d271 + spec.java: + - name: T2 + fullName: T2 +- uid: com.microsoft.signalr.Action2.invoke* + name: invoke + nameWithType: Action2.invoke + fullName: com.microsoft.signalr.Action2.invoke + package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr.Action3.yml b/docs-ref-autogen/com.microsoft.signalr.Action3.yml new file mode 100644 index 0000000..4390653 --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.Action3.yml @@ -0,0 +1,78 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.Action3 + id: Action3 + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.Action3.invoke(T1,T2,T3) + href: com.microsoft.signalr.Action3.yml + langs: + - java + name: Action3 + nameWithType: Action3 + fullName: com.microsoft.signalr.Action3 + type: Interface + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action3.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action3.java + startLine: 12 + package: com.microsoft.signalr + summary: "

A callback that takes three parameters.

\r\n

" + syntax: + content: public interface Action3 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+- uid: com.microsoft.signalr.Action3.invoke(T1,T2,T3) + id: invoke(T1,T2,T3) + parent: com.microsoft.signalr.Action3 + href: com.microsoft.signalr.Action3.yml + langs: + - java + name: invoke(T1 param1, T2 param2, T3 param3) + nameWithType: Action3.invoke(T1 param1, T2 param2, T3 param3) + fullName: com.microsoft.signalr.Action3.invoke(T1 param1, T2 param2, T3 param3) + overload: com.microsoft.signalr.Action3.invoke* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action3.java + startLine: 15 + package: com.microsoft.signalr + syntax: + content: public void invoke(T1 param1, T2 param2, T3 param3) + parameters: + - id: param1 + type: ea9d49ce + - id: param2 + type: 6ac4d271 + - id: param3 + type: e92ab054 +references: +- uid: ea9d49ce + spec.java: + - name: T1 + fullName: T1 +- uid: 6ac4d271 + spec.java: + - name: T2 + fullName: T2 +- uid: e92ab054 + spec.java: + - name: T3 + fullName: T3 +- uid: com.microsoft.signalr.Action3.invoke* + name: invoke + nameWithType: Action3.invoke + fullName: com.microsoft.signalr.Action3.invoke + package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr.Action4.yml b/docs-ref-autogen/com.microsoft.signalr.Action4.yml new file mode 100644 index 0000000..45b69ff --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.Action4.yml @@ -0,0 +1,87 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.Action4 + id: Action4 + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.Action4.invoke(T1,T2,T3,T4) + href: com.microsoft.signalr.Action4.yml + langs: + - java + name: Action4 + nameWithType: Action4 + fullName: com.microsoft.signalr.Action4 + type: Interface + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action4.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action4.java + startLine: 13 + package: com.microsoft.signalr + summary: "

A callback that takes four parameters.

\r\n

" + syntax: + content: public interface Action4 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+- uid: com.microsoft.signalr.Action4.invoke(T1,T2,T3,T4) + id: invoke(T1,T2,T3,T4) + parent: com.microsoft.signalr.Action4 + href: com.microsoft.signalr.Action4.yml + langs: + - java + name: invoke(T1 param1, T2 param2, T3 param3, T4 param4) + nameWithType: Action4.invoke(T1 param1, T2 param2, T3 param3, T4 param4) + fullName: com.microsoft.signalr.Action4.invoke(T1 param1, T2 param2, T3 param3, T4 param4) + overload: com.microsoft.signalr.Action4.invoke* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action4.java + startLine: 16 + package: com.microsoft.signalr + syntax: + content: public void invoke(T1 param1, T2 param2, T3 param3, T4 param4) + parameters: + - id: param1 + type: ea9d49ce + - id: param2 + type: 6ac4d271 + - id: param3 + type: e92ab054 + - id: param4 + type: 21b77ff4 +references: +- uid: ea9d49ce + spec.java: + - name: T1 + fullName: T1 +- uid: 6ac4d271 + spec.java: + - name: T2 + fullName: T2 +- uid: e92ab054 + spec.java: + - name: T3 + fullName: T3 +- uid: 21b77ff4 + spec.java: + - name: T4 + fullName: T4 +- uid: com.microsoft.signalr.Action4.invoke* + name: invoke + nameWithType: Action4.invoke + fullName: com.microsoft.signalr.Action4.invoke + package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr.Action5.yml b/docs-ref-autogen/com.microsoft.signalr.Action5.yml new file mode 100644 index 0000000..c61a075 --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.Action5.yml @@ -0,0 +1,96 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.Action5 + id: Action5 + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.Action5.invoke(T1,T2,T3,T4,T5) + href: com.microsoft.signalr.Action5.yml + langs: + - java + name: Action5 + nameWithType: Action5 + fullName: com.microsoft.signalr.Action5 + type: Interface + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action5.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action5.java + startLine: 14 + package: com.microsoft.signalr + summary: "

A callback that takes five parameters.

\r\n

" + syntax: + content: public interface Action5 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+- uid: com.microsoft.signalr.Action5.invoke(T1,T2,T3,T4,T5) + id: invoke(T1,T2,T3,T4,T5) + parent: com.microsoft.signalr.Action5 + href: com.microsoft.signalr.Action5.yml + langs: + - java + name: invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5) + nameWithType: Action5.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5) + fullName: com.microsoft.signalr.Action5.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5) + overload: com.microsoft.signalr.Action5.invoke* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action5.java + startLine: 17 + package: com.microsoft.signalr + syntax: + content: public void invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5) + parameters: + - id: param1 + type: ea9d49ce + - id: param2 + type: 6ac4d271 + - id: param3 + type: e92ab054 + - id: param4 + type: 21b77ff4 + - id: param5 + type: 136da300 +references: +- uid: ea9d49ce + spec.java: + - name: T1 + fullName: T1 +- uid: 6ac4d271 + spec.java: + - name: T2 + fullName: T2 +- uid: e92ab054 + spec.java: + - name: T3 + fullName: T3 +- uid: 21b77ff4 + spec.java: + - name: T4 + fullName: T4 +- uid: 136da300 + spec.java: + - name: T5 + fullName: T5 +- uid: com.microsoft.signalr.Action5.invoke* + name: invoke + nameWithType: Action5.invoke + fullName: com.microsoft.signalr.Action5.invoke + package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr.Action6.yml b/docs-ref-autogen/com.microsoft.signalr.Action6.yml new file mode 100644 index 0000000..5184854 --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.Action6.yml @@ -0,0 +1,105 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.Action6 + id: Action6 + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.Action6.invoke(T1,T2,T3,T4,T5,T6) + href: com.microsoft.signalr.Action6.yml + langs: + - java + name: Action6 + nameWithType: Action6 + fullName: com.microsoft.signalr.Action6 + type: Interface + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action6.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action6.java + startLine: 15 + package: com.microsoft.signalr + summary: "

A callback that takes six parameters.

\r\n

" + syntax: + content: public interface Action6 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+ - id: T6 + type: 43cd3771 + description:

The type of the sixth parameter to the callback.

+- uid: com.microsoft.signalr.Action6.invoke(T1,T2,T3,T4,T5,T6) + id: invoke(T1,T2,T3,T4,T5,T6) + parent: com.microsoft.signalr.Action6 + href: com.microsoft.signalr.Action6.yml + langs: + - java + name: invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6) + nameWithType: Action6.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6) + fullName: com.microsoft.signalr.Action6.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6) + overload: com.microsoft.signalr.Action6.invoke* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action6.java + startLine: 18 + package: com.microsoft.signalr + syntax: + content: public void invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6) + parameters: + - id: param1 + type: ea9d49ce + - id: param2 + type: 6ac4d271 + - id: param3 + type: e92ab054 + - id: param4 + type: 21b77ff4 + - id: param5 + type: 136da300 + - id: param6 + type: 43cd3771 +references: +- uid: ea9d49ce + spec.java: + - name: T1 + fullName: T1 +- uid: 6ac4d271 + spec.java: + - name: T2 + fullName: T2 +- uid: e92ab054 + spec.java: + - name: T3 + fullName: T3 +- uid: 21b77ff4 + spec.java: + - name: T4 + fullName: T4 +- uid: 136da300 + spec.java: + - name: T5 + fullName: T5 +- uid: 43cd3771 + spec.java: + - name: T6 + fullName: T6 +- uid: com.microsoft.signalr.Action6.invoke* + name: invoke + nameWithType: Action6.invoke + fullName: com.microsoft.signalr.Action6.invoke + package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr.Action7.yml b/docs-ref-autogen/com.microsoft.signalr.Action7.yml new file mode 100644 index 0000000..417d3f5 --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.Action7.yml @@ -0,0 +1,114 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.Action7 + id: Action7 + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.Action7.invoke(T1,T2,T3,T4,T5,T6,T7) + href: com.microsoft.signalr.Action7.yml + langs: + - java + name: Action7 + nameWithType: Action7 + fullName: com.microsoft.signalr.Action7 + type: Interface + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action7.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action7.java + startLine: 16 + package: com.microsoft.signalr + summary: "

A callback that takes seven parameters.

\r\n

" + syntax: + content: public interface Action7 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+ - id: T6 + type: 43cd3771 + description:

The type of the sixth parameter to the callback.

+ - id: T7 + type: 308f4ff4 + description:

The type of the seventh parameter to the callback.

+- uid: com.microsoft.signalr.Action7.invoke(T1,T2,T3,T4,T5,T6,T7) + id: invoke(T1,T2,T3,T4,T5,T6,T7) + parent: com.microsoft.signalr.Action7 + href: com.microsoft.signalr.Action7.yml + langs: + - java + name: invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7) + nameWithType: Action7.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7) + fullName: com.microsoft.signalr.Action7.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7) + overload: com.microsoft.signalr.Action7.invoke* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action7.java + startLine: 19 + package: com.microsoft.signalr + syntax: + content: public void invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7) + parameters: + - id: param1 + type: ea9d49ce + - id: param2 + type: 6ac4d271 + - id: param3 + type: e92ab054 + - id: param4 + type: 21b77ff4 + - id: param5 + type: 136da300 + - id: param6 + type: 43cd3771 + - id: param7 + type: 308f4ff4 +references: +- uid: ea9d49ce + spec.java: + - name: T1 + fullName: T1 +- uid: 6ac4d271 + spec.java: + - name: T2 + fullName: T2 +- uid: e92ab054 + spec.java: + - name: T3 + fullName: T3 +- uid: 21b77ff4 + spec.java: + - name: T4 + fullName: T4 +- uid: 136da300 + spec.java: + - name: T5 + fullName: T5 +- uid: 43cd3771 + spec.java: + - name: T6 + fullName: T6 +- uid: 308f4ff4 + spec.java: + - name: T7 + fullName: T7 +- uid: com.microsoft.signalr.Action7.invoke* + name: invoke + nameWithType: Action7.invoke + fullName: com.microsoft.signalr.Action7.invoke + package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr.Action8.yml b/docs-ref-autogen/com.microsoft.signalr.Action8.yml new file mode 100644 index 0000000..4c2797b --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.Action8.yml @@ -0,0 +1,123 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.Action8 + id: Action8 + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.Action8.invoke(T1,T2,T3,T4,T5,T6,T7,T8) + href: com.microsoft.signalr.Action8.yml + langs: + - java + name: Action8 + nameWithType: Action8 + fullName: com.microsoft.signalr.Action8 + type: Interface + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action8.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action8.java + startLine: 17 + package: com.microsoft.signalr + summary: "

A callback that takes eight parameters.

\r\n

" + syntax: + content: public interface Action8 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+ - id: T6 + type: 43cd3771 + description:

The type of the sixth parameter to the callback.

+ - id: T7 + type: 308f4ff4 + description:

The type of the seventh parameter to the callback.

+ - id: T8 + type: 57f41c00 + description:

The type of the eighth parameter to the callback.

+- uid: com.microsoft.signalr.Action8.invoke(T1,T2,T3,T4,T5,T6,T7,T8) + id: invoke(T1,T2,T3,T4,T5,T6,T7,T8) + parent: com.microsoft.signalr.Action8 + href: com.microsoft.signalr.Action8.yml + langs: + - java + name: invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7, T8 param8) + nameWithType: Action8.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7, T8 param8) + fullName: com.microsoft.signalr.Action8.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7, T8 param8) + overload: com.microsoft.signalr.Action8.invoke* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action8.java + startLine: 20 + package: com.microsoft.signalr + syntax: + content: public void invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7, T8 param8) + parameters: + - id: param1 + type: ea9d49ce + - id: param2 + type: 6ac4d271 + - id: param3 + type: e92ab054 + - id: param4 + type: 21b77ff4 + - id: param5 + type: 136da300 + - id: param6 + type: 43cd3771 + - id: param7 + type: 308f4ff4 + - id: param8 + type: 57f41c00 +references: +- uid: ea9d49ce + spec.java: + - name: T1 + fullName: T1 +- uid: 6ac4d271 + spec.java: + - name: T2 + fullName: T2 +- uid: e92ab054 + spec.java: + - name: T3 + fullName: T3 +- uid: 21b77ff4 + spec.java: + - name: T4 + fullName: T4 +- uid: 136da300 + spec.java: + - name: T5 + fullName: T5 +- uid: 43cd3771 + spec.java: + - name: T6 + fullName: T6 +- uid: 308f4ff4 + spec.java: + - name: T7 + fullName: T7 +- uid: 57f41c00 + spec.java: + - name: T8 + fullName: T8 +- uid: com.microsoft.signalr.Action8.invoke* + name: invoke + nameWithType: Action8.invoke + fullName: com.microsoft.signalr.Action8.invoke + package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.yml b/docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.yml new file mode 100644 index 0000000..c2a6777 --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.yml @@ -0,0 +1,257 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.HttpHubConnectionBuilder + id: HttpHubConnectionBuilder + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.HttpHubConnectionBuilder.build() + - com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate(boolean) + - com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider(Single) + - com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout(long) + - com.microsoft.signalr.HttpHubConnectionBuilder.withHeader(String,String) + - com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders(Map) + href: com.microsoft.signalr.HttpHubConnectionBuilder.yml + langs: + - java + name: HttpHubConnectionBuilder + nameWithType: HttpHubConnectionBuilder + fullName: com.microsoft.signalr.HttpHubConnectionBuilder + type: Class + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java + startLine: 13 + package: com.microsoft.signalr + summary: "

A builder for configuring HubConnection instances.

" + syntax: &o1 + content: public class HttpHubConnectionBuilder + inheritance: + - java.lang.Object +- uid: com.microsoft.signalr.HttpHubConnectionBuilder.build() + id: build() + parent: com.microsoft.signalr.HttpHubConnectionBuilder + href: com.microsoft.signalr.HttpHubConnectionBuilder.yml + langs: + - java + name: build() + nameWithType: HttpHubConnectionBuilder.build() + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.build() + overload: com.microsoft.signalr.HttpHubConnectionBuilder.build* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java + startLine: 113 + package: com.microsoft.signalr + summary: "

Builds a new instance of HubConnection.

\r\n

" + syntax: + content: public HubConnection build() + return: + type: com.microsoft.signalr.HubConnection + description:

A new instance of HubConnection.

+- uid: com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate(boolean) + id: shouldSkipNegotiate(boolean) + parent: com.microsoft.signalr.HttpHubConnectionBuilder + href: com.microsoft.signalr.HttpHubConnectionBuilder.yml + langs: + - java + name: shouldSkipNegotiate(boolean skipNegotiate) + nameWithType: HttpHubConnectionBuilder.shouldSkipNegotiate(boolean skipNegotiate) + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate(boolean skipNegotiate) + overload: com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java + startLine: 55 + package: com.microsoft.signalr + summary: "

Indicates to the HubConnection that it should skip the negotiate process. Note: This option only works with the Websockets transport and the Azure SignalR Service require the negotiate step.

\r\n

" + syntax: + content: public HttpHubConnectionBuilder shouldSkipNegotiate(boolean skipNegotiate) + parameters: + - id: skipNegotiate + type: 4fc6e284 + description:

Boolean indicating if the HubConnection should skip the negotiate step.

+ return: + type: com.microsoft.signalr.HttpHubConnectionBuilder + description:

This instance of the HttpHubConnectionBuilder.

+- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider(Single) + id: withAccessTokenProvider(Single) + parent: com.microsoft.signalr.HttpHubConnectionBuilder + href: com.microsoft.signalr.HttpHubConnectionBuilder.yml + langs: + - java + name: withAccessTokenProvider(Single accessTokenProvider) + nameWithType: HttpHubConnectionBuilder.withAccessTokenProvider(Single accessTokenProvider) + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider(Single accessTokenProvider) + overload: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java + startLine: 66 + package: com.microsoft.signalr + summary: "

Sets the access token provider for the HubConnection.

\r\n

" + syntax: + content: public HttpHubConnectionBuilder withAccessTokenProvider(Single accessTokenProvider) + parameters: + - id: accessTokenProvider + type: 0488a115 + description:

The access token provider to be used by the HubConnection.

+ return: + type: com.microsoft.signalr.HttpHubConnectionBuilder + description:

This instance of the HttpHubConnectionBuilder.

+- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout(long) + id: withHandshakeResponseTimeout(long) + parent: com.microsoft.signalr.HttpHubConnectionBuilder + href: com.microsoft.signalr.HttpHubConnectionBuilder.yml + langs: + - java + name: withHandshakeResponseTimeout(long timeoutInMilliseconds) + nameWithType: HttpHubConnectionBuilder.withHandshakeResponseTimeout(long timeoutInMilliseconds) + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout(long timeoutInMilliseconds) + overload: com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java + startLine: 77 + package: com.microsoft.signalr + summary: "

Sets the duration the HubConnection should wait for a Handshake Response from the server.

\r\n

" + syntax: + content: public HttpHubConnectionBuilder withHandshakeResponseTimeout(long timeoutInMilliseconds) + parameters: + - id: timeoutInMilliseconds + type: 0364520f + description:

The duration (specified in milliseconds) that the HubConnection should wait for a Handshake Response from the server.

+ return: + type: com.microsoft.signalr.HttpHubConnectionBuilder + description:

This instance of the HttpHubConnectionBuilder.

+- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHeader(String,String) + id: withHeader(String,String) + parent: com.microsoft.signalr.HttpHubConnectionBuilder + href: com.microsoft.signalr.HttpHubConnectionBuilder.yml + langs: + - java + name: withHeader(String name, String value) + nameWithType: HttpHubConnectionBuilder.withHeader(String name, String value) + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHeader(String name, String value) + overload: com.microsoft.signalr.HttpHubConnectionBuilder.withHeader* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java + startLine: 100 + package: com.microsoft.signalr + summary: "

Sets a single header for the HubConnection to send.

\r\n

" + syntax: + content: public HttpHubConnectionBuilder withHeader(String name, String value) + parameters: + - id: name + type: "26831127" + description:

The name of the header to set.

+ - id: value + type: "26831127" + description:

The value of the header to be set.

+ return: + type: com.microsoft.signalr.HttpHubConnectionBuilder + description:

This instance of the HttpHubConnectionBuilder.

+- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders(Map) + id: withHeaders(Map) + parent: com.microsoft.signalr.HttpHubConnectionBuilder + href: com.microsoft.signalr.HttpHubConnectionBuilder.yml + langs: + - java + name: withHeaders(Map headers) + nameWithType: HttpHubConnectionBuilder.withHeaders(Map headers) + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders(Map headers) + overload: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java + startLine: 88 + package: com.microsoft.signalr + summary: "

Sets a collection of Headers for the HubConnection to send with every Http request.

\r\n

" + syntax: + content: public HttpHubConnectionBuilder withHeaders(Map headers) + parameters: + - id: headers + type: 689c8cb5 + description:

A Map representing the collection of Headers that the HubConnection should send.

+ return: + type: com.microsoft.signalr.HttpHubConnectionBuilder + description:

This instance of the HttpHubConnectionBuilder.

+references: +- uid: 4fc6e284 + spec.java: + - name: boolean + fullName: boolean +- uid: com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate* + name: shouldSkipNegotiate + nameWithType: HttpHubConnectionBuilder.shouldSkipNegotiate + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate + package: com.microsoft.signalr +- uid: 0488a115 + spec.java: + - name: Single + fullName: Single +- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider* + name: withAccessTokenProvider + nameWithType: HttpHubConnectionBuilder.withAccessTokenProvider + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider + package: com.microsoft.signalr +- uid: 0364520f + spec.java: + - name: long + fullName: long +- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout* + name: withHandshakeResponseTimeout + nameWithType: HttpHubConnectionBuilder.withHandshakeResponseTimeout + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout + package: com.microsoft.signalr +- uid: 689c8cb5 + spec.java: + - name: Map + fullName: Map +- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders* + name: withHeaders + nameWithType: HttpHubConnectionBuilder.withHeaders + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders + package: com.microsoft.signalr +- uid: "26831127" + spec.java: + - name: String + fullName: String +- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHeader* + name: withHeader + nameWithType: HttpHubConnectionBuilder.withHeader + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHeader + package: com.microsoft.signalr +- uid: com.microsoft.signalr.HttpHubConnectionBuilder.build* + name: build + nameWithType: HttpHubConnectionBuilder.build + fullName: com.microsoft.signalr.HttpHubConnectionBuilder.build + package: com.microsoft.signalr +- uid: com.microsoft.signalr.HttpHubConnectionBuilder + parent: com.microsoft.signalr + href: com.microsoft.signalr.HttpHubConnectionBuilder.yml + name: HttpHubConnectionBuilder + nameWithType: HttpHubConnectionBuilder + fullName: com.microsoft.signalr.HttpHubConnectionBuilder + type: Class + summary: "

A builder for configuring HubConnection instances.

" + syntax: *o1 +- uid: com.microsoft.signalr.HubConnection + parent: com.microsoft.signalr + href: com.microsoft.signalr.HubConnection.yml + name: HubConnection + nameWithType: HubConnection + fullName: com.microsoft.signalr.HubConnection + type: Class + summary: "

A connection used to invoke hub methods on a SignalR Server.

" + syntax: + content: public class HubConnection diff --git a/docs-ref-autogen/com.microsoft.signalr.HubConnection.yml b/docs-ref-autogen/com.microsoft.signalr.HubConnection.yml new file mode 100644 index 0000000..8b6c966 --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.HubConnection.yml @@ -0,0 +1,1165 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.HubConnection + id: HubConnection + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.HubConnection.getConnectionState() + - com.microsoft.signalr.HubConnection.getKeepAliveInterval() + - com.microsoft.signalr.HubConnection.getServerTimeout() + - com.microsoft.signalr.HubConnection.invoke(Class,String,Object...) + - com.microsoft.signalr.HubConnection.on(String,Action) + - com.microsoft.signalr.HubConnection.on(String,Action1,Class) + - com.microsoft.signalr.HubConnection.on(String,Action2,Class,Class) + - com.microsoft.signalr.HubConnection.on(String,Action3,Class,Class,Class) + - com.microsoft.signalr.HubConnection.on(String,Action4,Class,Class,Class,Class) + - com.microsoft.signalr.HubConnection.on(String,Action5,Class,Class,Class,Class,Class) + - com.microsoft.signalr.HubConnection.on(String,Action6,Class,Class,Class,Class,Class,Class) + - com.microsoft.signalr.HubConnection.on(String,Action7,Class,Class,Class,Class,Class,Class,Class) + - com.microsoft.signalr.HubConnection.on(String,Action8,Class,Class,Class,Class,Class,Class,Class,Class) + - com.microsoft.signalr.HubConnection.onClosed(OnClosedCallback) + - com.microsoft.signalr.HubConnection.remove(String) + - com.microsoft.signalr.HubConnection.send(String,Object...) + - com.microsoft.signalr.HubConnection.setKeepAliveInterval(long) + - com.microsoft.signalr.HubConnection.setServerTimeout(long) + - com.microsoft.signalr.HubConnection.start() + - com.microsoft.signalr.HubConnection.stop() + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: HubConnection + nameWithType: HubConnection + fullName: com.microsoft.signalr.HubConnection + type: Class + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 30 + package: com.microsoft.signalr + summary: "

A connection used to invoke hub methods on a SignalR Server.

" + syntax: &o1 + content: public class HubConnection + inheritance: + - java.lang.Object +- uid: com.microsoft.signalr.HubConnection.getConnectionState() + id: getConnectionState() + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: getConnectionState() + nameWithType: HubConnection.getConnectionState() + fullName: com.microsoft.signalr.HubConnection.getConnectionState() + overload: com.microsoft.signalr.HubConnection.getConnectionState* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 259 + package: com.microsoft.signalr + summary: "

Indicates the state of the HubConnection to the server.

\r\n

" + syntax: + content: public HubConnectionState getConnectionState() + return: + type: com.microsoft.signalr.HubConnectionState + description:

HubConnection state enum.

+- uid: com.microsoft.signalr.HubConnection.getKeepAliveInterval() + id: getKeepAliveInterval() + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: getKeepAliveInterval() + nameWithType: HubConnection.getKeepAliveInterval() + fullName: com.microsoft.signalr.HubConnection.getKeepAliveInterval() + overload: com.microsoft.signalr.HubConnection.getKeepAliveInterval* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 93 + package: com.microsoft.signalr + summary: "

Gets the keep alive interval.

\r\n

" + syntax: + content: public long getKeepAliveInterval() + return: + type: 0364520f + description:

The interval (specified in milliseconds) between keep alive messages.

+- uid: com.microsoft.signalr.HubConnection.getServerTimeout() + id: getServerTimeout() + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: getServerTimeout() + nameWithType: HubConnection.getServerTimeout() + fullName: com.microsoft.signalr.HubConnection.getServerTimeout() + overload: com.microsoft.signalr.HubConnection.getServerTimeout* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 75 + package: com.microsoft.signalr + summary: "

Gets the server timeout duration.

\r\n

" + syntax: + content: public long getServerTimeout() + return: + type: 0364520f + description:

The server timeout duration (specified in milliseconds).

+- uid: com.microsoft.signalr.HubConnection.invoke(Class,String,Object...) + id: ) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: invoke(Class returnType, String method, Object... args) + nameWithType: HubConnection.invoke(Class returnType, String method, Object... args) + fullName: com.microsoft.signalr.HubConnection.invoke(Class returnType, String method, Object... args) + overload: com.microsoft.signalr.HubConnection.invoke* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 473 + package: com.microsoft.signalr + summary: "

Invokes a hub method on the server using the specified method name and arguments.

\r\n

" + syntax: + content: public Single invoke(Class returnType, String method, Object... args) + parameters: + - id: returnType + type: ffb09d2d + description:

The expected return type.

+ - id: method + type: "26831127" + description:

The name of the server method to invoke.

+ - id: args + type: 1355eaf1 + description:

The arguments used to invoke the server method.

+ return: + type: 36c4c497 + description:

A Single that yields the return value when the invocation has completed.

+- uid: com.microsoft.signalr.HubConnection.on(String,Action) + id: on(String,Action) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: on(String target, Action callback) + nameWithType: HubConnection.on(String target, Action callback) + fullName: com.microsoft.signalr.HubConnection.on(String target, Action callback) + overload: com.microsoft.signalr.HubConnection.on* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 554 + package: com.microsoft.signalr + summary: "

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

\r\n

" + syntax: + content: public Subscription on(String target, Action callback) + parameters: + - id: target + type: "26831127" + description:

The name of the hub method to define.

+ - id: callback + type: com.microsoft.signalr.Action + description:

The handler that will be raised when the hub method is invoked.

+ return: + type: com.microsoft.signalr.Subscription + description:

A Subscription that can be disposed to unsubscribe from the hub method.

+- uid: com.microsoft.signalr.HubConnection.on(String,Action1,Class) + id: on(String,Action1,Class) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: on(String target, Action1 callback, Class param1) + nameWithType: HubConnection.on(String target, Action1 callback, Class param1) + fullName: com.microsoft.signalr.HubConnection.on(String target, Action1 callback, Class param1) + overload: com.microsoft.signalr.HubConnection.on* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 568 + package: com.microsoft.signalr + summary: "

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

\r\n

" + syntax: + content: public Subscription on(String target, Action1 callback, Class param1) + parameters: + - id: target + type: "26831127" + description:

The name of the hub method to define.

+ - id: callback + type: com.microsoft.signalr.Action1db2ace7f + description:

The handler that will be raised when the hub method is invoked.

+ - id: param1 + type: bd7e4e46 + description:

The first parameter.

+ return: + type: bdf0abc0com.microsoft.signalr.Subscription + description:

A Subscription that can be disposed to unsubscribe from the hub method.

+- uid: com.microsoft.signalr.HubConnection.on(String,Action2,Class,Class) + id: on(String,Action2,Class,Class) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: on(String target, Action2 callback, Class param1, Class param2) + nameWithType: HubConnection.on(String target, Action2 callback, Class param1, Class param2) + fullName: com.microsoft.signalr.HubConnection.on(String target, Action2 callback, Class param1, Class param2) + overload: com.microsoft.signalr.HubConnection.on* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 585 + package: com.microsoft.signalr + summary: "

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

\r\n

" + syntax: + content: public Subscription on(String target, Action2 callback, Class param1, Class param2) + parameters: + - id: target + type: "26831127" + description:

The name of the hub method to define.

+ - id: callback + type: com.microsoft.signalr.Action23a3c39b1 + description:

The handler that will be raised when the hub method is invoked.

+ - id: param1 + type: bd7e4e46 + description:

The first parameter.

+ - id: param2 + type: 5bf83f21 + description:

The second parameter.

+ return: + type: 9fff9d58com.microsoft.signalr.Subscription + description:

A Subscription that can be disposed to unsubscribe from the hub method.

+- uid: com.microsoft.signalr.HubConnection.on(String,Action3,Class,Class,Class) + id: on(String,Action3,Class,Class,Class) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: on(String target, Action3 callback, Class param1, Class param2, Class param3) + nameWithType: HubConnection.on(String target, Action3 callback, Class param1, Class param2, Class param3) + fullName: com.microsoft.signalr.HubConnection.on(String target, Action3 callback, Class param1, Class param2, Class param3) + overload: com.microsoft.signalr.HubConnection.on* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 605 + package: com.microsoft.signalr + summary: "

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

\r\n

" + syntax: + content: public Subscription on(String target, Action3 callback, Class param1, Class param2, Class param3) + parameters: + - id: target + type: "26831127" + description:

The name of the hub method to define.

+ - id: callback + type: com.microsoft.signalr.Action3cdfbe1c9 + description:

The handler that will be raised when the hub method is invoked.

+ - id: param1 + type: bd7e4e46 + description:

The first parameter.

+ - id: param2 + type: 5bf83f21 + description:

The second parameter.

+ - id: param3 + type: 6401a29b + description:

The third parameter.

+ return: + type: 6cc5db36com.microsoft.signalr.Subscription + description:

A Subscription that can be disposed to unsubscribe from the hub method.

+- uid: com.microsoft.signalr.HubConnection.on(String,Action4,Class,Class,Class,Class) + id: on(String,Action4,Class,Class,Class,Class) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: on(String target, Action4 callback, Class param1, Class param2, Class param3, Class param4) + nameWithType: HubConnection.on(String target, Action4 callback, Class param1, Class param2, Class param3, Class param4) + fullName: com.microsoft.signalr.HubConnection.on(String target, Action4 callback, Class param1, Class param2, Class param3, Class param4) + overload: com.microsoft.signalr.HubConnection.on* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 628 + package: com.microsoft.signalr + summary: "

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

\r\n

" + syntax: + content: public Subscription on(String target, Action4 callback, Class param1, Class param2, Class param3, Class param4) + parameters: + - id: target + type: "26831127" + description:

The name of the hub method to define.

+ - id: callback + type: com.microsoft.signalr.Action452633229 + description:

The handler that will be raised when the hub method is invoked.

+ - id: param1 + type: bd7e4e46 + description:

The first parameter.

+ - id: param2 + type: 5bf83f21 + description:

The second parameter.

+ - id: param3 + type: 6401a29b + description:

The third parameter.

+ - id: param4 + type: 0b47a77c + description:

The fourth parameter.

+ return: + type: 4601eee9com.microsoft.signalr.Subscription + description:

A Subscription that can be disposed to unsubscribe from the hub method.

+- uid: com.microsoft.signalr.HubConnection.on(String,Action5,Class,Class,Class,Class,Class) + id: on(String,Action5,Class,Class,Class,Class,Class) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: on(String target, Action5 callback, Class param1, Class param2, Class param3, Class param4, Class param5) + nameWithType: HubConnection.on(String target, Action5 callback, Class param1, Class param2, Class param3, Class param4, Class param5) + fullName: com.microsoft.signalr.HubConnection.on(String target, Action5 callback, Class param1, Class param2, Class param3, Class param4, Class param5) + overload: com.microsoft.signalr.HubConnection.on* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 653 + package: com.microsoft.signalr + summary: "

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

\r\n

" + syntax: + content: public Subscription on(String target, Action5 callback, Class param1, Class param2, Class param3, Class param4, Class param5) + parameters: + - id: target + type: "26831127" + description:

The name of the hub method to define.

+ - id: callback + type: com.microsoft.signalr.Action592a43092 + description:

The handler that will be raised when the hub method is invoked.

+ - id: param1 + type: bd7e4e46 + description:

The first parameter.

+ - id: param2 + type: 5bf83f21 + description:

The second parameter.

+ - id: param3 + type: 6401a29b + description:

The third parameter.

+ - id: param4 + type: 0b47a77c + description:

The fourth parameter.

+ - id: param5 + type: 8d84073f + description:

The fifth parameter.

+ return: + type: 66548d09com.microsoft.signalr.Subscription + description:

A Subscription that can be disposed to unsubscribe from the hub method.

+- uid: com.microsoft.signalr.HubConnection.on(String,Action6,Class,Class,Class,Class,Class,Class) + id: on(String,Action6,Class,Class,Class,Class,Class,Class) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: on(String target, Action6 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6) + nameWithType: HubConnection.on(String target, Action6 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6) + fullName: com.microsoft.signalr.HubConnection.on(String target, Action6 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6) + overload: com.microsoft.signalr.HubConnection.on* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 681 + package: com.microsoft.signalr + summary: "

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

\r\n

" + syntax: + content: public Subscription on(String target, Action6 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6) + parameters: + - id: target + type: "26831127" + description:

The name of the hub method to define.

+ - id: callback + type: com.microsoft.signalr.Action6a9c1adee + description:

The handler that will be raised when the hub method is invoked.

+ - id: param1 + type: bd7e4e46 + description:

The first parameter.

+ - id: param2 + type: 5bf83f21 + description:

The second parameter.

+ - id: param3 + type: 6401a29b + description:

The third parameter.

+ - id: param4 + type: 0b47a77c + description:

The fourth parameter.

+ - id: param5 + type: 8d84073f + description:

The fifth parameter.

+ - id: param6 + type: ba8f519c + description:

The sixth parameter.

+ return: + type: 1ea07816com.microsoft.signalr.Subscription + description:

A Subscription that can be disposed to unsubscribe from the hub method.

+- uid: com.microsoft.signalr.HubConnection.on(String,Action7,Class,Class,Class,Class,Class,Class,Class) + id: on(String,Action7,Class,Class,Class,Class,Class,Class,Class) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: on(String target, Action7 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6, Class param7) + nameWithType: HubConnection.on(String target, Action7 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6, Class param7) + fullName: com.microsoft.signalr.HubConnection.on(String target, Action7 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6, Class param7) + overload: com.microsoft.signalr.HubConnection.on* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 711 + package: com.microsoft.signalr + summary: "

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

\r\n

" + syntax: + content: public Subscription on(String target, Action7 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6, Class param7) + parameters: + - id: target + type: "26831127" + description:

The name of the hub method to define.

+ - id: callback + type: com.microsoft.signalr.Action7d919bd9a + description:

The handler that will be raised when the hub method is invoked.

+ - id: param1 + type: bd7e4e46 + description:

The first parameter.

+ - id: param2 + type: 5bf83f21 + description:

The second parameter.

+ - id: param3 + type: 6401a29b + description:

The third parameter.

+ - id: param4 + type: 0b47a77c + description:

The fourth parameter.

+ - id: param5 + type: 8d84073f + description:

The fifth parameter.

+ - id: param6 + type: ba8f519c + description:

The sixth parameter.

+ - id: param7 + type: c35f184f + description:

The seventh parameter.

+ return: + type: ee835c10com.microsoft.signalr.Subscription + description:

A Subscription that can be disposed to unsubscribe from the hub method.

+- uid: com.microsoft.signalr.HubConnection.on(String,Action8,Class,Class,Class,Class,Class,Class,Class,Class) + id: on(String,Action8,Class,Class,Class,Class,Class,Class,Class,Class) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: on(String target, Action8 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6, Class param7, Class param8) + nameWithType: HubConnection.on(String target, Action8 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6, Class param7, Class param8) + fullName: com.microsoft.signalr.HubConnection.on(String target, Action8 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6, Class param7, Class param8) + overload: com.microsoft.signalr.HubConnection.on* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 743 + package: com.microsoft.signalr + summary: "

Registers a handler that will be invoked when the hub method with the specified method name is invoked.

\r\n

" + syntax: + content: public Subscription on(String target, Action8 callback, Class param1, Class param2, Class param3, Class param4, Class param5, Class param6, Class param7, Class param8) + parameters: + - id: target + type: "26831127" + description:

The name of the hub method to define.

+ - id: callback + type: com.microsoft.signalr.Action8022a6a0e + description:

The handler that will be raised when the hub method is invoked.

+ - id: param1 + type: bd7e4e46 + description:

The first parameter.

+ - id: param2 + type: 5bf83f21 + description:

The second parameter.

+ - id: param3 + type: 6401a29b + description:

The third parameter.

+ - id: param4 + type: 0b47a77c + description:

The fourth parameter.

+ - id: param5 + type: 8d84073f + description:

The fifth parameter.

+ - id: param6 + type: ba8f519c + description:

The sixth parameter.

+ - id: param7 + type: c35f184f + description:

The seventh parameter.

+ - id: param8 + type: 724080d4 + description:

The eighth parameter

+ return: + type: a3794381com.microsoft.signalr.Subscription + description:

A Subscription that can be disposed to unsubscribe from the hub method.

+- uid: com.microsoft.signalr.HubConnection.onClosed(OnClosedCallback) + id: onClosed(OnClosedCallback) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: onClosed(OnClosedCallback callback) + nameWithType: HubConnection.onClosed(OnClosedCallback callback) + fullName: com.microsoft.signalr.HubConnection.onClosed(OnClosedCallback callback) + overload: com.microsoft.signalr.HubConnection.onClosed* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 539 + package: com.microsoft.signalr + summary: "

Registers a callback to run when the connection is closed.

\r\n

" + syntax: + content: public void onClosed(OnClosedCallback callback) + parameters: + - id: callback + type: com.microsoft.signalr.OnClosedCallback + description:

A callback to run when the connection closes.

+- uid: com.microsoft.signalr.HubConnection.remove(String) + id: remove(String) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: remove(String name) + nameWithType: HubConnection.remove(String name) + fullName: com.microsoft.signalr.HubConnection.remove(String name) + overload: com.microsoft.signalr.HubConnection.remove* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 529 + package: com.microsoft.signalr + summary: "

Removes all handlers associated with the method with the specified method name.

\r\n

" + syntax: + content: public void remove(String name) + parameters: + - id: name + type: "26831127" + description:

The name of the hub method from which handlers are being removed.

+- uid: com.microsoft.signalr.HubConnection.send(String,Object...) + id: ) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: send(String method, Object... args) + nameWithType: HubConnection.send(String method, Object... args) + fullName: com.microsoft.signalr.HubConnection.send(String method, Object... args) + overload: com.microsoft.signalr.HubConnection.send* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 454 + package: com.microsoft.signalr + summary: "

Invokes a hub method on the server using the specified method name. Does not wait for a response from the receiver.

\r\n

" + syntax: + content: public void send(String method, Object... args) + parameters: + - id: method + type: "26831127" + description:

The name of the server method to invoke.

+ - id: args + type: 1355eaf1 + description:

The arguments to be passed to the method.

+- uid: com.microsoft.signalr.HubConnection.setKeepAliveInterval(long) + id: setKeepAliveInterval(long) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: setKeepAliveInterval(long keepAliveIntervalInMilliseconds) + nameWithType: HubConnection.setKeepAliveInterval(long keepAliveIntervalInMilliseconds) + fullName: com.microsoft.signalr.HubConnection.setKeepAliveInterval(long keepAliveIntervalInMilliseconds) + overload: com.microsoft.signalr.HubConnection.setKeepAliveInterval* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 84 + package: com.microsoft.signalr + summary: "

Sets the keep alive interval duration.

\r\n

" + syntax: + content: public void setKeepAliveInterval(long keepAliveIntervalInMilliseconds) + parameters: + - id: keepAliveIntervalInMilliseconds + type: 0364520f + description:

The interval (specified in milliseconds) at which the connection should send keep alive messages.

+- uid: com.microsoft.signalr.HubConnection.setServerTimeout(long) + id: setServerTimeout(long) + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: setServerTimeout(long serverTimeoutInMilliseconds) + nameWithType: HubConnection.setServerTimeout(long serverTimeoutInMilliseconds) + fullName: com.microsoft.signalr.HubConnection.setServerTimeout(long serverTimeoutInMilliseconds) + overload: com.microsoft.signalr.HubConnection.setServerTimeout* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 66 + package: com.microsoft.signalr + summary: "

Sets the server timeout interval for the connection.

\r\n

" + syntax: + content: public void setServerTimeout(long serverTimeoutInMilliseconds) + parameters: + - id: serverTimeoutInMilliseconds + type: 0364520f + description:

The server timeout duration (specified in milliseconds).

+- uid: com.microsoft.signalr.HubConnection.start() + id: start() + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: start() + nameWithType: HubConnection.start() + fullName: com.microsoft.signalr.HubConnection.start() + overload: com.microsoft.signalr.HubConnection.start* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 268 + package: com.microsoft.signalr + summary: "

Starts a connection to the server.

\r\n

" + syntax: + content: public Completable start() + return: + type: "56537e90" + description:

A Completable that completes when the connection has been established.

+- uid: com.microsoft.signalr.HubConnection.stop() + id: stop() + parent: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml + langs: + - java + name: stop() + nameWithType: HubConnection.stop() + fullName: com.microsoft.signalr.HubConnection.stop() + overload: com.microsoft.signalr.HubConnection.stop* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java + startLine: 413 + package: com.microsoft.signalr + summary: "

Stops a connection to the server.

\r\n

" + syntax: + content: public Completable stop() + return: + type: "56537e90" + description:

A Completable that completes when the connection has been stopped.

+references: +- uid: 0364520f + spec.java: + - name: long + fullName: long +- uid: com.microsoft.signalr.HubConnection.setServerTimeout* + name: setServerTimeout + nameWithType: HubConnection.setServerTimeout + fullName: com.microsoft.signalr.HubConnection.setServerTimeout + package: com.microsoft.signalr +- uid: com.microsoft.signalr.HubConnection.getServerTimeout* + name: getServerTimeout + nameWithType: HubConnection.getServerTimeout + fullName: com.microsoft.signalr.HubConnection.getServerTimeout + package: com.microsoft.signalr +- uid: com.microsoft.signalr.HubConnection.setKeepAliveInterval* + name: setKeepAliveInterval + nameWithType: HubConnection.setKeepAliveInterval + fullName: com.microsoft.signalr.HubConnection.setKeepAliveInterval + package: com.microsoft.signalr +- uid: com.microsoft.signalr.HubConnection.getKeepAliveInterval* + name: getKeepAliveInterval + nameWithType: HubConnection.getKeepAliveInterval + fullName: com.microsoft.signalr.HubConnection.getKeepAliveInterval + package: com.microsoft.signalr +- uid: com.microsoft.signalr.HubConnection.getConnectionState* + name: getConnectionState + nameWithType: HubConnection.getConnectionState + fullName: com.microsoft.signalr.HubConnection.getConnectionState + package: com.microsoft.signalr +- uid: "56537e90" + spec.java: + - name: Completable + fullName: Completable +- uid: com.microsoft.signalr.HubConnection.start* + name: start + nameWithType: HubConnection.start + fullName: com.microsoft.signalr.HubConnection.start + package: com.microsoft.signalr +- uid: com.microsoft.signalr.HubConnection.stop* + name: stop + nameWithType: HubConnection.stop + fullName: com.microsoft.signalr.HubConnection.stop + package: com.microsoft.signalr +- uid: "26831127" + spec.java: + - name: String + fullName: String +- uid: 1355eaf1 + spec.java: + - name: Object... + fullName: Object... +- uid: com.microsoft.signalr.HubConnection.send* + name: send + nameWithType: HubConnection.send + fullName: com.microsoft.signalr.HubConnection.send + package: com.microsoft.signalr +- uid: com.microsoft.signalr.HubConnection.remove* + name: remove + nameWithType: HubConnection.remove + fullName: com.microsoft.signalr.HubConnection.remove + package: com.microsoft.signalr +- uid: com.microsoft.signalr.HubConnection.onClosed* + name: onClosed + nameWithType: HubConnection.onClosed + fullName: com.microsoft.signalr.HubConnection.onClosed + package: com.microsoft.signalr +- uid: com.microsoft.signalr.HubConnection.on* + name: on + nameWithType: HubConnection.on + fullName: com.microsoft.signalr.HubConnection.on + package: com.microsoft.signalr +- uid: ffb09d2d + spec.java: + - name: Class + fullName: Class +- uid: 36c4c497 + spec.java: + - name: Single + fullName: Single +- uid: com.microsoft.signalr.HubConnection.invoke* + name: invoke + nameWithType: HubConnection.invoke + fullName: com.microsoft.signalr.HubConnection.invoke + package: com.microsoft.signalr +- uid: com.microsoft.signalr.Action1db2ace7f + spec.java: + - uid: com.microsoft.signalr.Action1 + name: Action1 + fullName: com.microsoft.signalr.Action1 + href: com.microsoft.signalr.Action1.yml + - name: + fullName: +- uid: bd7e4e46 + spec.java: + - name: Class + fullName: Class +- uid: bdf0abc0com.microsoft.signalr.Subscription + spec.java: + - name: ' ' + fullName: ' ' + - uid: com.microsoft.signalr.Subscription + name: Subscription + fullName: com.microsoft.signalr.Subscription + href: com.microsoft.signalr.Subscription.yml +- uid: com.microsoft.signalr.Action23a3c39b1 + spec.java: + - uid: com.microsoft.signalr.Action2 + name: Action2 + fullName: com.microsoft.signalr.Action2 + href: com.microsoft.signalr.Action2.yml + - name: + fullName: +- uid: 5bf83f21 + spec.java: + - name: Class + fullName: Class +- uid: 9fff9d58com.microsoft.signalr.Subscription + spec.java: + - name: ' ' + fullName: ' ' + - uid: com.microsoft.signalr.Subscription + name: Subscription + fullName: com.microsoft.signalr.Subscription + href: com.microsoft.signalr.Subscription.yml +- uid: com.microsoft.signalr.Action3cdfbe1c9 + spec.java: + - uid: com.microsoft.signalr.Action3 + name: Action3 + fullName: com.microsoft.signalr.Action3 + href: com.microsoft.signalr.Action3.yml + - name: + fullName: +- uid: 6401a29b + spec.java: + - name: Class + fullName: Class +- uid: 6cc5db36com.microsoft.signalr.Subscription + spec.java: + - name: ' ' + fullName: ' ' + - uid: com.microsoft.signalr.Subscription + name: Subscription + fullName: com.microsoft.signalr.Subscription + href: com.microsoft.signalr.Subscription.yml +- uid: com.microsoft.signalr.Action452633229 + spec.java: + - uid: com.microsoft.signalr.Action4 + name: Action4 + fullName: com.microsoft.signalr.Action4 + href: com.microsoft.signalr.Action4.yml + - name: + fullName: +- uid: 0b47a77c + spec.java: + - name: Class + fullName: Class +- uid: 4601eee9com.microsoft.signalr.Subscription + spec.java: + - name: ' ' + fullName: ' ' + - uid: com.microsoft.signalr.Subscription + name: Subscription + fullName: com.microsoft.signalr.Subscription + href: com.microsoft.signalr.Subscription.yml +- uid: com.microsoft.signalr.Action592a43092 + spec.java: + - uid: com.microsoft.signalr.Action5 + name: Action5 + fullName: com.microsoft.signalr.Action5 + href: com.microsoft.signalr.Action5.yml + - name: + fullName: +- uid: 8d84073f + spec.java: + - name: Class + fullName: Class +- uid: 66548d09com.microsoft.signalr.Subscription + spec.java: + - name: ' ' + fullName: ' ' + - uid: com.microsoft.signalr.Subscription + name: Subscription + fullName: com.microsoft.signalr.Subscription + href: com.microsoft.signalr.Subscription.yml +- uid: com.microsoft.signalr.Action6a9c1adee + spec.java: + - uid: com.microsoft.signalr.Action6 + name: Action6 + fullName: com.microsoft.signalr.Action6 + href: com.microsoft.signalr.Action6.yml + - name: + fullName: +- uid: ba8f519c + spec.java: + - name: Class + fullName: Class +- uid: 1ea07816com.microsoft.signalr.Subscription + spec.java: + - name: ' ' + fullName: ' ' + - uid: com.microsoft.signalr.Subscription + name: Subscription + fullName: com.microsoft.signalr.Subscription + href: com.microsoft.signalr.Subscription.yml +- uid: com.microsoft.signalr.Action7d919bd9a + spec.java: + - uid: com.microsoft.signalr.Action7 + name: Action7 + fullName: com.microsoft.signalr.Action7 + href: com.microsoft.signalr.Action7.yml + - name: + fullName: +- uid: c35f184f + spec.java: + - name: Class + fullName: Class +- uid: ee835c10com.microsoft.signalr.Subscription + spec.java: + - name: ' ' + fullName: ' ' + - uid: com.microsoft.signalr.Subscription + name: Subscription + fullName: com.microsoft.signalr.Subscription + href: com.microsoft.signalr.Subscription.yml +- uid: com.microsoft.signalr.Action8022a6a0e + spec.java: + - uid: com.microsoft.signalr.Action8 + name: Action8 + fullName: com.microsoft.signalr.Action8 + href: com.microsoft.signalr.Action8.yml + - name: + fullName: +- uid: 724080d4 + spec.java: + - name: Class + fullName: Class +- uid: a3794381com.microsoft.signalr.Subscription + spec.java: + - name: ' ' + fullName: ' ' + - uid: com.microsoft.signalr.Subscription + name: Subscription + fullName: com.microsoft.signalr.Subscription + href: com.microsoft.signalr.Subscription.yml +- uid: com.microsoft.signalr.HubConnectionState + parent: com.microsoft.signalr + href: com.microsoft.signalr.HubConnectionState.yml + name: HubConnectionState + nameWithType: HubConnectionState + fullName: com.microsoft.signalr.HubConnectionState + type: Enum + summary: "

Indicates the state of the HubConnection.

" + syntax: + content: public enum HubConnectionState +- uid: com.microsoft.signalr.OnClosedCallback + parent: com.microsoft.signalr + href: com.microsoft.signalr.OnClosedCallback.yml + name: OnClosedCallback + nameWithType: OnClosedCallback + fullName: com.microsoft.signalr.OnClosedCallback + type: Interface + summary: "

A callback to create and register on a HubConnections OnClosed method.

" + syntax: + content: public interface OnClosedCallback +- uid: com.microsoft.signalr.HubConnection + parent: com.microsoft.signalr + href: com.microsoft.signalr.HubConnection.yml + name: HubConnection + nameWithType: HubConnection + fullName: com.microsoft.signalr.HubConnection + type: Class + summary: "

A connection used to invoke hub methods on a SignalR Server.

" + syntax: *o1 +- uid: com.microsoft.signalr.Subscription + parent: com.microsoft.signalr + href: com.microsoft.signalr.Subscription.yml + name: Subscription + nameWithType: Subscription + fullName: com.microsoft.signalr.Subscription + type: Class + summary: "

Represents the registration of a handler for a client method.

" + syntax: + content: public class Subscription +- uid: com.microsoft.signalr.Action + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action.yml + name: Action + nameWithType: Action + fullName: com.microsoft.signalr.Action + type: Interface + summary: "

A callback that takes no parameters.

" + syntax: + content: public interface Action +- uid: com.microsoft.signalr.Action1 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action1.yml + name: Action1 + nameWithType: Action1 + fullName: com.microsoft.signalr.Action1 + type: Interface + summary: "

A callback that takes one parameter.

\r\n

" + syntax: + content: public interface Action1 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+- uid: com.microsoft.signalr.Action2 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action2.yml + name: Action2 + nameWithType: Action2 + fullName: com.microsoft.signalr.Action2 + type: Interface + summary: "

A callback that takes two parameters.

\r\n

" + syntax: + content: public interface Action2 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+- uid: com.microsoft.signalr.Action3 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action3.yml + name: Action3 + nameWithType: Action3 + fullName: com.microsoft.signalr.Action3 + type: Interface + summary: "

A callback that takes three parameters.

\r\n

" + syntax: + content: public interface Action3 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+- uid: com.microsoft.signalr.Action4 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action4.yml + name: Action4 + nameWithType: Action4 + fullName: com.microsoft.signalr.Action4 + type: Interface + summary: "

A callback that takes four parameters.

\r\n

" + syntax: + content: public interface Action4 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+- uid: com.microsoft.signalr.Action5 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action5.yml + name: Action5 + nameWithType: Action5 + fullName: com.microsoft.signalr.Action5 + type: Interface + summary: "

A callback that takes five parameters.

\r\n

" + syntax: + content: public interface Action5 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+- uid: com.microsoft.signalr.Action6 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action6.yml + name: Action6 + nameWithType: Action6 + fullName: com.microsoft.signalr.Action6 + type: Interface + summary: "

A callback that takes six parameters.

\r\n

" + syntax: + content: public interface Action6 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+ - id: T6 + type: 43cd3771 + description:

The type of the sixth parameter to the callback.

+- uid: com.microsoft.signalr.Action7 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action7.yml + name: Action7 + nameWithType: Action7 + fullName: com.microsoft.signalr.Action7 + type: Interface + summary: "

A callback that takes seven parameters.

\r\n

" + syntax: + content: public interface Action7 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+ - id: T6 + type: 43cd3771 + description:

The type of the sixth parameter to the callback.

+ - id: T7 + type: 308f4ff4 + description:

The type of the seventh parameter to the callback.

+- uid: com.microsoft.signalr.Action8 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action8.yml + name: Action8 + nameWithType: Action8 + fullName: com.microsoft.signalr.Action8 + type: Interface + summary: "

A callback that takes eight parameters.

\r\n

" + syntax: + content: public interface Action8 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+ - id: T6 + type: 43cd3771 + description:

The type of the sixth parameter to the callback.

+ - id: T7 + type: 308f4ff4 + description:

The type of the seventh parameter to the callback.

+ - id: T8 + type: 57f41c00 + description:

The type of the eighth parameter to the callback.

diff --git a/docs-ref-autogen/com.microsoft.signalr.HubConnectionBuilder.yml b/docs-ref-autogen/com.microsoft.signalr.HubConnectionBuilder.yml new file mode 100644 index 0000000..0b3bd3c --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.HubConnectionBuilder.yml @@ -0,0 +1,119 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.HubConnectionBuilder + id: HubConnectionBuilder + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.HubConnectionBuilder.build() + - com.microsoft.signalr.HubConnectionBuilder.create(String) + href: com.microsoft.signalr.HubConnectionBuilder.yml + langs: + - java + name: HubConnectionBuilder + nameWithType: HubConnectionBuilder + fullName: com.microsoft.signalr.HubConnectionBuilder + type: Class + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionBuilder.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionBuilder.java + startLine: 8 + package: com.microsoft.signalr + summary: "

A builder for configuring HubConnection instances.

" + syntax: + content: public class HubConnectionBuilder + inheritance: + - java.lang.Object +- uid: com.microsoft.signalr.HubConnectionBuilder.build() + id: build() + parent: com.microsoft.signalr.HubConnectionBuilder + href: com.microsoft.signalr.HubConnectionBuilder.yml + langs: + - java + name: build() + nameWithType: HubConnectionBuilder.build() + fullName: com.microsoft.signalr.HubConnectionBuilder.build() + overload: com.microsoft.signalr.HubConnectionBuilder.build* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionBuilder.java + startLine: 27 + package: com.microsoft.signalr + summary: "

Builds a new instance of HubConnection.

\r\n

" + syntax: + content: public abstract HubConnection build() + return: + type: 13c86962com.microsoft.signalr.HubConnection + description:

A new instance of HubConnection.

+- uid: com.microsoft.signalr.HubConnectionBuilder.create(String) + id: create(String) + parent: com.microsoft.signalr.HubConnectionBuilder + href: com.microsoft.signalr.HubConnectionBuilder.yml + langs: + - java + name: create(String url) + nameWithType: HubConnectionBuilder.create(String url) + fullName: com.microsoft.signalr.HubConnectionBuilder.create(String url) + overload: com.microsoft.signalr.HubConnectionBuilder.create* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionBuilder.java + startLine: 15 + package: com.microsoft.signalr + summary: "

Creates a new instance of HttpHubConnectionBuilder.

\r\n

" + syntax: + content: public static HttpHubConnectionBuilder create(String url) + parameters: + - id: url + type: "26831127" + description:

The URL of the SignalR hub to connect to.

+ return: + type: com.microsoft.signalr.HttpHubConnectionBuilder + description:

An instance of HttpHubConnectionBuilder.

+references: +- uid: "26831127" + spec.java: + - name: String + fullName: String +- uid: com.microsoft.signalr.HubConnectionBuilder.create* + name: create + nameWithType: HubConnectionBuilder.create + fullName: com.microsoft.signalr.HubConnectionBuilder.create + package: com.microsoft.signalr +- uid: 13c86962com.microsoft.signalr.HubConnection + spec.java: + - name: 'abstract ' + fullName: 'abstract ' + - uid: com.microsoft.signalr.HubConnection + name: HubConnection + fullName: com.microsoft.signalr.HubConnection + href: com.microsoft.signalr.HubConnection.yml +- uid: com.microsoft.signalr.HubConnectionBuilder.build* + name: build + nameWithType: HubConnectionBuilder.build + fullName: com.microsoft.signalr.HubConnectionBuilder.build + package: com.microsoft.signalr +- uid: com.microsoft.signalr.HttpHubConnectionBuilder + parent: com.microsoft.signalr + href: com.microsoft.signalr.HttpHubConnectionBuilder.yml + name: HttpHubConnectionBuilder + nameWithType: HttpHubConnectionBuilder + fullName: com.microsoft.signalr.HttpHubConnectionBuilder + type: Class + summary: "

A builder for configuring HubConnection instances.

" + syntax: + content: public class HttpHubConnectionBuilder +- uid: com.microsoft.signalr.HubConnection + parent: com.microsoft.signalr + href: com.microsoft.signalr.HubConnection.yml + name: HubConnection + nameWithType: HubConnection + fullName: com.microsoft.signalr.HubConnection + type: Class + summary: "

A connection used to invoke hub methods on a SignalR Server.

" + syntax: + content: public class HubConnection diff --git a/docs-ref-autogen/com.microsoft.signalr.HubConnectionState.yml b/docs-ref-autogen/com.microsoft.signalr.HubConnectionState.yml new file mode 100644 index 0000000..b4ad73d --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.HubConnectionState.yml @@ -0,0 +1,74 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.HubConnectionState + id: HubConnectionState + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.HubConnectionState.CONNECTED + - com.microsoft.signalr.HubConnectionState.DISCONNECTED + href: com.microsoft.signalr.HubConnectionState.yml + langs: + - java + name: HubConnectionState + nameWithType: HubConnectionState + fullName: com.microsoft.signalr.HubConnectionState + type: Enum + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionState.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionState.java + startLine: 8 + package: com.microsoft.signalr + summary: "

Indicates the state of the HubConnection.

" + syntax: + content: public enum HubConnectionState + inheritance: + - java.lang.Object + - java.lang.Enum +- uid: com.microsoft.signalr.HubConnectionState.CONNECTED + id: CONNECTED + parent: com.microsoft.signalr.HubConnectionState + href: com.microsoft.signalr.HubConnectionState.yml + langs: + - java + name: CONNECTED + nameWithType: HubConnectionState.CONNECTED + fullName: com.microsoft.signalr.HubConnectionState.CONNECTED + type: Field + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionState.java + startLine: 9 + package: com.microsoft.signalr + syntax: + content: public CONNECTED +- uid: com.microsoft.signalr.HubConnectionState.DISCONNECTED + id: DISCONNECTED + parent: com.microsoft.signalr.HubConnectionState + href: com.microsoft.signalr.HubConnectionState.yml + langs: + - java + name: DISCONNECTED + nameWithType: HubConnectionState.DISCONNECTED + fullName: com.microsoft.signalr.HubConnectionState.DISCONNECTED + type: Field + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionState.java + startLine: 10 + package: com.microsoft.signalr + syntax: + content: public DISCONNECTED +references: +- uid: com.microsoft.signalr.HubConnection + parent: com.microsoft.signalr + href: com.microsoft.signalr.HubConnection.yml + name: HubConnection + nameWithType: HubConnection + fullName: com.microsoft.signalr.HubConnection + type: Class + summary: "

A connection used to invoke hub methods on a SignalR Server.

" + syntax: + content: public class HubConnection diff --git a/docs-ref-autogen/com.microsoft.signalr.HubException.yml b/docs-ref-autogen/com.microsoft.signalr.HubException.yml new file mode 100644 index 0000000..518f4bb --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.HubException.yml @@ -0,0 +1,121 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.HubException + id: HubException + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.HubException.HubException() + - com.microsoft.signalr.HubException.HubException(String) + - com.microsoft.signalr.HubException.HubException(String,Exception) + href: com.microsoft.signalr.HubException.yml + langs: + - java + name: HubException + nameWithType: HubException + fullName: com.microsoft.signalr.HubException + type: Class + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubException.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubException.java + startLine: 8 + package: com.microsoft.signalr + summary: "

An exception thrown when the server fails to invoke a Hub method.

" + syntax: &o1 + content: public class HubException + inheritance: + - java.lang.Object + - RuntimeException +- uid: com.microsoft.signalr.HubException.HubException() + id: HubException() + parent: com.microsoft.signalr.HubException + href: com.microsoft.signalr.HubException.yml + langs: + - java + name: HubException() + nameWithType: HubException.HubException() + fullName: com.microsoft.signalr.HubException.HubException() + overload: com.microsoft.signalr.HubException.HubException* + type: Constructor + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubException.java + startLine: 14 + package: com.microsoft.signalr + summary: "

Initializes a new instance of the HubException class.

" + syntax: + content: public HubException() +- uid: com.microsoft.signalr.HubException.HubException(String) + id: HubException(String) + parent: com.microsoft.signalr.HubException + href: com.microsoft.signalr.HubException.yml + langs: + - java + name: HubException(String errorMessage) + nameWithType: HubException.HubException(String errorMessage) + fullName: com.microsoft.signalr.HubException.HubException(String errorMessage) + overload: com.microsoft.signalr.HubException.HubException* + type: Constructor + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubException.java + startLine: 22 + package: com.microsoft.signalr + summary: "

Initializes a new instance of the HubException class with a specified error message.

\r\n

" + syntax: + content: public HubException(String errorMessage) + parameters: + - id: errorMessage + type: "26831127" + description:

The error message that explains the reason for the exception.

+- uid: com.microsoft.signalr.HubException.HubException(String,Exception) + id: HubException(String,Exception) + parent: com.microsoft.signalr.HubException + href: com.microsoft.signalr.HubException.yml + langs: + - java + name: HubException(String errorMessage, Exception innerException) + nameWithType: HubException.HubException(String errorMessage, Exception innerException) + fullName: com.microsoft.signalr.HubException.HubException(String errorMessage, Exception innerException) + overload: com.microsoft.signalr.HubException.HubException* + type: Constructor + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/HubException.java + startLine: 33 + package: com.microsoft.signalr + summary: "

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.

\r\n

" + syntax: + content: public HubException(String errorMessage, Exception innerException) + parameters: + - id: errorMessage + type: "26831127" + description:

The error message that explains the reason for the exception.

+ - id: innerException + type: 8a99d4b0 + description:

The exception that is the cause of the current exception, or null if no inner exception is specified.

+references: +- uid: com.microsoft.signalr.HubException.HubException* + name: HubException + nameWithType: HubException.HubException + fullName: com.microsoft.signalr.HubException.HubException + package: com.microsoft.signalr +- uid: "26831127" + spec.java: + - name: String + fullName: String +- uid: 8a99d4b0 + spec.java: + - name: Exception + fullName: Exception +- uid: com.microsoft.signalr.HubException + parent: com.microsoft.signalr + href: com.microsoft.signalr.HubException.yml + name: HubException + nameWithType: HubException + fullName: com.microsoft.signalr.HubException + type: Class + summary: "

An exception thrown when the server fails to invoke a Hub method.

" + syntax: *o1 diff --git a/docs-ref-autogen/com.microsoft.signalr.OnClosedCallback.yml b/docs-ref-autogen/com.microsoft.signalr.OnClosedCallback.yml new file mode 100644 index 0000000..a9c2372 --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.OnClosedCallback.yml @@ -0,0 +1,56 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.OnClosedCallback + id: OnClosedCallback + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.OnClosedCallback.invoke(Exception) + href: com.microsoft.signalr.OnClosedCallback.yml + langs: + - java + name: OnClosedCallback + nameWithType: OnClosedCallback + fullName: com.microsoft.signalr.OnClosedCallback + type: Interface + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/OnClosedCallback.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/OnClosedCallback.java + startLine: 8 + package: com.microsoft.signalr + summary: "

A callback to create and register on a HubConnections OnClosed method.

" + syntax: + content: public interface OnClosedCallback +- uid: com.microsoft.signalr.OnClosedCallback.invoke(Exception) + id: invoke(Exception) + parent: com.microsoft.signalr.OnClosedCallback + href: com.microsoft.signalr.OnClosedCallback.yml + langs: + - java + name: invoke(Exception exception) + nameWithType: OnClosedCallback.invoke(Exception exception) + fullName: com.microsoft.signalr.OnClosedCallback.invoke(Exception exception) + overload: com.microsoft.signalr.OnClosedCallback.invoke* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/OnClosedCallback.java + startLine: 9 + package: com.microsoft.signalr + syntax: + content: public void invoke(Exception exception) + parameters: + - id: exception + type: 8a99d4b0 +references: +- uid: 8a99d4b0 + spec.java: + - name: Exception + fullName: Exception +- uid: com.microsoft.signalr.OnClosedCallback.invoke* + name: invoke + nameWithType: OnClosedCallback.invoke + fullName: com.microsoft.signalr.OnClosedCallback.invoke + package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr.Subscription.yml b/docs-ref-autogen/com.microsoft.signalr.Subscription.yml new file mode 100644 index 0000000..e5fecef --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.Subscription.yml @@ -0,0 +1,52 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr.Subscription + id: Subscription + parent: com.microsoft.signalr + children: + - com.microsoft.signalr.Subscription.unsubscribe() + href: com.microsoft.signalr.Subscription.yml + langs: + - java + name: Subscription + nameWithType: Subscription + fullName: com.microsoft.signalr.Subscription + type: Class + source: + remote: &o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Subscription.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Subscription.java + startLine: 10 + package: com.microsoft.signalr + summary: "

Represents the registration of a handler for a client method.

" + syntax: + content: public class Subscription + inheritance: + - java.lang.Object +- uid: com.microsoft.signalr.Subscription.unsubscribe() + id: unsubscribe() + parent: com.microsoft.signalr.Subscription + href: com.microsoft.signalr.Subscription.yml + langs: + - java + name: unsubscribe() + nameWithType: Subscription.unsubscribe() + fullName: com.microsoft.signalr.Subscription.unsubscribe() + overload: com.microsoft.signalr.Subscription.unsubscribe* + type: Method + source: + remote: *o0 + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Subscription.java + startLine: 24 + package: com.microsoft.signalr + summary: "

Removes the client method handler represented by this subscription.

" + syntax: + content: public void unsubscribe() +references: +- uid: com.microsoft.signalr.Subscription.unsubscribe* + name: unsubscribe + nameWithType: Subscription.unsubscribe + fullName: com.microsoft.signalr.Subscription.unsubscribe + package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr.yml b/docs-ref-autogen/com.microsoft.signalr.yml new file mode 100644 index 0000000..725e490 --- /dev/null +++ b/docs-ref-autogen/com.microsoft.signalr.yml @@ -0,0 +1,315 @@ +### YamlMime:ManagedReference +items: +- uid: com.microsoft.signalr + id: signalr + children: + - com.microsoft.signalr.Action + - com.microsoft.signalr.Action1 + - com.microsoft.signalr.Action2 + - com.microsoft.signalr.Action3 + - com.microsoft.signalr.Action4 + - com.microsoft.signalr.Action5 + - com.microsoft.signalr.Action6 + - com.microsoft.signalr.Action7 + - com.microsoft.signalr.Action8 + - com.microsoft.signalr.HttpHubConnectionBuilder + - com.microsoft.signalr.HubConnection + - com.microsoft.signalr.HubConnectionBuilder + - com.microsoft.signalr.HubConnectionState + - com.microsoft.signalr.HubException + - com.microsoft.signalr.OnClosedCallback + - com.microsoft.signalr.Subscription + href: com.microsoft.signalr.yml + langs: + - java + name: com.microsoft.signalr + nameWithType: com.microsoft.signalr + fullName: com.microsoft.signalr + type: Namespace + source: + remote: + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action.java + branch: release/2.2 + repo: https://github.com/aspnet/AspNetCore + path: src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr/Action.java + startLine: 3 + summary: "

This package contains the classes for SignalR Java client.

" + syntax: + content: package com.microsoft.signalr +references: +- uid: com.microsoft.signalr.Action + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action.yml + name: Action + nameWithType: Action + fullName: com.microsoft.signalr.Action + type: Interface + summary: "

A callback that takes no parameters.

" + syntax: + content: public interface Action +- uid: com.microsoft.signalr.Action1 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action1.yml + name: Action1 + nameWithType: Action1 + fullName: com.microsoft.signalr.Action1 + type: Interface + summary: "

A callback that takes one parameter.

\r\n

" + syntax: + content: public interface Action1 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+- uid: com.microsoft.signalr.Action2 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action2.yml + name: Action2 + nameWithType: Action2 + fullName: com.microsoft.signalr.Action2 + type: Interface + summary: "

A callback that takes two parameters.

\r\n

" + syntax: + content: public interface Action2 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+- uid: com.microsoft.signalr.Action3 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action3.yml + name: Action3 + nameWithType: Action3 + fullName: com.microsoft.signalr.Action3 + type: Interface + summary: "

A callback that takes three parameters.

\r\n

" + syntax: + content: public interface Action3 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+- uid: com.microsoft.signalr.Action4 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action4.yml + name: Action4 + nameWithType: Action4 + fullName: com.microsoft.signalr.Action4 + type: Interface + summary: "

A callback that takes four parameters.

\r\n

" + syntax: + content: public interface Action4 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+- uid: com.microsoft.signalr.Action5 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action5.yml + name: Action5 + nameWithType: Action5 + fullName: com.microsoft.signalr.Action5 + type: Interface + summary: "

A callback that takes five parameters.

\r\n

" + syntax: + content: public interface Action5 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+- uid: com.microsoft.signalr.Action6 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action6.yml + name: Action6 + nameWithType: Action6 + fullName: com.microsoft.signalr.Action6 + type: Interface + summary: "

A callback that takes six parameters.

\r\n

" + syntax: + content: public interface Action6 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+ - id: T6 + type: 43cd3771 + description:

The type of the sixth parameter to the callback.

+- uid: com.microsoft.signalr.Action7 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action7.yml + name: Action7 + nameWithType: Action7 + fullName: com.microsoft.signalr.Action7 + type: Interface + summary: "

A callback that takes seven parameters.

\r\n

" + syntax: + content: public interface Action7 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+ - id: T6 + type: 43cd3771 + description:

The type of the sixth parameter to the callback.

+ - id: T7 + type: 308f4ff4 + description:

The type of the seventh parameter to the callback.

+- uid: com.microsoft.signalr.Action8 + parent: com.microsoft.signalr + href: com.microsoft.signalr.Action8.yml + name: Action8 + nameWithType: Action8 + fullName: com.microsoft.signalr.Action8 + type: Interface + summary: "

A callback that takes eight parameters.

\r\n

" + syntax: + content: public interface Action8 + typeParameters: + - id: T1 + type: ea9d49ce + description:

The type of the first parameter to the callback.

+ - id: T2 + type: 6ac4d271 + description:

The type of the second parameter to the callback.

+ - id: T3 + type: e92ab054 + description:

The type of the third parameter to the callback.

+ - id: T4 + type: 21b77ff4 + description:

The type of the fourth parameter to the callback.

+ - id: T5 + type: 136da300 + description:

The type of the fifth parameter to the callback.

+ - id: T6 + type: 43cd3771 + description:

The type of the sixth parameter to the callback.

+ - id: T7 + type: 308f4ff4 + description:

The type of the seventh parameter to the callback.

+ - id: T8 + type: 57f41c00 + description:

The type of the eighth parameter to the callback.

+- uid: com.microsoft.signalr.HttpHubConnectionBuilder + parent: com.microsoft.signalr + href: com.microsoft.signalr.HttpHubConnectionBuilder.yml + name: HttpHubConnectionBuilder + nameWithType: HttpHubConnectionBuilder + fullName: com.microsoft.signalr.HttpHubConnectionBuilder + type: Class + summary: "

A builder for configuring HubConnection instances.

" + syntax: + content: public class HttpHubConnectionBuilder +- uid: com.microsoft.signalr.HubConnection + parent: com.microsoft.signalr + href: com.microsoft.signalr.HubConnection.yml + name: HubConnection + nameWithType: HubConnection + fullName: com.microsoft.signalr.HubConnection + type: Class + summary: "

A connection used to invoke hub methods on a SignalR Server.

" + syntax: + content: public class HubConnection +- uid: com.microsoft.signalr.HubConnectionBuilder + parent: com.microsoft.signalr + href: com.microsoft.signalr.HubConnectionBuilder.yml + name: HubConnectionBuilder + nameWithType: HubConnectionBuilder + fullName: com.microsoft.signalr.HubConnectionBuilder + type: Class + summary: "

A builder for configuring HubConnection instances.

" + syntax: + content: public class HubConnectionBuilder +- uid: com.microsoft.signalr.HubConnectionState + parent: com.microsoft.signalr + href: com.microsoft.signalr.HubConnectionState.yml + name: HubConnectionState + nameWithType: HubConnectionState + fullName: com.microsoft.signalr.HubConnectionState + type: Enum + summary: "

Indicates the state of the HubConnection.

" + syntax: + content: public enum HubConnectionState +- uid: com.microsoft.signalr.HubException + parent: com.microsoft.signalr + href: com.microsoft.signalr.HubException.yml + name: HubException + nameWithType: HubException + fullName: com.microsoft.signalr.HubException + type: Class + summary: "

An exception thrown when the server fails to invoke a Hub method.

" + syntax: + content: public class HubException +- uid: com.microsoft.signalr.OnClosedCallback + parent: com.microsoft.signalr + href: com.microsoft.signalr.OnClosedCallback.yml + name: OnClosedCallback + nameWithType: OnClosedCallback + fullName: com.microsoft.signalr.OnClosedCallback + type: Interface + summary: "

A callback to create and register on a HubConnections OnClosed method.

" + syntax: + content: public interface OnClosedCallback +- uid: com.microsoft.signalr.Subscription + parent: com.microsoft.signalr + href: com.microsoft.signalr.Subscription.yml + name: Subscription + nameWithType: Subscription + fullName: com.microsoft.signalr.Subscription + type: Class + summary: "

Represents the registration of a handler for a client method.

" + syntax: + content: public class Subscription diff --git a/docs-ref-autogen/toc.yml b/docs-ref-autogen/toc.yml index 20c32af..4356e6f 100644 --- a/docs-ref-autogen/toc.yml +++ b/docs-ref-autogen/toc.yml @@ -1,2 +1,53 @@ ### YamlMime:TableOfContent -[] +- uid: com.microsoft.signalr + name: com.microsoft.signalr + href: com.microsoft.signalr.yml + items: + - uid: com.microsoft.signalr.Action + name: Action + href: com.microsoft.signalr.Action.yml + - uid: com.microsoft.signalr.Action1 + name: Action1 + href: com.microsoft.signalr.Action1.yml + - uid: com.microsoft.signalr.Action2 + name: Action2 + href: com.microsoft.signalr.Action2.yml + - uid: com.microsoft.signalr.Action3 + name: Action3 + href: com.microsoft.signalr.Action3.yml + - uid: com.microsoft.signalr.Action4 + name: Action4 + href: com.microsoft.signalr.Action4.yml + - uid: com.microsoft.signalr.Action5 + name: Action5 + href: com.microsoft.signalr.Action5.yml + - uid: com.microsoft.signalr.Action6 + name: Action6 + href: com.microsoft.signalr.Action6.yml + - uid: com.microsoft.signalr.Action7 + name: Action7 + href: com.microsoft.signalr.Action7.yml + - uid: com.microsoft.signalr.Action8 + name: Action8 + href: com.microsoft.signalr.Action8.yml + - uid: com.microsoft.signalr.HttpHubConnectionBuilder + name: HttpHubConnectionBuilder + href: com.microsoft.signalr.HttpHubConnectionBuilder.yml + - uid: com.microsoft.signalr.HubConnection + name: HubConnection + href: com.microsoft.signalr.HubConnection.yml + - uid: com.microsoft.signalr.HubConnectionBuilder + name: HubConnectionBuilder + href: com.microsoft.signalr.HubConnectionBuilder.yml + - uid: com.microsoft.signalr.HubConnectionState + name: HubConnectionState + href: com.microsoft.signalr.HubConnectionState.yml + - uid: com.microsoft.signalr.HubException + name: HubException + href: com.microsoft.signalr.HubException.yml + - uid: com.microsoft.signalr.OnClosedCallback + name: OnClosedCallback + href: com.microsoft.signalr.OnClosedCallback.yml + - uid: com.microsoft.signalr.Subscription + name: Subscription + href: com.microsoft.signalr.Subscription.yml