From 7dad98edd4334b3c7c054b51e927e68c69144844 Mon Sep 17 00:00:00 2001 From: Mikael Mengistu Date: Tue, 9 Apr 2019 16:10:42 -0700 Subject: [PATCH 1/8] Update with new src location --- repo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo.json b/repo.json index 23a27e4..ef88ec6 100644 --- a/repo.json +++ b/repo.json @@ -1,9 +1,9 @@ { "repo":[ { - "url":"https://github.com/aspnet/SignalR", + "url":"https://github.com/aspnet/AspNetCore/src/SignalR", "branch":"release/2.2", "name":"aspnet-signalr-java" } ] -} \ No newline at end of file +} From f1acd60cc65650f45e14b7ee6771cbec9f99bb45 Mon Sep 17 00:00:00 2001 From: "Den (Microsoft)" <33675759+dendeli-msft@users.noreply.github.com> Date: Wed, 10 Apr 2019 11:31:13 -0700 Subject: [PATCH 2/8] Update repo.json --- repo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo.json b/repo.json index ef88ec6..505238c 100644 --- a/repo.json +++ b/repo.json @@ -1,7 +1,7 @@ { "repo":[ { - "url":"https://github.com/aspnet/AspNetCore/src/SignalR", + "url":"https://github.com/aspnet/AspNetCore", "branch":"release/2.2", "name":"aspnet-signalr-java" } From 648b25d3e4c6c4d73e1455d260fb9d164ad46776 Mon Sep 17 00:00:00 2001 From: VSC-Service-Account Date: Wed, 10 Apr 2019 18:32:18 +0000 Subject: [PATCH 3/8] CI Update --- .../com.microsoft.signalr._action.yml | 49 - .../com.microsoft.signalr._action1.yml | 63 - .../com.microsoft.signalr._action2.yml | 72 - .../com.microsoft.signalr._action3.yml | 81 -- .../com.microsoft.signalr._action4.yml | 90 -- .../com.microsoft.signalr._action5.yml | 99 -- .../com.microsoft.signalr._action6.yml | 108 -- .../com.microsoft.signalr._action7.yml | 117 -- .../com.microsoft.signalr._action8.yml | 126 -- ...t.signalr._http_hub_connection_builder.yml | 274 ---- .../com.microsoft.signalr._hub_connection.yml | 1238 ----------------- ...rosoft.signalr._hub_connection_builder.yml | 124 -- ...icrosoft.signalr._hub_connection_state.yml | 73 - .../com.microsoft.signalr._hub_exception.yml | 127 -- .../com.microsoft.signalr._log_level.yml | 204 --- .../com.microsoft.signalr._subscription.yml | 52 - docs-ref-autogen/com.microsoft.signalr.yml | 337 ----- docs-ref-autogen/toc.yml | 53 +- 18 files changed, 1 insertion(+), 3286 deletions(-) delete mode 100644 docs-ref-autogen/com.microsoft.signalr._action.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._action1.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._action2.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._action3.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._action4.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._action5.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._action6.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._action7.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._action8.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._http_hub_connection_builder.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._hub_connection.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._hub_connection_builder.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._hub_connection_state.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._hub_exception.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._log_level.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr._subscription.yml delete mode 100644 docs-ref-autogen/com.microsoft.signalr.yml diff --git a/docs-ref-autogen/com.microsoft.signalr._action.yml b/docs-ref-autogen/com.microsoft.signalr._action.yml deleted file mode 100644 index fa33b66..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._action.yml +++ /dev/null @@ -1,49 +0,0 @@ -### 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/Action.java - startLine: 9 - 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action.java - startLine: 10 - 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 deleted file mode 100644 index 9735946..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._action1.yml +++ /dev/null @@ -1,63 +0,0 @@ -### 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action1.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/Action1.java - startLine: 11 - package: com.microsoft.signalr - summary: >- -

A callback that takes one parameter.

- -

- 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action1.java - startLine: 12 - 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 deleted file mode 100644 index 06e1132..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._action2.yml +++ /dev/null @@ -1,72 +0,0 @@ -### 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action2.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/Action2.java - startLine: 12 - package: com.microsoft.signalr - summary: >- -

A callback that takes two parameters.

- -

- 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action2.java - startLine: 13 - 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 deleted file mode 100644 index 2ffad93..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._action3.yml +++ /dev/null @@ -1,81 +0,0 @@ -### 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action3.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/Action3.java - startLine: 13 - package: com.microsoft.signalr - summary: >- -

A callback that takes three parameters.

- -

- 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action3.java - startLine: 14 - 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 deleted file mode 100644 index 67e7a6d..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._action4.yml +++ /dev/null @@ -1,90 +0,0 @@ -### 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action4.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/Action4.java - startLine: 14 - package: com.microsoft.signalr - summary: >- -

A callback that takes four parameters.

- -

- 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action4.java - startLine: 15 - 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 deleted file mode 100644 index 4882a42..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._action5.yml +++ /dev/null @@ -1,99 +0,0 @@ -### 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action5.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/Action5.java - startLine: 15 - package: com.microsoft.signalr - summary: >- -

A callback that takes five parameter.

- -

- 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action5.java - startLine: 16 - 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 deleted file mode 100644 index 11fd1e0..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._action6.yml +++ /dev/null @@ -1,108 +0,0 @@ -### 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action6.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/Action6.java - startLine: 16 - package: com.microsoft.signalr - summary: >- -

A callback that takes six parameters.

- -

- 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action6.java - startLine: 17 - 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 deleted file mode 100644 index ad7b60e..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._action7.yml +++ /dev/null @@ -1,117 +0,0 @@ -### 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action7.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/Action7.java - startLine: 17 - package: com.microsoft.signalr - summary: >- -

A callback that takes seven parameters.

- -

- 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action7.java - startLine: 18 - 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 deleted file mode 100644 index 271e163..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._action8.yml +++ /dev/null @@ -1,126 +0,0 @@ -### 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action8.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/Action8.java - startLine: 18 - package: com.microsoft.signalr - summary: >- -

A callback that takes eight parameters.

- -

- 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action8.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, 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._http_hub_connection_builder.yml b/docs-ref-autogen/com.microsoft.signalr._http_hub_connection_builder.yml deleted file mode 100644 index 38f71dc..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._http_hub_connection_builder.yml +++ /dev/null @@ -1,274 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: com.microsoft.signalr._http_hub_connection_builder - id: _http_hub_connection_builder - parent: com.microsoft.signalr - children: - - com.microsoft.signalr._http_hub_connection_builder.build() - - com.microsoft.signalr._http_hub_connection_builder.shouldSkipNegotiate(boolean) - - com.microsoft.signalr._http_hub_connection_builder.withAccessTokenProvider(Single) - - com.microsoft.signalr._http_hub_connection_builder.withHandshakeResponseTimeout(Duration) - - com.microsoft.signalr._http_hub_connection_builder.withHeader(String,String) - - com.microsoft.signalr._http_hub_connection_builder.withHeaders(Map) - href: com.microsoft.signalr._http_hub_connection_builder.yml - langs: - - java - name: HttpHubConnectionBuilder - nameWithType: HttpHubConnectionBuilder - fullName: com.microsoft.signalr.HttpHubConnectionBuilder - type: Class - source: - remote: &o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java - startLine: 14 - 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._http_hub_connection_builder.build() - id: build() - parent: com.microsoft.signalr._http_hub_connection_builder - href: com.microsoft.signalr._http_hub_connection_builder.yml - langs: - - java - name: build() - nameWithType: HttpHubConnectionBuilder.build() - fullName: com.microsoft.signalr.HttpHubConnectionBuilder.build() - overload: com.microsoft.signalr._http_hub_connection_builder.build* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java - startLine: 114 - package: com.microsoft.signalr - summary: >- -

Builds a new instance of HubConnection.

- -

- syntax: - content: public HubConnection build() - return: - type: com.microsoft.signalr._hub_connection - description:

A new instance of HubConnection.

-- uid: com.microsoft.signalr._http_hub_connection_builder.shouldSkipNegotiate(boolean) - id: shouldSkipNegotiate(boolean) - parent: com.microsoft.signalr._http_hub_connection_builder - href: com.microsoft.signalr._http_hub_connection_builder.yml - langs: - - java - name: shouldSkipNegotiate(boolean skipNegotiate) - nameWithType: HttpHubConnectionBuilder.shouldSkipNegotiate(boolean skipNegotiate) - fullName: com.microsoft.signalr.HttpHubConnectionBuilder.shouldSkipNegotiate(boolean skipNegotiate) - overload: com.microsoft.signalr._http_hub_connection_builder.shouldSkipNegotiate* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java - startLine: 56 - 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.

- -

- 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._http_hub_connection_builder - description:

This instance of the HttpHubConnectionBuilder.

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

Sets the access token provider for the HubConnection.

- -

- 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._http_hub_connection_builder - description:

This instance of the HttpHubConnectionBuilder.

-- uid: com.microsoft.signalr._http_hub_connection_builder.withHandshakeResponseTimeout(Duration) - id: withHandshakeResponseTimeout(Duration) - parent: com.microsoft.signalr._http_hub_connection_builder - href: com.microsoft.signalr._http_hub_connection_builder.yml - langs: - - java - name: withHandshakeResponseTimeout(Duration timeout) - nameWithType: HttpHubConnectionBuilder.withHandshakeResponseTimeout(Duration timeout) - fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout(Duration timeout) - overload: com.microsoft.signalr._http_hub_connection_builder.withHandshakeResponseTimeout* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java - startLine: 78 - package: com.microsoft.signalr - summary: >- -

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

- -

- syntax: - content: public HttpHubConnectionBuilder withHandshakeResponseTimeout(Duration timeout) - parameters: - - id: timeout - type: e02a2de0 - description:

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

- return: - type: com.microsoft.signalr._http_hub_connection_builder - description:

This instance of the HttpHubConnectionBuilder.

-- uid: com.microsoft.signalr._http_hub_connection_builder.withHeader(String,String) - id: withHeader(String,String) - parent: com.microsoft.signalr._http_hub_connection_builder - href: com.microsoft.signalr._http_hub_connection_builder.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._http_hub_connection_builder.withHeader* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HttpHubConnectionBuilder.java - startLine: 101 - package: com.microsoft.signalr - summary: >- -

Sets a single header for the HubConnection to send.

- -

- 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._http_hub_connection_builder - description:

This instance of the HttpHubConnectionBuilder.

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

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

- -

- 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._http_hub_connection_builder - description:

This instance of the HttpHubConnectionBuilder.

-references: -- uid: 4fc6e284 - spec.java: - - name: boolean - fullName: boolean -- uid: com.microsoft.signalr._http_hub_connection_builder.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._http_hub_connection_builder.withAccessTokenProvider* - name: withAccessTokenProvider - nameWithType: HttpHubConnectionBuilder.withAccessTokenProvider - fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider - package: com.microsoft.signalr -- uid: e02a2de0 - spec.java: - - name: Duration - fullName: Duration -- uid: com.microsoft.signalr._http_hub_connection_builder.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._http_hub_connection_builder.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._http_hub_connection_builder.withHeader* - name: withHeader - nameWithType: HttpHubConnectionBuilder.withHeader - fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHeader - package: com.microsoft.signalr -- uid: com.microsoft.signalr._http_hub_connection_builder.build* - name: build - nameWithType: HttpHubConnectionBuilder.build - fullName: com.microsoft.signalr.HttpHubConnectionBuilder.build - package: com.microsoft.signalr -- uid: com.microsoft.signalr._http_hub_connection_builder - parent: com.microsoft.signalr - href: com.microsoft.signalr._http_hub_connection_builder.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._hub_connection - parent: com.microsoft.signalr - href: com.microsoft.signalr._hub_connection.yml - name: HubConnection - nameWithType: HubConnection - fullName: com.microsoft.signalr.HubConnection - type: Class - syntax: - content: public class HubConnection diff --git a/docs-ref-autogen/com.microsoft.signalr._hub_connection.yml b/docs-ref-autogen/com.microsoft.signalr._hub_connection.yml deleted file mode 100644 index 736cca0..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._hub_connection.yml +++ /dev/null @@ -1,1238 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: com.microsoft.signalr._hub_connection - id: _hub_connection - parent: com.microsoft.signalr - children: - - com.microsoft.signalr._hub_connection.getConnectionState() - - com.microsoft.signalr._hub_connection.getKeepAliveInterval() - - com.microsoft.signalr._hub_connection.getServerTimeout() - - com.microsoft.signalr._hub_connection.invoke(Class,String,Object...) - - com.microsoft.signalr._hub_connection.on(String,Action) - - com.microsoft.signalr._hub_connection.on(String,Action1,Class) - - com.microsoft.signalr._hub_connection.on(String,Action2,Class,Class) - - com.microsoft.signalr._hub_connection.on(String,Action3,Class,Class,Class) - - com.microsoft.signalr._hub_connection.on(String,Action4,Class,Class,Class,Class) - - com.microsoft.signalr._hub_connection.on(String,Action5,Class,Class,Class,Class,Class) - - com.microsoft.signalr._hub_connection.on(String,Action6,Class,Class,Class,Class,Class,Class) - - com.microsoft.signalr._hub_connection.on(String,Action7,Class,Class,Class,Class,Class,Class,Class) - - com.microsoft.signalr._hub_connection.on(String,Action8,Class,Class,Class,Class,Class,Class,Class,Class) - - com.microsoft.signalr._hub_connection.onClosed(Consumer) - - com.microsoft.signalr._hub_connection.remove(String) - - com.microsoft.signalr._hub_connection.send(String,Object...) - - com.microsoft.signalr._hub_connection.setKeepAliveInterval(Duration) - - com.microsoft.signalr._hub_connection.setServerTimeout(Duration) - - com.microsoft.signalr._hub_connection.start() - - com.microsoft.signalr._hub_connection.stop() - href: com.microsoft.signalr._hub_connection.yml - langs: - - java - name: HubConnection - nameWithType: HubConnection - fullName: com.microsoft.signalr.HubConnection - type: Class - source: - remote: &o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 26 - package: com.microsoft.signalr - syntax: &o1 - content: public class HubConnection - inheritance: - - java.lang.Object -- uid: com.microsoft.signalr._hub_connection.getConnectionState() - id: getConnectionState() - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.yml - langs: - - java - name: getConnectionState() - nameWithType: HubConnection.getConnectionState() - fullName: com.microsoft.signalr.HubConnection.getConnectionState() - overload: com.microsoft.signalr._hub_connection.getConnectionState* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 245 - package: com.microsoft.signalr - summary: >- -

Indicates the state of the HubConnection to the server.

- -

- syntax: - content: public HubConnectionState getConnectionState() - return: - type: com.microsoft.signalr._hub_connection_state - description:

HubConnection state enum.

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

Gets the keep alive interval.

- -

- syntax: - content: public Duration getKeepAliveInterval() - return: - type: e02a2de0 - description:

The interval between keep alive messages.

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

Gets the server timeout duration.

- -

- syntax: - content: public Duration getServerTimeout() - return: - type: e02a2de0 - description:

The server timeout duration.

-- uid: com.microsoft.signalr._hub_connection.invoke(Class,String,Object...) - id: ) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.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._hub_connection.invoke* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 450 - package: com.microsoft.signalr - summary: >- -

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

- -

- 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._hub_connection.on(String,Action) - id: on(String,Action) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.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._hub_connection.on* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 531 - package: com.microsoft.signalr - summary: >- -

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

- -

- 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._hub_connection.on(String,Action1,Class) - id: on(String,Action1,Class) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.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._hub_connection.on* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 545 - package: com.microsoft.signalr - summary: >- -

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

- -

- 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._hub_connection.on(String,Action2,Class,Class) - id: on(String,Action2,Class,Class) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.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._hub_connection.on* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 562 - package: com.microsoft.signalr - summary: >- -

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

- -

- 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._hub_connection.on(String,Action3,Class,Class,Class) - id: on(String,Action3,Class,Class,Class) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.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._hub_connection.on* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 582 - package: com.microsoft.signalr - summary: >- -

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

- -

- 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._hub_connection.on(String,Action4,Class,Class,Class,Class) - id: on(String,Action4,Class,Class,Class,Class) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.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._hub_connection.on* - type: Method - source: - remote: *o0 - path: 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.

- -

- 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._hub_connection.on(String,Action5,Class,Class,Class,Class,Class) - id: on(String,Action5,Class,Class,Class,Class,Class) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.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._hub_connection.on* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 630 - package: com.microsoft.signalr - summary: >- -

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

- -

- 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._hub_connection.on(String,Action6,Class,Class,Class,Class,Class,Class) - id: on(String,Action6,Class,Class,Class,Class,Class,Class) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.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._hub_connection.on* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 658 - package: com.microsoft.signalr - summary: >- -

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

- -

- 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._hub_connection.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._hub_connection - href: com.microsoft.signalr._hub_connection.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._hub_connection.on* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 688 - package: com.microsoft.signalr - summary: >- -

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

- -

- 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._hub_connection.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._hub_connection - href: com.microsoft.signalr._hub_connection.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._hub_connection.on* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 720 - package: com.microsoft.signalr - summary: >- -

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

- -

- 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._hub_connection.onClosed(Consumer) - id: onClosed(Consumer) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.yml - langs: - - java - name: onClosed(Consumer callback) - nameWithType: HubConnection.onClosed(Consumer callback) - fullName: com.microsoft.signalr.HubConnection.onClosed(Consumer callback) - overload: com.microsoft.signalr._hub_connection.onClosed* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 516 - package: com.microsoft.signalr - summary: >- -

Registers a callback to run when the connection is closed.

- -

- syntax: - content: public void onClosed(Consumer callback) - parameters: - - id: callback - type: 04a5a28f - description:

A callback to run when the connection closes.

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

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

- -

- 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._hub_connection.send(String,Object...) - id: ) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.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._hub_connection.send* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 431 - 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.

