Module rxmicro.rest.client.netty
Class NettyHttpClientFactory
- java.lang.Object
-
- io.rxmicro.rest.client.netty.internal.NettyHttpClientFactory
-
- All Implemented Interfaces:
HttpClientFactory
public final class NettyHttpClientFactory extends Object implements HttpClientFactory
- Since:
- 0.8
- Author:
- nedis
-
-
Constructor Summary
Constructors Constructor Description NettyHttpClientFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpClientcreate(Class<?> loggerClass, String namespace, RestClientConfig restClientConfig, io.rxmicro.config.Secrets secrets, HttpClientContentConverter contentConverter)
-
-
-
Method Detail
-
create
public HttpClient create(Class<?> loggerClass, String namespace, RestClientConfig restClientConfig, io.rxmicro.config.Secrets secrets, HttpClientContentConverter contentConverter)
- Specified by:
createin interfaceHttpClientFactory
-
-