Package io.ably.lib.http
Class Http
java.lang.Object
io.ably.lib.http.Http
- All Implemented Interfaces:
AutoCloseable
A high level wrapper of both a sync and an async HttpScheduler.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
exchangeHttpCore
(HttpCore httpCore) [Internal Method]<Result> Http.Request<Result>
<Result> Http.Request<Result>
request
(Http.Execute<Result> execute)
-
Constructor Details
-
Http
-
-
Method Details
-
close
- Specified by:
-
close
in interfaceAutoCloseable
- Throws:
Exception
-
exchangeHttpCore
[Internal Method]We use this method to implement proxy Realtime / Rest clients that add additional data to the underlying client.
-
request
-
failedRequest
-