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 interfaceclass -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidconnect()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:
-
closein interfaceAutoCloseable - Throws:
Exception
-
connect
public void connect() -
exchangeHttpCore
[Internal Method]We use this method to implement proxy Realtime / Rest clients that add additional data to the underlying client.
-
request
-
failedRequest
-