Package org.apache.dubbo.common
Class ProtocolServiceKey
java.lang.Object
org.apache.dubbo.common.ServiceKey
org.apache.dubbo.common.ProtocolServiceKey
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionProtocolServiceKey(String interfaceName, String version, String group, String protocol) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisSameWith(ProtocolServiceKey protocolServiceKey) toString()Methods inherited from class org.apache.dubbo.common.ServiceKey
getGroup, getInterfaceName, getVersion
-
Constructor Details
-
ProtocolServiceKey
-
-
Method Details
-
getProtocol
-
getServiceKeyString
-
isSameWith
-
equals
- Overrides:
equalsin classServiceKey
-
hashCode
public int hashCode()- Overrides:
hashCodein classServiceKey
-
toString
- Overrides:
toStringin classServiceKey
-