public class DubboProtocolServer extends Object implements ProtocolServer
| Constructor and Description |
|---|
DubboProtocolServer(RemotingServer server) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getAddress() |
Map<String,Object> |
getAttributes() |
RemotingServer |
getRemotingServer() |
org.apache.dubbo.common.URL |
getUrl() |
void |
reset(org.apache.dubbo.common.URL url) |
void |
setAddress(String address) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetRemotingServerspublic DubboProtocolServer(RemotingServer server)
public RemotingServer getRemotingServer()
getRemotingServer in interface ProtocolServerpublic String getAddress()
getAddress in interface ProtocolServerpublic void setAddress(String address)
setAddress in interface ProtocolServerpublic org.apache.dubbo.common.URL getUrl()
getUrl in interface ProtocolServerpublic void reset(org.apache.dubbo.common.URL url)
reset in interface ProtocolServerpublic void close()
close in interface ProtocolServerpublic Map<String,Object> getAttributes()
getAttributes in interface ProtocolServerCopyright © 2011–2022 The Apache Software Foundation. All rights reserved.