Uses of Interface
com.rabbitmq.http.client.HttpLayer.HttpLayerFactory
-
Packages that use HttpLayer.HttpLayerFactory Package Description com.rabbitmq.http.client -
-
Uses of HttpLayer.HttpLayerFactory in com.rabbitmq.http.client
Methods in com.rabbitmq.http.client that return HttpLayer.HttpLayerFactory Modifier and Type Method Description HttpLayer.HttpLayerFactory
ClientParameters. getHttpLayerFactory()
Methods in com.rabbitmq.http.client with parameters of type HttpLayer.HttpLayerFactory Modifier and Type Method Description ClientParameters
ClientParameters. httpLayerFactory(HttpLayer.HttpLayerFactory httpLayerFactory)
Set theHttpLayer.HttpLayerFactory
to use.
-