类 WebServiceProtocol
- java.lang.Object
-
- com.alibaba.dubbo.rpc.protocol.AbstractProtocol
-
- com.alibaba.dubbo.rpc.protocol.AbstractProxyProtocol
-
- com.alibaba.dubbo.rpc.protocol.webservice.WebServiceProtocol
-
- 所有已实现的接口:
Protocol
public class WebServiceProtocol extends AbstractProxyProtocol
WebServiceProtocol.
-
-
字段概要
字段 修饰符和类型 字段 说明 static int
DEFAULT_PORT
-
构造器概要
构造器 构造器 说明 WebServiceProtocol()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 int
getDefaultPort()
Get default port when user doesn't config the port.void
setHttpBinder(HttpBinder httpBinder)
-
从类继承的方法 com.alibaba.dubbo.rpc.protocol.AbstractProxyProtocol
addRpcException, export, getProxyFactory, refer, setProxyFactory
-
从类继承的方法 com.alibaba.dubbo.rpc.protocol.AbstractProtocol
destroy
-
-
-
-
字段详细资料
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
setHttpBinder
public void setHttpBinder(HttpBinder httpBinder)
-
getDefaultPort
public int getDefaultPort()
从接口复制的说明:Protocol
Get default port when user doesn't config the port.- 返回:
- default port
-
-