Uses of Class
com.github.jamesnetherton.zulip.client.Zulip.Builder
Packages that use Zulip.Builder
-
Uses of Zulip.Builder in com.github.jamesnetherton.zulip.client
Methods in com.github.jamesnetherton.zulip.client that return Zulip.BuilderModifier and TypeMethodDescriptionSets the Zulip API key to use for authentication with the Zulip server.Sets the Zulip email address to use for authentication with the Zulip server.Zulip.Builder.httpClientFactory
(ZulipHttpClientFactory httpClientFactory) Sets a customZulipHttpClientFactory
to enable the Zulip client to use an HTTP client other than the default Apache Commons HTTP client.Zulip.Builder.insecure
(boolean insecure) Sets whether the Zulip HTTP client should ignore SSL certificate validation errors.Zulip.Builder.proxyPassword
(String proxyPassword) Sets the proxy server password that the Zulip HTTP client should use when making requests to the Zulip server.Sets the proxy server URL that the Zulip HTTP client should use when making requests to the Zulip server.Zulip.Builder.proxyUsername
(String proxyUsername) Sets the proxy server user name that the Zulip HTTP client should use when making requests to the Zulip server.Sets the URL of the Zulip server.