public class ProtocolServiceKey extends ServiceKey
| Modifier and Type | Class and Description |
|---|---|
static class |
ProtocolServiceKey.Matcher |
| Constructor and Description |
|---|
ProtocolServiceKey(String interfaceName,
String version,
String group,
String protocol) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getProtocol() |
String |
getServiceKeyString() |
int |
hashCode() |
boolean |
isSameWith(ProtocolServiceKey protocolServiceKey) |
String |
toString() |
getGroup, getInterfaceName, getVersionpublic String getProtocol()
public String getServiceKeyString()
public boolean isSameWith(ProtocolServiceKey protocolServiceKey)
public boolean equals(Object o)
equals in class ServiceKeypublic int hashCode()
hashCode in class ServiceKeypublic String toString()
toString in class ServiceKeyCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.