com.alibaba.dubbo.rpc.protocol.hessian
Class HttpClientConnectionFactory

java.lang.Object
  extended by 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

Constructor Summary
HttpClientConnectionFactory()
           
 
Method Summary
 com.caucho.hessian.client.HessianConnection open(URL url)
           
 void setHessianProxyFactory(com.caucho.hessian.client.HessianProxyFactory factory)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientConnectionFactory

public HttpClientConnectionFactory()
Method Detail

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.