Package-level declarations
Types
Provides a HttpClient that has all the needed configurations to talk with a Wire backend, like Serialization, and Content Negotiation. It's Authenticated, and will use the provided SessionManager to fill necessary Authentication headers, and refresh tokens as they expire.
HttpClient with WebSocket (ws or wss) capabilities. It's Authenticated, and will use the provided SessionManager to fill necessary Authentication headers, and refresh tokens as they expire.
A client's logging plugin.
Upon request, creates normal WebSocket, but wraps the listener to add logging.
Upon request, creates normal WebSocket, but wraps the listener to add logging.
Provides a HttpClient that has all the needed configurations to talk with a Wire backend, like Serialization, and Content Negotiation.
Provides a HttpClient that has all the needed configurations to talk with a Wire backend, like Serialization, and Content Negotiation. Unlike others, this one has no strict ties with any API version nor default Base Url