зеркало из https://github.com/dotnet/JavaApiDocs.git
CI Update
This commit is contained in:
Родитель
095e3f05f4
Коммит
ba7636bc40
|
@ -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: "<p>A callback that takes no parameters. </p>"
|
||||
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
|
|
@ -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<T1>
|
||||
nameWithType: Action1<T1>
|
||||
fullName: com.microsoft.signalr.Action1<T1>
|
||||
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: "<p>A callback that takes one parameter.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action1<T1>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- 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<T1>.invoke(T1 param1)
|
||||
fullName: com.microsoft.signalr.Action1<T1>.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<T1>.invoke
|
||||
fullName: com.microsoft.signalr.Action1<T1>.invoke
|
||||
package: com.microsoft.signalr
|
|
@ -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<T1,T2>
|
||||
nameWithType: Action2<T1,T2>
|
||||
fullName: com.microsoft.signalr.Action2<T1,T2>
|
||||
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: "<p>A callback that takes two parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action2<T1,T2>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- 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<T1,T2>.invoke(T1 param1, T2 param2)
|
||||
fullName: com.microsoft.signalr.Action2<T1, T2>.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<T1,T2>.invoke
|
||||
fullName: com.microsoft.signalr.Action2<T1, T2>.invoke
|
||||
package: com.microsoft.signalr
|
|
@ -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<T1,T2,T3>
|
||||
nameWithType: Action3<T1,T2,T3>
|
||||
fullName: com.microsoft.signalr.Action3<T1,T2,T3>
|
||||
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: "<p>A callback that takes three parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action3<T1,T2,T3>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- 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<T1,T2,T3>.invoke(T1 param1, T2 param2, T3 param3)
|
||||
fullName: com.microsoft.signalr.Action3<T1, T2, T3>.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<T1,T2,T3>.invoke
|
||||
fullName: com.microsoft.signalr.Action3<T1, T2, T3>.invoke
|
||||
package: com.microsoft.signalr
|
|
@ -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<T1,T2,T3,T4>
|
||||
nameWithType: Action4<T1,T2,T3,T4>
|
||||
fullName: com.microsoft.signalr.Action4<T1,T2,T3,T4>
|
||||
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: "<p>A callback that takes four parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action4<T1,T2,T3,T4>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- 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<T1,T2,T3,T4>.invoke(T1 param1, T2 param2, T3 param3, T4 param4)
|
||||
fullName: com.microsoft.signalr.Action4<T1, T2, T3, T4>.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<T1,T2,T3,T4>.invoke
|
||||
fullName: com.microsoft.signalr.Action4<T1, T2, T3, T4>.invoke
|
||||
package: com.microsoft.signalr
|
|
@ -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<T1,T2,T3,T4,T5>
|
||||
nameWithType: Action5<T1,T2,T3,T4,T5>
|
||||
fullName: com.microsoft.signalr.Action5<T1,T2,T3,T4,T5>
|
||||
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: "<p>A callback that takes five parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action5<T1,T2,T3,T4,T5>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- id: T5
|
||||
type: 136da300
|
||||
description: <p>The type of the fifth parameter to the callback. </p>
|
||||
- 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<T1,T2,T3,T4,T5>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5)
|
||||
fullName: com.microsoft.signalr.Action5<T1, T2, T3, T4, T5>.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<T1,T2,T3,T4,T5>.invoke
|
||||
fullName: com.microsoft.signalr.Action5<T1, T2, T3, T4, T5>.invoke
|
||||
package: com.microsoft.signalr
|
|
@ -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<T1,T2,T3,T4,T5,T6>
|
||||
nameWithType: Action6<T1,T2,T3,T4,T5,T6>
|
||||
fullName: com.microsoft.signalr.Action6<T1,T2,T3,T4,T5,T6>
|
||||
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: "<p>A callback that takes six parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action6<T1,T2,T3,T4,T5,T6>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- id: T5
|
||||
type: 136da300
|
||||
description: <p>The type of the fifth parameter to the callback. </p>
|
||||
- id: T6
|
||||
type: 43cd3771
|
||||
description: <p>The type of the sixth parameter to the callback. </p>
|
||||
- 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<T1,T2,T3,T4,T5,T6>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6)
|
||||
fullName: com.microsoft.signalr.Action6<T1, T2, T3, T4, T5, T6>.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<T1,T2,T3,T4,T5,T6>.invoke
|
||||
fullName: com.microsoft.signalr.Action6<T1, T2, T3, T4, T5, T6>.invoke
|
||||
package: com.microsoft.signalr
|
|
@ -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<T1,T2,T3,T4,T5,T6,T7>
|
||||
nameWithType: Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
fullName: com.microsoft.signalr.Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
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: "<p>A callback that takes seven parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- id: T5
|
||||
type: 136da300
|
||||
description: <p>The type of the fifth parameter to the callback. </p>
|
||||
- id: T6
|
||||
type: 43cd3771
|
||||
description: <p>The type of the sixth parameter to the callback. </p>
|
||||
- id: T7
|
||||
type: 308f4ff4
|
||||
description: <p>The type of the seventh parameter to the callback. </p>
|
||||
- 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<T1,T2,T3,T4,T5,T6,T7>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7)
|
||||
fullName: com.microsoft.signalr.Action7<T1, T2, T3, T4, T5, T6, T7>.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<T1,T2,T3,T4,T5,T6,T7>.invoke
|
||||
fullName: com.microsoft.signalr.Action7<T1, T2, T3, T4, T5, T6, T7>.invoke
|
||||
package: com.microsoft.signalr
|
|
@ -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<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
nameWithType: Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
fullName: com.microsoft.signalr.Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
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: "<p>A callback that takes eight parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- id: T5
|
||||
type: 136da300
|
||||
description: <p>The type of the fifth parameter to the callback. </p>
|
||||
- id: T6
|
||||
type: 43cd3771
|
||||
description: <p>The type of the sixth parameter to the callback. </p>
|
||||
- id: T7
|
||||
type: 308f4ff4
|
||||
description: <p>The type of the seventh parameter to the callback. </p>
|
||||
- id: T8
|
||||
type: 57f41c00
|
||||
description: <p>The type of the eighth parameter to the callback. </p>
|
||||
- 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<T1,T2,T3,T4,T5,T6,T7,T8>.invoke(T1 param1, T2 param2, T3 param3, T4 param4, T5 param5, T6 param6, T7 param7, T8 param8)
|
||||
fullName: com.microsoft.signalr.Action8<T1, T2, T3, T4, T5, T6, T7, T8>.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<T1,T2,T3,T4,T5,T6,T7,T8>.invoke
|
||||
fullName: com.microsoft.signalr.Action8<T1, T2, T3, T4, T5, T6, T7, T8>.invoke
|
||||
package: com.microsoft.signalr
|
|
@ -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<String>)
|
||||
- com.microsoft.signalr.HttpHubConnectionBuilder.withHandshakeResponseTimeout(long)
|
||||
- com.microsoft.signalr.HttpHubConnectionBuilder.withHeader(String,String)
|
||||
- com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders(Map<String, String>)
|
||||
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: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
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: "<p>Builds a new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HubConnection build()
|
||||
return:
|
||||
type: com.microsoft.signalr.HubConnection
|
||||
description: <p>A new instance of <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref>. </p>
|
||||
- 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: "<p>Indicates to the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> 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.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HttpHubConnectionBuilder shouldSkipNegotiate(boolean skipNegotiate)
|
||||
parameters:
|
||||
- id: skipNegotiate
|
||||
type: 4fc6e284
|
||||
description: <p>Boolean indicating if the <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref> should skip the negotiate step. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>This instance of the HttpHubConnectionBuilder. </p>
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider(Single<String>)
|
||||
id: withAccessTokenProvider(Single<String>)
|
||||
parent: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: withAccessTokenProvider(Single<String> accessTokenProvider)
|
||||
nameWithType: HttpHubConnectionBuilder.withAccessTokenProvider(Single<String> accessTokenProvider)
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withAccessTokenProvider(Single<String> 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: "<p>Sets the access token provider for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HttpHubConnectionBuilder withAccessTokenProvider(Single<String> accessTokenProvider)
|
||||
parameters:
|
||||
- id: accessTokenProvider
|
||||
type: 0488a115
|
||||
description: <p>The access token provider to be used by the <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref>. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>This instance of the HttpHubConnectionBuilder. </p>
|
||||
- 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: "<p>Sets the duration the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> should wait for a Handshake Response from the server.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HttpHubConnectionBuilder withHandshakeResponseTimeout(long timeoutInMilliseconds)
|
||||
parameters:
|
||||
- id: timeoutInMilliseconds
|
||||
type: 0364520f
|
||||
description: <p>The duration (specified in milliseconds) that the <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref> should wait for a Handshake Response from the server. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>This instance of the HttpHubConnectionBuilder. </p>
|
||||
- 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: "<p>Sets a single header for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> to send.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HttpHubConnectionBuilder withHeader(String name, String value)
|
||||
parameters:
|
||||
- id: name
|
||||
type: "26831127"
|
||||
description: <p>The name of the header to set. </p>
|
||||
- id: value
|
||||
type: "26831127"
|
||||
description: <p>The value of the header to be set. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>This instance of the HttpHubConnectionBuilder. </p>
|
||||
- uid: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders(Map<String, String>)
|
||||
id: withHeaders(Map<String, String>)
|
||||
parent: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
href: com.microsoft.signalr.HttpHubConnectionBuilder.yml
|
||||
langs:
|
||||
- java
|
||||
name: withHeaders(Map<String, String> headers)
|
||||
nameWithType: HttpHubConnectionBuilder.withHeaders(Map<String, String> headers)
|
||||
fullName: com.microsoft.signalr.HttpHubConnectionBuilder.withHeaders(Map<String, String> 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: "<p>Sets a collection of Headers for the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> to send with every Http request.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HttpHubConnectionBuilder withHeaders(Map<String, String> headers)
|
||||
parameters:
|
||||
- id: headers
|
||||
type: 689c8cb5
|
||||
description: <p>A Map representing the collection of Headers that the <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref> should send. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>This instance of the HttpHubConnectionBuilder. </p>
|
||||
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<String>
|
||||
fullName: Single<String>
|
||||
- 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<String, String>
|
||||
fullName: Map<String, String>
|
||||
- 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: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
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: "<p>A connection used to invoke hub methods on a SignalR Server. </p>"
|
||||
syntax:
|
||||
content: public class HubConnection
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -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: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
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: "<p>Builds a new instance of <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public abstract HubConnection build()
|
||||
return:
|
||||
type: 13c86962com.microsoft.signalr.HubConnection
|
||||
description: <p>A new instance of <xref uid="com.microsoft.signalr.HubConnection" data-throw-if-not-resolved="false">HubConnection</xref>. </p>
|
||||
- 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: "<p>Creates a new instance of <xref uid=\"com.microsoft.signalr.HttpHubConnectionBuilder\" data-throw-if-not-resolved=\"false\">HttpHubConnectionBuilder</xref>.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public static HttpHubConnectionBuilder create(String url)
|
||||
parameters:
|
||||
- id: url
|
||||
type: "26831127"
|
||||
description: <p>The URL of the SignalR hub to connect to. </p>
|
||||
return:
|
||||
type: com.microsoft.signalr.HttpHubConnectionBuilder
|
||||
description: <p>An instance of <xref uid="com.microsoft.signalr.HttpHubConnectionBuilder" data-throw-if-not-resolved="false">HttpHubConnectionBuilder</xref>. </p>
|
||||
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: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
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: "<p>A connection used to invoke hub methods on a SignalR Server. </p>"
|
||||
syntax:
|
||||
content: public class HubConnection
|
|
@ -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: "<p>Indicates the state of the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>. </p>"
|
||||
syntax:
|
||||
content: public enum HubConnectionState
|
||||
inheritance:
|
||||
- java.lang.Object
|
||||
- java.lang.Enum<HubConnectionState>
|
||||
- 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: "<p>A connection used to invoke hub methods on a SignalR Server. </p>"
|
||||
syntax:
|
||||
content: public class HubConnection
|
|
@ -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: "<p>An exception thrown when the server fails to invoke a Hub method. </p>"
|
||||
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: "<p>Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\">HubException</xref> class. </p>"
|
||||
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: "<p>Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\">HubException</xref> class with a specified error message.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HubException(String errorMessage)
|
||||
parameters:
|
||||
- id: errorMessage
|
||||
type: "26831127"
|
||||
description: <p>The error message that explains the reason for the exception. </p>
|
||||
- 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: "<p>Initializes a new instance of the <xref uid=\"com.microsoft.signalr.HubException\" data-throw-if-not-resolved=\"false\">HubException</xref> class with a specified error message and a reference to the exception that is the cause of this exception.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public HubException(String errorMessage, Exception innerException)
|
||||
parameters:
|
||||
- id: errorMessage
|
||||
type: "26831127"
|
||||
description: <p>The error message that explains the reason for the exception. </p>
|
||||
- id: innerException
|
||||
type: 8a99d4b0
|
||||
description: <p>The exception that is the cause of the current exception, or null if no inner exception is specified. </p>
|
||||
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: "<p>An exception thrown when the server fails to invoke a Hub method. </p>"
|
||||
syntax: *o1
|
|
@ -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: "<p>A callback to create and register on a HubConnections OnClosed method. </p>"
|
||||
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
|
|
@ -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: "<p>Represents the registration of a handler for a client method. </p>"
|
||||
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: "<p>Removes the client method handler represented by this subscription. </p>"
|
||||
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
|
|
@ -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: "<p>This package contains the classes for SignalR Java client. </p>"
|
||||
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: "<p>A callback that takes no parameters. </p>"
|
||||
syntax:
|
||||
content: public interface Action
|
||||
- uid: com.microsoft.signalr.Action1
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr.Action1.yml
|
||||
name: Action1<T1>
|
||||
nameWithType: Action1<T1>
|
||||
fullName: com.microsoft.signalr.Action1<T1>
|
||||
type: Interface
|
||||
summary: "<p>A callback that takes one parameter.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action1<T1>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr.Action2
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr.Action2.yml
|
||||
name: Action2<T1,T2>
|
||||
nameWithType: Action2<T1,T2>
|
||||
fullName: com.microsoft.signalr.Action2<T1,T2>
|
||||
type: Interface
|
||||
summary: "<p>A callback that takes two parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action2<T1,T2>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr.Action3
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr.Action3.yml
|
||||
name: Action3<T1,T2,T3>
|
||||
nameWithType: Action3<T1,T2,T3>
|
||||
fullName: com.microsoft.signalr.Action3<T1,T2,T3>
|
||||
type: Interface
|
||||
summary: "<p>A callback that takes three parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action3<T1,T2,T3>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr.Action4
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr.Action4.yml
|
||||
name: Action4<T1,T2,T3,T4>
|
||||
nameWithType: Action4<T1,T2,T3,T4>
|
||||
fullName: com.microsoft.signalr.Action4<T1,T2,T3,T4>
|
||||
type: Interface
|
||||
summary: "<p>A callback that takes four parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action4<T1,T2,T3,T4>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr.Action5
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr.Action5.yml
|
||||
name: Action5<T1,T2,T3,T4,T5>
|
||||
nameWithType: Action5<T1,T2,T3,T4,T5>
|
||||
fullName: com.microsoft.signalr.Action5<T1,T2,T3,T4,T5>
|
||||
type: Interface
|
||||
summary: "<p>A callback that takes five parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action5<T1,T2,T3,T4,T5>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- id: T5
|
||||
type: 136da300
|
||||
description: <p>The type of the fifth parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr.Action6
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr.Action6.yml
|
||||
name: Action6<T1,T2,T3,T4,T5,T6>
|
||||
nameWithType: Action6<T1,T2,T3,T4,T5,T6>
|
||||
fullName: com.microsoft.signalr.Action6<T1,T2,T3,T4,T5,T6>
|
||||
type: Interface
|
||||
summary: "<p>A callback that takes six parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action6<T1,T2,T3,T4,T5,T6>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- id: T5
|
||||
type: 136da300
|
||||
description: <p>The type of the fifth parameter to the callback. </p>
|
||||
- id: T6
|
||||
type: 43cd3771
|
||||
description: <p>The type of the sixth parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr.Action7
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr.Action7.yml
|
||||
name: Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
nameWithType: Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
fullName: com.microsoft.signalr.Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
type: Interface
|
||||
summary: "<p>A callback that takes seven parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action7<T1,T2,T3,T4,T5,T6,T7>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- id: T5
|
||||
type: 136da300
|
||||
description: <p>The type of the fifth parameter to the callback. </p>
|
||||
- id: T6
|
||||
type: 43cd3771
|
||||
description: <p>The type of the sixth parameter to the callback. </p>
|
||||
- id: T7
|
||||
type: 308f4ff4
|
||||
description: <p>The type of the seventh parameter to the callback. </p>
|
||||
- uid: com.microsoft.signalr.Action8
|
||||
parent: com.microsoft.signalr
|
||||
href: com.microsoft.signalr.Action8.yml
|
||||
name: Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
nameWithType: Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
fullName: com.microsoft.signalr.Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
type: Interface
|
||||
summary: "<p>A callback that takes eight parameters.</p>\r\n<p></p>"
|
||||
syntax:
|
||||
content: public interface Action8<T1,T2,T3,T4,T5,T6,T7,T8>
|
||||
typeParameters:
|
||||
- id: T1
|
||||
type: ea9d49ce
|
||||
description: <p>The type of the first parameter to the callback. </p>
|
||||
- id: T2
|
||||
type: 6ac4d271
|
||||
description: <p>The type of the second parameter to the callback. </p>
|
||||
- id: T3
|
||||
type: e92ab054
|
||||
description: <p>The type of the third parameter to the callback. </p>
|
||||
- id: T4
|
||||
type: 21b77ff4
|
||||
description: <p>The type of the fourth parameter to the callback. </p>
|
||||
- id: T5
|
||||
type: 136da300
|
||||
description: <p>The type of the fifth parameter to the callback. </p>
|
||||
- id: T6
|
||||
type: 43cd3771
|
||||
description: <p>The type of the sixth parameter to the callback. </p>
|
||||
- id: T7
|
||||
type: 308f4ff4
|
||||
description: <p>The type of the seventh parameter to the callback. </p>
|
||||
- id: T8
|
||||
type: 57f41c00
|
||||
description: <p>The type of the eighth parameter to the callback. </p>
|
||||
- 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: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
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: "<p>A connection used to invoke hub methods on a SignalR Server. </p>"
|
||||
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: "<p>A builder for configuring <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref> instances. </p>"
|
||||
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: "<p>Indicates the state of the <xref uid=\"com.microsoft.signalr.HubConnection\" data-throw-if-not-resolved=\"false\">HubConnection</xref>. </p>"
|
||||
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: "<p>An exception thrown when the server fails to invoke a Hub method. </p>"
|
||||
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: "<p>A callback to create and register on a HubConnections OnClosed method. </p>"
|
||||
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: "<p>Represents the registration of a handler for a client method. </p>"
|
||||
syntax:
|
||||
content: public class Subscription
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче