Uses of Class
com.rabbitmq.http.client.ClientParameters
-
Packages that use ClientParameters Package Description com.rabbitmq.http.client -
-
Uses of ClientParameters in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return ClientParameters Modifier and Type Method Description ClientParametersClientCreationContext. getClientParameters()Deprecated, for removal: This API element is subject to removal in a future version.ClientParametersused for thisClientinstance.ClientParametersClientParameters. httpLayerFactory(HttpLayer.HttpLayerFactory httpLayerFactory)Set theHttpLayer.HttpLayerFactoryto use.ClientParametersClientParameters. password(String password)Set the password to use when authenticating.ClientParametersClientParameters. restTemplateConfigurator(RestTemplateConfigurator restTemplateConfigurator)Deprecated, for removal: This API element is subject to removal in a future version.usehttpLayerFactoryinsteadClientParametersClientParameters. url(String url)Set the URL to use.ClientParametersClientParameters. url(URL url)Set the URL to use.ClientParametersClientParameters. username(String username)Set the username to use when authenticating.Methods in com.rabbitmq.http.client with parameters of type ClientParameters Modifier and Type Method Description HttpLayerHttpLayer.HttpLayerFactory. create(ClientParameters parameters)Constructors in com.rabbitmq.http.client with parameters of type ClientParameters Constructor Description Client(ClientParameters parameters)Construct an instance with the providedClientParameters.
-