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();}