接口的使用
com.alibaba.dubbo.remoting.http.HttpHandler
-
-
com.alibaba.dubbo.remoting.http中HttpHandler的使用
返回HttpHandler的com.alibaba.dubbo.remoting.http中的方法 修饰符和类型 方法 说明 HttpHandler
HttpServer. getHttpHandler()
get http handler.参数类型为HttpHandler的com.alibaba.dubbo.remoting.http中的方法 修饰符和类型 方法 说明 HttpServer
HttpBinder. bind(URL url, HttpHandler handler)
bind the server. -
com.alibaba.dubbo.remoting.http.jetty中HttpHandler的使用
参数类型为HttpHandler的com.alibaba.dubbo.remoting.http.jetty中的方法 修饰符和类型 方法 说明 HttpServer
JettyHttpBinder. bind(URL url, HttpHandler handler)
参数类型为HttpHandler的com.alibaba.dubbo.remoting.http.jetty中的构造器 构造器 说明 JettyHttpServer(URL url, HttpHandler handler)
-
com.alibaba.dubbo.remoting.http.servlet中HttpHandler的使用
参数类型为HttpHandler的com.alibaba.dubbo.remoting.http.servlet中的方法 修饰符和类型 方法 说明 static void
DispatcherServlet. addHttpHandler(int port, HttpHandler processor)
HttpServer
ServletHttpBinder. bind(URL url, HttpHandler handler)
参数类型为HttpHandler的com.alibaba.dubbo.remoting.http.servlet中的构造器 构造器 说明 ServletHttpServer(URL url, HttpHandler handler)
-
com.alibaba.dubbo.remoting.http.support中HttpHandler的使用
返回HttpHandler的com.alibaba.dubbo.remoting.http.support中的方法 修饰符和类型 方法 说明 HttpHandler
AbstractHttpServer. getHttpHandler()
参数类型为HttpHandler的com.alibaba.dubbo.remoting.http.support中的构造器 构造器 说明 AbstractHttpServer(URL url, HttpHandler handler)
-
com.alibaba.dubbo.remoting.http.tomcat中HttpHandler的使用
参数类型为HttpHandler的com.alibaba.dubbo.remoting.http.tomcat中的方法 修饰符和类型 方法 说明 HttpServer
TomcatHttpBinder. bind(URL url, HttpHandler handler)
参数类型为HttpHandler的com.alibaba.dubbo.remoting.http.tomcat中的构造器 构造器 说明 TomcatHttpServer(URL url, HttpHandler handler)
-