- -

- 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._hub_connection.setKeepAliveInterval(Duration) - id: setKeepAliveInterval(Duration) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.yml - langs: - - java - name: setKeepAliveInterval(Duration keepAliveInterval) - nameWithType: HubConnection.setKeepAliveInterval(Duration keepAliveInterval) - fullName: com.microsoft.signalr.HubConnection.setKeepAliveInterval(Duration keepAliveInterval) - overload: com.microsoft.signalr._hub_connection.setKeepAliveInterval* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 80 - package: com.microsoft.signalr - summary: >- -

Sets the keep alive interval duration.

- -

- syntax: - content: public void setKeepAliveInterval(Duration keepAliveInterval) - parameters: - - id: keepAliveInterval - type: e02a2de0 - description:

The interval at which the connection should send keep alive messages.

-- uid: com.microsoft.signalr._hub_connection.setServerTimeout(Duration) - id: setServerTimeout(Duration) - parent: com.microsoft.signalr._hub_connection - href: com.microsoft.signalr._hub_connection.yml - langs: - - java - name: setServerTimeout(Duration serverTimeout) - nameWithType: HubConnection.setServerTimeout(Duration serverTimeout) - fullName: com.microsoft.signalr.HubConnection.setServerTimeout(Duration serverTimeout) - overload: com.microsoft.signalr._hub_connection.setServerTimeout* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnection.java - startLine: 62 - package: com.microsoft.signalr - summary: >- -

