Package com.slack.api.util.http
Class UserAgentInterceptor
java.lang.Object
com.slack.api.util.http.UserAgentInterceptor
- All Implemented Interfaces:
okhttp3.Interceptor
An OkHttpClient interceptor that adds the SDK User-Agent to all the outgoing HTTP requests by this SDK.
-
Nested Class Summary
Nested classes/interfaces inherited from interface okhttp3.Interceptor
okhttp3.Interceptor.Chain, okhttp3.Interceptor.Companion -
Field Summary
FieldsFields inherited from interface okhttp3.Interceptor
Companion -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USER_AGENT_PREFIX
- See Also:
-
-
Constructor Details
-
UserAgentInterceptor
-
-
Method Details
-
buildDefaultUserAgent
-
intercept
- Specified by:
interceptin interfaceokhttp3.Interceptor- Throws:
IOException
-