首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

hessian调用只支持post步骤

2013-01-19 
hessian调用只支持post方法今天看hessian(版本4.0.7)调用源码时候发现com.caucho.hessian.server.HessianS

hessian调用只支持post方法
今天看hessian(版本4.0.7)调用源码时候发现com.caucho.hessian.server.HessianServlet的service方法有以下几句:

public OutputStream getOutputStream() throws IOException {//此处_conn为sun.net.www.protocol.http.HttpURLConnectionreturn _conn.getOutputStream();}

热点排行