类 HttpProtocol
- java.lang.Object
-
- org.apache.dubbo.rpc.protocol.AbstractProtocol
-
- org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
-
- org.apache.dubbo.rpc.protocol.http.HttpProtocol
-
- 所有已实现的接口:
Protocol
public class HttpProtocol extends AbstractProxyProtocol
-
-
字段概要
字段 修饰符和类型 字段 说明 static StringACCESS_CONTROL_ALLOW_HEADERS_HEADERstatic StringACCESS_CONTROL_ALLOW_METHODS_HEADERstatic StringACCESS_CONTROL_ALLOW_ORIGIN_HEADER
-
构造器概要
构造器 构造器 说明 HttpProtocol()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voiddestroy()intgetDefaultPort()voidsetHttpBinder(HttpBinder httpBinder)-
从类继承的方法 org.apache.dubbo.rpc.protocol.AbstractProxyProtocol
addRpcException, export, getProxyFactory, setProxyFactory
-
从类继承的方法 org.apache.dubbo.rpc.protocol.AbstractProtocol
getExporterMap, getExporters, getServers, refer
-
-
-
-
方法详细资料
-
setHttpBinder
public void setHttpBinder(HttpBinder httpBinder)
-
getDefaultPort
public int getDefaultPort()
-
destroy
public void destroy()
- 指定者:
destroy在接口中Protocol- 覆盖:
destroy在类中AbstractProtocol
-
-