| Modifier and Type | Class and Description |
|---|---|
class |
NullLogger
Null logger implementation
|
| Modifier and Type | Method and Description |
|---|---|
Logger |
ConnectionBase.getLogger()
Returns the Logger used by the connection
|
Logger |
Connection.getLogger() |
| 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) |
| Constructor and Description |
|---|
Connection(String url,
Logger logger)
Initializes the connection with an URL and a logger
|
Connection(String url,
String queryString,
Logger logger)
Initializes the connection with an URL, a query string and a Logger
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.log(Logger logger)
Logs the request data
|
| Constructor and Description |
|---|
JavaHttpConnection(Logger logger,
String clientCertificatePath,
char[] clientCertificatePassword,
String clientCertificateAlias,
boolean ignoreSsl)
Initializes the JavaHttpConnection
|
| Constructor and Description |
|---|
HubConnection(String url,
String queryString,
boolean useDefaultUrl,
Logger logger)
Initializes the connection
|
HubProxy(HubConnection connection,
String hubName,
Logger logger)
Initializes the HubProxy
|
| Constructor and Description |
|---|
AutomaticTransport(Logger logger,
HttpConnection httpConnection)
Initializes the transport with a logger and an httpConnection
|
AutomaticTransport(Logger logger,
String clientCertificatePath,
char[] clientCertificatePassword,
String clientCertificateAlias,
boolean ignoreSsl)
Initializes the transport with a logger
|
HttpClientTransport(Logger logger,
HttpConnection httpConnection) |
HttpClientTransport(Logger logger,
String clientCertificatePath,
char[] clientCertificatePassword,
String clientCertificateAlias,
boolean ignoreSsl)
Initializes the HttpClientTransport with a logger
|
LongPollingTransport(Logger logger,
HttpConnection httpConnection)
Initializes the transport with a logger
|
LongPollingTransport(Logger logger,
String clientCertificatePath,
char[] clientCertificatePassword,
String clientCertificateAlias,
boolean ignoreSsl)
Initializes the transport
|
ServerSentEventsTransport(Logger logger,
HttpConnection httpConnection)
Initializes the transport with a logger
|
ServerSentEventsTransport(Logger logger,
String clientCertificatePath,
char[] clientCertificatePassword,
String clientCertificateAlias,
boolean ignoreSsl)
Initializes the transport with a logger
|
WebsocketTransport(Logger logger,
HttpConnection httpConnection) |
WebsocketTransport(Logger logger,
String clientCertificatePath,
char[] clientCertificatePassword,
String clientCertificateAlias,
boolean ignoreSsl) |
Copyright © 2019. All rights reserved.