Sets the server timeout interval for the connection.

- -

- syntax: - content: public void setServerTimeout(Duration serverTimeout) - parameters: - - id: serverTimeout - type: e02a2de0 - description:

The server timeout duration.

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

Starts a connection to the server.

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

A Completable that completes when the connection has been established.

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

Stops a connection to the server.

- -

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

A Completable that completes when the connection has been stopped.

-references: -- uid: e02a2de0 - spec.java: - - name: Duration - fullName: Duration -- uid: com.microsoft.signalr._hub_connection.setServerTimeout* - name: setServerTimeout - nameWithType: HubConnection.setServerTimeout - fullName: com.microsoft.signalr.HubConnection.setServerTimeout - package: com.microsoft.signalr -- uid: com.microsoft.signalr._hub_connection.getServerTimeout* - name: getServerTimeout - nameWithType: HubConnection.getServerTimeout - fullName: com.microsoft.signalr.HubConnection.getServerTimeout - package: com.microsoft.signalr -- uid: com.microsoft.signalr._hub_connection.setKeepAliveInterval* - name: setKeepAliveInterval - nameWithType: HubConnection.setKeepAliveInterval - fullName: com.microsoft.signalr.HubConnection.setKeepAliveInterval - package: com.microsoft.signalr -- uid: com.microsoft.signalr._hub_connection.getKeepAliveInterval* - name: getKeepAliveInterval - nameWithType: HubConnection.getKeepAliveInterval - fullName: com.microsoft.signalr.HubConnection.getKeepAliveInterval - package: com.microsoft.signalr -- uid: com.microsoft.signalr._hub_connection.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._hub_connection.start* - name: start - nameWithType: HubConnection.start - fullName: com.microsoft.signalr.HubConnection.start - package: com.microsoft.signalr -- uid: com.microsoft.signalr._hub_connection.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._hub_connection.send* - name: send - nameWithType: HubConnection.send - fullName: com.microsoft.signalr.HubConnection.send - package: com.microsoft.signalr -- uid: com.microsoft.signalr._hub_connection.remove* - name: remove - nameWithType: HubConnection.remove - fullName: com.microsoft.signalr.HubConnection.remove - package: com.microsoft.signalr -- uid: 04a5a28f - spec.java: - - name: Consumer - fullName: Consumer -- uid: com.microsoft.signalr._hub_connection.onClosed* - name: onClosed - nameWithType: HubConnection.onClosed - fullName: com.microsoft.signalr.HubConnection.onClosed - package: com.microsoft.signalr -- uid: com.microsoft.signalr._hub_connection.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._hub_connection.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._hub_connection_state - parent: com.microsoft.signalr - href: com.microsoft.signalr._hub_connection_state.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._hub_connection - parent: com.microsoft.signalr - href: com.microsoft.signalr._hub_connection.yml - name: HubConnection - nameWithType: HubConnection - fullName: com.microsoft.signalr.HubConnection - type: Class - 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.

