Uses of Interface
org.apache.dubbo.rpc.Protocol
Packages that use Protocol
Package
Description
-
Uses of Protocol in org.apache.dubbo.rpc.protocol
Classes in org.apache.dubbo.rpc.protocol that implement ProtocolModifier and TypeClassDescriptionclassabstract ProtocolSupport.classAbstractProxyProtocolclassclassListenerProtocolclassclassConstructors in org.apache.dubbo.rpc.protocol with parameters of type ProtocolModifierConstructorDescriptionInvokerCountWrapper(Protocol protocol) ProtocolListenerWrapper(Protocol protocol) ProtocolSecurityWrapper(Protocol protocol) ProtocolSerializationWrapper(Protocol protocol) -
Uses of Protocol in org.apache.dubbo.rpc.proxy.wrapper
Methods in org.apache.dubbo.rpc.proxy.wrapper with parameters of type Protocol -
Uses of Protocol in org.apache.dubbo.rpc.support
Classes in org.apache.dubbo.rpc.support that implement ProtocolModifier and TypeClassDescriptionfinal classMockProtocol is used for generating a mock invoker by URL and type on consumer side