接口的使用
com.alibaba.dubbo.remoting.http.HttpServer
-
-
com.alibaba.dubbo.remoting.http中HttpServer的使用
返回HttpServer的com.alibaba.dubbo.remoting.http中的方法 修饰符和类型 方法 说明 HttpServer
HttpBinder. bind(URL url, HttpHandler handler)
bind the server. -
com.alibaba.dubbo.remoting.http.jetty中HttpServer的使用
实现HttpServer的com.alibaba.dubbo.remoting.http.jetty中的类 修饰符和类型 类 说明 class
JettyHttpServer
返回HttpServer的com.alibaba.dubbo.remoting.http.jetty中的方法 修饰符和类型 方法 说明 HttpServer
JettyHttpBinder. bind(URL url, HttpHandler handler)
-
com.alibaba.dubbo.remoting.http.servlet中HttpServer的使用
实现HttpServer的com.alibaba.dubbo.remoting.http.servlet中的类 修饰符和类型 类 说明 class
ServletHttpServer
返回HttpServer的com.alibaba.dubbo.remoting.http.servlet中的方法 修饰符和类型 方法 说明 HttpServer
ServletHttpBinder. bind(URL url, HttpHandler handler)
-
com.alibaba.dubbo.remoting.http.support中HttpServer的使用
实现HttpServer的com.alibaba.dubbo.remoting.http.support中的类 修饰符和类型 类 说明 class
AbstractHttpServer
AbstractHttpServer -
com.alibaba.dubbo.remoting.http.tomcat中HttpServer的使用
实现HttpServer的com.alibaba.dubbo.remoting.http.tomcat中的类 修饰符和类型 类 说明 class
TomcatHttpServer
返回HttpServer的com.alibaba.dubbo.remoting.http.tomcat中的方法 修饰符和类型 方法 说明 HttpServer
TomcatHttpBinder. bind(URL url, HttpHandler handler)
-