类 RestServerFactory
- java.lang.Object
-
- org.apache.dubbo.rpc.protocol.rest.RestServerFactory
-
public class RestServerFactory extends Object
Only the server that implements servlet container could support something like @Context injection of servlet objects.
-
-
构造器概要
构造器 构造器 说明 RestServerFactory()
-
-
-
方法详细资料
-
setHttpBinder
public void setHttpBinder(org.apache.dubbo.remoting.http.HttpBinder httpBinder)
-
createServer
public RestProtocolServer createServer(String name)
-
-