Class DubboProtocolServer
java.lang.Object
org.apache.dubbo.rpc.protocol.dubbo.DubboProtocolServer
- All Implemented Interfaces:
ProtocolServer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()org.apache.dubbo.common.URLgetUrl()voidreset(org.apache.dubbo.common.URL url) voidsetAddress(String address) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.rpc.ProtocolServer
setRemotingServers
-
Constructor Details
-
DubboProtocolServer
-
-
Method Details
-
getRemotingServer
- Specified by:
getRemotingServerin interfaceProtocolServer
-
getAddress
- Specified by:
getAddressin interfaceProtocolServer
-
setAddress
- Specified by:
setAddressin interfaceProtocolServer
-
getUrl
public org.apache.dubbo.common.URL getUrl()- Specified by:
getUrlin interfaceProtocolServer
-
reset
public void reset(org.apache.dubbo.common.URL url) - Specified by:
resetin interfaceProtocolServer
-
close
public void close()- Specified by:
closein interfaceProtocolServer
-
getAttributes
- Specified by:
getAttributesin interfaceProtocolServer
-