com.alibaba.dubbo.rpc.protocol.hessian
Class HttpClientConnectionFactory
java.lang.Object
com.alibaba.dubbo.rpc.protocol.hessian.HttpClientConnectionFactory
- All Implemented Interfaces:
- com.caucho.hessian.client.HessianConnectionFactory
public class HttpClientConnectionFactory
- extends Object
- implements com.caucho.hessian.client.HessianConnectionFactory
HttpClientConnectionFactory
- Author:
- william.liangf
Method Summary |
com.caucho.hessian.client.HessianConnection |
open(URL url)
|
void |
setHessianProxyFactory(com.caucho.hessian.client.HessianProxyFactory factory)
|
HttpClientConnectionFactory
public HttpClientConnectionFactory()
setHessianProxyFactory
public void setHessianProxyFactory(com.caucho.hessian.client.HessianProxyFactory factory)
- Specified by:
setHessianProxyFactory
in interface com.caucho.hessian.client.HessianConnectionFactory
open
public com.caucho.hessian.client.HessianConnection open(URL url)
throws IOException
- Specified by:
open
in interface com.caucho.hessian.client.HessianConnectionFactory
- Throws:
IOException
Copyright © 2012–2017 Alibaba. All rights reserved.