接口的使用
com.alibaba.dubbo.remoting.http.HttpBinder
-
-
com.alibaba.dubbo.remoting.http.jetty中HttpBinder的使用
实现HttpBinder的com.alibaba.dubbo.remoting.http.jetty中的类 修饰符和类型 类 说明 class
JettyHttpBinder
JettyHttpTransporter -
com.alibaba.dubbo.remoting.http.servlet中HttpBinder的使用
实现HttpBinder的com.alibaba.dubbo.remoting.http.servlet中的类 修饰符和类型 类 说明 class
ServletHttpBinder
ServletHttpTransporter -
com.alibaba.dubbo.remoting.http.tomcat中HttpBinder的使用
实现HttpBinder的com.alibaba.dubbo.remoting.http.tomcat中的类 修饰符和类型 类 说明 class
TomcatHttpBinder
-
com.alibaba.dubbo.rpc.protocol.hessian中HttpBinder的使用
参数类型为HttpBinder的com.alibaba.dubbo.rpc.protocol.hessian中的方法 修饰符和类型 方法 说明 void
HessianProtocol. setHttpBinder(HttpBinder httpBinder)
-
com.alibaba.dubbo.rpc.protocol.http中HttpBinder的使用
参数类型为HttpBinder的com.alibaba.dubbo.rpc.protocol.http中的方法 修饰符和类型 方法 说明 void
HttpProtocol. setHttpBinder(HttpBinder httpBinder)
-
com.alibaba.dubbo.rpc.protocol.rest中HttpBinder的使用
参数类型为HttpBinder的com.alibaba.dubbo.rpc.protocol.rest中的方法 修饰符和类型 方法 说明 void
RestProtocol. setHttpBinder(HttpBinder httpBinder)
void
RestServerFactory. setHttpBinder(HttpBinder httpBinder)
参数类型为HttpBinder的com.alibaba.dubbo.rpc.protocol.rest中的构造器 构造器 说明 DubboHttpServer(HttpBinder httpBinder)
-
com.alibaba.dubbo.rpc.protocol.webservice中HttpBinder的使用
参数类型为HttpBinder的com.alibaba.dubbo.rpc.protocol.webservice中的方法 修饰符和类型 方法 说明 void
WebServiceProtocol. setHttpBinder(HttpBinder httpBinder)
-