- -

- 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.

- -

- 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.

- -

- 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.

- -

- 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 parameter.

- -

- 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.

- -

- 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.

- -

- 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.

- -

- 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._hub_connection_builder.yml b/docs-ref-autogen/com.microsoft.signalr._hub_connection_builder.yml deleted file mode 100644 index a4b489b..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._hub_connection_builder.yml +++ /dev/null @@ -1,124 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: com.microsoft.signalr._hub_connection_builder - id: _hub_connection_builder - parent: com.microsoft.signalr - children: - - com.microsoft.signalr._hub_connection_builder.build() - - com.microsoft.signalr._hub_connection_builder.create(String) - href: com.microsoft.signalr._hub_connection_builder.yml - langs: - - java - name: HubConnectionBuilder - nameWithType: HubConnectionBuilder - fullName: com.microsoft.signalr.HubConnectionBuilder - type: Class - source: - remote: &o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionBuilder.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: 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._hub_connection_builder.build() - id: build() - parent: com.microsoft.signalr._hub_connection_builder - href: com.microsoft.signalr._hub_connection_builder.yml - langs: - - java - name: build() - nameWithType: HubConnectionBuilder.build() - fullName: com.microsoft.signalr.HubConnectionBuilder.build() - overload: com.microsoft.signalr._hub_connection_builder.build* - type: Method - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionBuilder.java - startLine: 27 - package: com.microsoft.signalr - summary: >- -

