接口的使用
org.apache.dubbo.remoting.http.HttpServer
-
-
org.apache.dubbo.remoting.http中HttpServer的使用
返回HttpServer的org.apache.dubbo.remoting.http中的方法 修饰符和类型 方法 说明 HttpServerHttpBinder. bind(URL url, HttpHandler handler)bind the server. -
org.apache.dubbo.remoting.http.jetty中HttpServer的使用
实现HttpServer的org.apache.dubbo.remoting.http.jetty中的类 修饰符和类型 类 说明 classJettyHttpServer返回HttpServer的org.apache.dubbo.remoting.http.jetty中的方法 修饰符和类型 方法 说明 HttpServerJettyHttpBinder. bind(URL url, HttpHandler handler) -
org.apache.dubbo.remoting.http.servlet中HttpServer的使用
实现HttpServer的org.apache.dubbo.remoting.http.servlet中的类 修饰符和类型 类 说明 classServletHttpServer返回HttpServer的org.apache.dubbo.remoting.http.servlet中的方法 修饰符和类型 方法 说明 HttpServerServletHttpBinder. bind(URL url, HttpHandler handler) -
org.apache.dubbo.remoting.http.support中HttpServer的使用
实现HttpServer的org.apache.dubbo.remoting.http.support中的类 修饰符和类型 类 说明 classAbstractHttpServerAbstractHttpServer -
org.apache.dubbo.remoting.http.tomcat中HttpServer的使用
实现HttpServer的org.apache.dubbo.remoting.http.tomcat中的类 修饰符和类型 类 说明 classTomcatHttpServer返回HttpServer的org.apache.dubbo.remoting.http.tomcat中的方法 修饰符和类型 方法 说明 HttpServerTomcatHttpBinder. bind(URL url, HttpHandler handler)
-