public class org.apache.dubbo.remoting.http.servlet.ServletHttpServer extends org.apache.dubbo.remoting.http.support.AbstractHttpServer
{
public void <init>(org.apache.dubbo.common.URL, org.apache.dubbo.remoting.http.HttpHandler)
{
org.apache.dubbo.common.URL v;
int v;
org.apache.dubbo.remoting.http.HttpHandler v;
org.apache.dubbo.remoting.http.servlet.ServletHttpServer v;
v := @this: org.apache.dubbo.remoting.http.servlet.ServletHttpServer;
v := @parameter: org.apache.dubbo.common.URL;
v := @parameter: org.apache.dubbo.remoting.http.HttpHandler;
specialinvoke v.<org.apache.dubbo.remoting.http.support.AbstractHttpServer: void <init>(org.apache.dubbo.common.URL,org.apache.dubbo.remoting.http.HttpHandler)>(v, v);
v = virtualinvoke v.<org.apache.dubbo.common.URL: int getParameter(java.lang.String,int)>("bind.port", 8080);
staticinvoke <org.apache.dubbo.remoting.http.servlet.DispatcherServlet: void addHttpHandler(int,org.apache.dubbo.remoting.http.HttpHandler)>(v, v);
return;
}
}