Builds a new instance of HubConnection.

- -

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

A new instance of HubConnection.

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

Creates a new instance of HttpHubConnectionBuilder.

- -

- 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._http_hub_connection_builder - description:

An instance of HttpHubConnectionBuilder.

-references: -- uid: "26831127" - spec.java: - - name: String - fullName: String -- uid: com.microsoft.signalr._hub_connection_builder.create* - name: create - nameWithType: HubConnectionBuilder.create - fullName: com.microsoft.signalr.HubConnectionBuilder.create - package: com.microsoft.signalr -- uid: 13c86962com.microsoft.signalr._hub_connection - spec.java: - - name: 'abstract ' - fullName: 'abstract ' - - uid: com.microsoft.signalr._hub_connection - name: HubConnection - fullName: com.microsoft.signalr.HubConnection - href: com.microsoft.signalr._hub_connection.yml -- uid: com.microsoft.signalr._hub_connection_builder.build* - name: build - nameWithType: HubConnectionBuilder.build - fullName: com.microsoft.signalr.HubConnectionBuilder.build - package: com.microsoft.signalr -- uid: com.microsoft.signalr._http_hub_connection_builder - parent: com.microsoft.signalr - href: com.microsoft.signalr._http_hub_connection_builder.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._hub_connection - parent: com.microsoft.signalr - href: com.microsoft.signalr._hub_connection.yml - name: HubConnection - nameWithType: HubConnection - fullName: com.microsoft.signalr.HubConnection - type: Class - syntax: - content: public class HubConnection diff --git a/docs-ref-autogen/com.microsoft.signalr._hub_connection_state.yml b/docs-ref-autogen/com.microsoft.signalr._hub_connection_state.yml deleted file mode 100644 index 4b1a45b..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._hub_connection_state.yml +++ /dev/null @@ -1,73 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: com.microsoft.signalr._hub_connection_state - id: _hub_connection_state - parent: com.microsoft.signalr - children: - - com.microsoft.signalr._hub_connection_state.CONNECTED - - com.microsoft.signalr._hub_connection_state.DISCONNECTED - href: com.microsoft.signalr._hub_connection_state.yml - langs: - - java - name: HubConnectionState - nameWithType: HubConnectionState - fullName: com.microsoft.signalr.HubConnectionState - type: Enum - source: - remote: &o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubConnectionState.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: 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._hub_connection_state.CONNECTED - id: CONNECTED - parent: com.microsoft.signalr._hub_connection_state - href: com.microsoft.signalr._hub_connection_state.yml - langs: - - java - name: CONNECTED - nameWithType: HubConnectionState.CONNECTED - fullName: com.microsoft.signalr.HubConnectionState.CONNECTED - type: Field - source: - remote: *o0 - path: 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._hub_connection_state.DISCONNECTED - id: DISCONNECTED - parent: com.microsoft.signalr._hub_connection_state - href: com.microsoft.signalr._hub_connection_state.yml - langs: - - java - name: DISCONNECTED - nameWithType: HubConnectionState.DISCONNECTED - fullName: com.microsoft.signalr.HubConnectionState.DISCONNECTED - type: Field - source: - remote: *o0 - path: 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._hub_connection - parent: com.microsoft.signalr - href: com.microsoft.signalr._hub_connection.yml - name: HubConnection - nameWithType: HubConnection - fullName: com.microsoft.signalr.HubConnection - type: Class - syntax: - content: public class HubConnection diff --git a/docs-ref-autogen/com.microsoft.signalr._hub_exception.yml b/docs-ref-autogen/com.microsoft.signalr._hub_exception.yml deleted file mode 100644 index 3e7e7ff..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._hub_exception.yml +++ /dev/null @@ -1,127 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: com.microsoft.signalr._hub_exception - id: _hub_exception - parent: com.microsoft.signalr - children: - - com.microsoft.signalr._hub_exception.HubException() - - com.microsoft.signalr._hub_exception.HubException(String) - - com.microsoft.signalr._hub_exception.HubException(String,Exception) - href: com.microsoft.signalr._hub_exception.yml - langs: - - java - name: HubException - nameWithType: HubException - fullName: com.microsoft.signalr.HubException - type: Class - source: - remote: &o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/HubException.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: 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._hub_exception.HubException() - id: HubException() - parent: com.microsoft.signalr._hub_exception - href: com.microsoft.signalr._hub_exception.yml - langs: - - java - name: HubException() - nameWithType: HubException.HubException() - fullName: com.microsoft.signalr.HubException.HubException() - overload: com.microsoft.signalr._hub_exception.HubException* - type: Constructor - source: - remote: *o0 - path: 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._hub_exception.HubException(String) - id: HubException(String) - parent: com.microsoft.signalr._hub_exception - href: com.microsoft.signalr._hub_exception.yml - langs: - - java - name: HubException(String errorMessage) - nameWithType: HubException.HubException(String errorMessage) - fullName: com.microsoft.signalr.HubException.HubException(String errorMessage) - overload: com.microsoft.signalr._hub_exception.HubException* - type: Constructor - source: - remote: *o0 - path: 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.

- -

- 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._hub_exception.HubException(String,Exception) - id: HubException(String,Exception) - parent: com.microsoft.signalr._hub_exception - href: com.microsoft.signalr._hub_exception.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._hub_exception.HubException* - type: Constructor - source: - remote: *o0 - path: 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.

- -

- 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._hub_exception.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._hub_exception - parent: com.microsoft.signalr - href: com.microsoft.signalr._hub_exception.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._log_level.yml b/docs-ref-autogen/com.microsoft.signalr._log_level.yml deleted file mode 100644 index d855b10..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._log_level.yml +++ /dev/null @@ -1,204 +0,0 @@ -### YamlMime:ManagedReference -items: -- uid: com.microsoft.signalr._log_level - id: _log_level - parent: com.microsoft.signalr - children: - - com.microsoft.signalr._log_level.Critical - - com.microsoft.signalr._log_level.Debug - - com.microsoft.signalr._log_level.Error - - com.microsoft.signalr._log_level.Information - - com.microsoft.signalr._log_level.LogLevel(int) - - com.microsoft.signalr._log_level.None - - com.microsoft.signalr._log_level.Trace - - com.microsoft.signalr._log_level.value - - com.microsoft.signalr._log_level.Warning - href: com.microsoft.signalr._log_level.yml - langs: - - java - name: LogLevel - nameWithType: LogLevel - fullName: com.microsoft.signalr.LogLevel - type: Enum - source: - remote: &o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/LogLevel.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: clients/java/signalr/src/main/java/com/microsoft/signalr/LogLevel.java - startLine: 5 - package: com.microsoft.signalr - syntax: - content: public enum LogLevel - inheritance: - - java.lang.Object - - java.lang.Enum -- uid: com.microsoft.signalr._log_level.Critical - id: Critical - parent: com.microsoft.signalr._log_level - href: com.microsoft.signalr._log_level.yml - langs: - - java - name: Critical - nameWithType: LogLevel.Critical - fullName: com.microsoft.signalr.LogLevel.Critical - type: Field - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/LogLevel.java - startLine: 11 - package: com.microsoft.signalr - syntax: - content: public Critical=(5) -- uid: com.microsoft.signalr._log_level.Debug - id: Debug - parent: com.microsoft.signalr._log_level - href: com.microsoft.signalr._log_level.yml - langs: - - java - name: Debug - nameWithType: LogLevel.Debug - fullName: com.microsoft.signalr.LogLevel.Debug - type: Field - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/LogLevel.java - startLine: 7 - package: com.microsoft.signalr - syntax: - content: public Debug=(1) -- uid: com.microsoft.signalr._log_level.Error - id: Error - parent: com.microsoft.signalr._log_level - href: com.microsoft.signalr._log_level.yml - langs: - - java - name: Error - nameWithType: LogLevel.Error - fullName: com.microsoft.signalr.LogLevel.Error - type: Field - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/LogLevel.java - startLine: 10 - package: com.microsoft.signalr - syntax: - content: public Error=(4) -- uid: com.microsoft.signalr._log_level.Information - id: Information - parent: com.microsoft.signalr._log_level - href: com.microsoft.signalr._log_level.yml - langs: - - java - name: Information - nameWithType: LogLevel.Information - fullName: com.microsoft.signalr.LogLevel.Information - type: Field - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/LogLevel.java - startLine: 8 - package: com.microsoft.signalr - syntax: - content: public Information=(2) -- uid: com.microsoft.signalr._log_level.LogLevel(int) - id: LogLevel(int) - parent: com.microsoft.signalr._log_level - href: com.microsoft.signalr._log_level.yml - langs: - - java - name: LogLevel(int id) - nameWithType: LogLevel.LogLevel(int id) - fullName: com.microsoft.signalr.LogLevel.LogLevel(int id) - overload: com.microsoft.signalr._log_level.LogLevel* - type: Constructor - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/LogLevel.java - startLine: 15 - package: com.microsoft.signalr - syntax: - content: public LogLevel(int id) - parameters: - - id: id - type: f75371fa -- uid: com.microsoft.signalr._log_level.None - id: None - parent: com.microsoft.signalr._log_level - href: com.microsoft.signalr._log_level.yml - langs: - - java - name: None - nameWithType: LogLevel.None - fullName: com.microsoft.signalr.LogLevel.None - type: Field - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/LogLevel.java - startLine: 12 - package: com.microsoft.signalr - syntax: - content: public None=(6) -- uid: com.microsoft.signalr._log_level.Trace - id: Trace - parent: com.microsoft.signalr._log_level - href: com.microsoft.signalr._log_level.yml - langs: - - java - name: Trace - nameWithType: LogLevel.Trace - fullName: com.microsoft.signalr.LogLevel.Trace - type: Field - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/LogLevel.java - startLine: 6 - package: com.microsoft.signalr - syntax: - content: public Trace=(0) -- uid: com.microsoft.signalr._log_level.value - id: value - parent: com.microsoft.signalr._log_level - href: com.microsoft.signalr._log_level.yml - langs: - - java - name: value - nameWithType: LogLevel.value - fullName: com.microsoft.signalr.LogLevel.value - type: Field - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/LogLevel.java - startLine: 14 - package: com.microsoft.signalr - syntax: - content: public int value - return: - type: f75371fa -- uid: com.microsoft.signalr._log_level.Warning - id: Warning - parent: com.microsoft.signalr._log_level - href: com.microsoft.signalr._log_level.yml - langs: - - java - name: Warning - nameWithType: LogLevel.Warning - fullName: com.microsoft.signalr.LogLevel.Warning - type: Field - source: - remote: *o0 - path: clients/java/signalr/src/main/java/com/microsoft/signalr/LogLevel.java - startLine: 9 - package: com.microsoft.signalr - syntax: - content: public Warning=(3) -references: -- uid: f75371fa - spec.java: - - name: int - fullName: int -- uid: com.microsoft.signalr._log_level.LogLevel* - name: LogLevel - nameWithType: LogLevel.LogLevel - fullName: com.microsoft.signalr.LogLevel.LogLevel - package: com.microsoft.signalr diff --git a/docs-ref-autogen/com.microsoft.signalr._subscription.yml b/docs-ref-autogen/com.microsoft.signalr._subscription.yml deleted file mode 100644 index 47edaf0..0000000 --- a/docs-ref-autogen/com.microsoft.signalr._subscription.yml +++ /dev/null @@ -1,52 +0,0 @@ -### 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Subscription.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: 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: 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 deleted file mode 100644 index 247c81a..0000000 --- a/docs-ref-autogen/com.microsoft.signalr.yml +++ /dev/null @@ -1,337 +0,0 @@ -### 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._http_hub_connection_builder - - com.microsoft.signalr._hub_connection - - com.microsoft.signalr._hub_connection_builder - - com.microsoft.signalr._hub_connection_state - - com.microsoft.signalr._hub_exception - - com.microsoft.signalr._log_level - - 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: clients/java/signalr/src/main/java/com/microsoft/signalr/Action.java - branch: release/2.2 - repo: https://github.com/aspnet/SignalR - path: 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.

