| Package | Description |
|---|---|
| microsoft.aspnet.signalr.client | |
| microsoft.aspnet.signalr.client.http.java | |
| microsoft.aspnet.signalr.client.transport |
| Modifier and Type | Method and Description |
|---|---|
static HttpConnection |
Platform.createDefaultHttpConnection(Logger logger) |
static HttpConnection |
Platform.createDefaultHttpConnection(Logger logger,
String clientCertificatePath,
char[] clientCertificatePassword,
String clientCertificateAlias,
boolean ignoreSsl) |
HttpConnection |
PlatformComponent.createHttpConnection(Logger logger)
Returns a platform-specific HttpConnection
|
static HttpConnection |
Platform.createHttpConnection(Logger logger)
Creates an adequate HttpConnection for the current platform
|
HttpConnection |
PlatformComponent.createHttpConnection(Logger logger,
String clientCertificatePath,
char[] clientCertificatePassword,
String clientCertificateAlias,
boolean ignoreSsl)
Returns a platform-specific HttpConnection
|
static HttpConnection |
Platform.createHttpConnection(Logger logger,
String clientCertificatePath,
char[] clientCertificatePassword,
String clientCertificateAlias,
boolean ignoreSsl) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaHttpConnection
Java HttpConnection implementation, based on HttpURLConnection and threads
async operations
|
| Modifier and Type | Field and Description |
|---|---|
protected HttpConnection |
HttpClientTransport.mHttpConnection |
| Constructor and Description |
|---|
AutomaticTransport(Logger logger,
HttpConnection httpConnection)
Initializes the transport with a logger and an httpConnection
|
HttpClientTransport(Logger logger,
HttpConnection httpConnection) |
LongPollingTransport(Logger logger,
HttpConnection httpConnection)
Initializes the transport with a logger
|
ServerSentEventsTransport(Logger logger,
HttpConnection httpConnection)
Initializes the transport with a logger
|
WebsocketTransport(Logger logger,
HttpConnection httpConnection) |
Copyright © 2019. All rights reserved.