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 ClientParameters
ClientParameters. httpLayerFactory(HttpLayer.HttpLayerFactory httpLayerFactory)
Set theHttpLayer.HttpLayerFactory
to use.ClientParameters
ClientParameters. password(String password)
Set the password to use when authenticating.ClientParameters
ClientParameters. url(String url)
Set the URL to use.ClientParameters
ClientParameters. url(URL url)
Set the URL to use.ClientParameters
ClientParameters. 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 HttpLayer
HttpLayer.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
.
-