- -

- 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.

- -

- 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.

- -

- 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.

- -

- 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 parameter.

- -

- 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.

- -

- 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.

- -

- 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.

- -

- 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._http_hub_connection_builder - parent: com.microsoft.signalr - href: com.microsoft.signalr._http_hub_connection_builder.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._hub_connection - parent: com.microsoft.signalr - href: com.microsoft.signalr._hub_connection.yml - name: HubConnection - nameWithType: HubConnection - fullName: com.microsoft.signalr.HubConnection - type: Class - syntax: - content: public class HubConnection -- uid: com.microsoft.signalr._hub_connection_builder - parent: com.microsoft.signalr - href: com.microsoft.signalr._hub_connection_builder.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._hub_connection_state - parent: com.microsoft.signalr - href: com.microsoft.signalr._hub_connection_state.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._hub_exception - parent: com.microsoft.signalr - href: com.microsoft.signalr._hub_exception.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._log_level - parent: com.microsoft.signalr - href: com.microsoft.signalr._log_level.yml - name: LogLevel - nameWithType: LogLevel - fullName: com.microsoft.signalr.LogLevel - type: Enum - syntax: - content: public enum LogLevel -- 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 d6d26e5..20c32af 100644 --- a/docs-ref-autogen/toc.yml +++ b/docs-ref-autogen/toc.yml @@ -1,53 +1,2 @@ ### 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._http_hub_connection_builder - name: HttpHubConnectionBuilder - href: com.microsoft.signalr._http_hub_connection_builder.yml - - uid: com.microsoft.signalr._hub_connection - name: HubConnection - href: com.microsoft.signalr._hub_connection.yml - - uid: com.microsoft.signalr._hub_connection_builder - name: HubConnectionBuilder - href: com.microsoft.signalr._hub_connection_builder.yml - - uid: com.microsoft.signalr._hub_connection_state - name: HubConnectionState - href: com.microsoft.signalr._hub_connection_state.yml - - uid: com.microsoft.signalr._hub_exception - name: HubException - href: com.microsoft.signalr._hub_exception.yml - - uid: com.microsoft.signalr._log_level - name: LogLevel - href: com.microsoft.signalr._log_level.yml - - uid: com.microsoft.signalr._subscription - name: Subscription - href: com.microsoft.signalr._subscription.yml +[] From a1f06a6e466125c5944949186b31423ba5c12a6d Mon Sep 17 00:00:00 2001 From: "Den (Microsoft)" <33675759+dendeli-msft@users.noreply.github.com> Date: Wed, 10 Apr 2019 11:34:30 -0700 Subject: [PATCH 4/8] Update code2yaml.json --- code2yaml.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code2yaml.json b/code2yaml.json index 08ca2b4..fc3da3a 100644 --- a/code2yaml.json +++ b/code2yaml.json @@ -1,5 +1,5 @@ { - "input_paths": ["src/aspnet-signalr-java/clients/java/signalr/src/main/java"], + "input_paths": ["src/SignalR/clients/java/signalr"], "exclude_paths": [], "language": "java" } From f6d0150c7093d095d9d45001edebef2541c2c87f Mon Sep 17 00:00:00 2001 From: "Den (Microsoft)" <33675759+dendeli-msft@users.noreply.github.com> Date: Wed, 10 Apr 2019 11:36:53 -0700 Subject: [PATCH 5/8] Update code2yaml.json --- code2yaml.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code2yaml.json b/code2yaml.json index fc3da3a..1e919ab 100644 --- a/code2yaml.json +++ b/code2yaml.json @@ -1,5 +1,5 @@ { - "input_paths": ["src/SignalR/clients/java/signalr"], + "input_paths": ["aspnet-signalr-java/src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr"], "exclude_paths": [], "language": "java" } From f6a4ccce8da4bd68bea2830bb0d5ace343976de6 Mon Sep 17 00:00:00 2001 From: "Den (Microsoft)" <33675759+dendeli-msft@users.noreply.github.com> Date: Wed, 10 Apr 2019 11:39:16 -0700 Subject: [PATCH 6/8] Update code2yaml.json --- code2yaml.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code2yaml.json b/code2yaml.json index 1e919ab..4e56984 100644 --- a/code2yaml.json +++ b/code2yaml.json @@ -1,5 +1,5 @@ { - "input_paths": ["aspnet-signalr-java/src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr"], + "input_paths": ["src/aspnet-signalr-java/src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr"], "exclude_paths": [], "language": "java" } From 095e3f05f4a6efd38caf32c90a64162165a68844 Mon Sep 17 00:00:00 2001 From: "Den (Microsoft)" <33675759+dendeli-msft@users.noreply.github.com> Date: Wed, 10 Apr 2019 11:46:05 -0700 Subject: [PATCH 7/8] Update code2yaml.json --- code2yaml.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/code2yaml.json b/code2yaml.json index 4e56984..9d8f5ed 100644 --- a/code2yaml.json +++ b/code2yaml.json @@ -1,5 +1,7 @@ { - "input_paths": ["src/aspnet-signalr-java/src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr"], + "input_paths": [ + "src/aspnet-signalr-java/src/SignalR/clients/java/signalr/src/main/java/com/microsoft/signalr" + ], "exclude_paths": [], "language": "java" } From ba7636bc40436dd309d929f448db09af167f4b01 Mon Sep 17 00:00:00 2001 From: VSC-Service-Account Date: Wed, 10 Apr 2019 18:48:00 +0000 Subject: [PATCH 8/8] CI Update --- .../com.microsoft.signalr.Action.yml | 49 + .../com.microsoft.signalr.Action1.yml | 60 + .../com.microsoft.signalr.Action2.yml | 69 + .../com.microsoft.signalr.Action3.yml | 78 ++ .../com.microsoft.signalr.Action4.yml | 87 ++ .../com.microsoft.signalr.Action5.yml | 96 ++ .../com.microsoft.signalr.Action6.yml | 105 ++ .../com.microsoft.signalr.Action7.yml | 114 ++ .../com.microsoft.signalr.Action8.yml | 123 ++ ...osoft.signalr.HttpHubConnectionBuilder.yml | 257 ++++ .../com.microsoft.signalr.HubConnection.yml | 1165 +++++++++++++++++ ...microsoft.signalr.HubConnectionBuilder.yml | 119 ++ ...m.microsoft.signalr.HubConnectionState.yml | 74 ++ .../com.microsoft.signalr.HubException.yml | 121 ++ ...com.microsoft.signalr.OnClosedCallback.yml | 56 + .../com.microsoft.signalr.Subscription.yml | 52 + docs-ref-autogen/com.microsoft.signalr.yml | 315 +++++ docs-ref-autogen/toc.yml | 53 +- 18 files changed, 2992 insertions(+), 1 deletion(-) create mode 100644 docs-ref-autogen/com.microsoft.signalr.Action.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.Action1.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.Action2.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.Action3.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.Action4.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.Action5.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.Action6.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.Action7.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.Action8.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.HttpHubConnectionBuilder.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.HubConnection.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.HubConnectionBuilder.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.HubConnectionState.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.HubException.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.OnClosedCallback.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.Subscription.yml create mode 100644 docs-ref-autogen/com.microsoft.signalr.yml 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