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 microsoft.aspnet.signalr.client.http.HttpConnection |
Platform.createDefaultHttpConnection(Logger logger) |
microsoft.aspnet.signalr.client.http.HttpConnection |
PlatformComponent.createHttpConnection(Logger logger)
Returns a platform-specific HttpConnection
|
static microsoft.aspnet.signalr.client.http.HttpConnection |
Platform.createHttpConnection(Logger logger)
Creates an adequate HttpConnection for the current platform
|
Constructor and Description |
---|
Connection(java.lang.String url,
Logger logger)
Initializes the connection with an URL and a logger
|
Connection(java.lang.String url,
java.lang.String queryString,
Logger logger)
Initializes the connection with an URL, a query string and a Logger
|