Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefaultProxyFactory ¶
func NewDefaultProxyFactory(options ...proxy.Option) proxy.ProxyFactory
Types ¶
type DefaultProxyFactory ¶
type DefaultProxyFactory struct { }
func (*DefaultProxyFactory) GetInvoker ¶
func (factory *DefaultProxyFactory) GetInvoker(url common.URL) protocol.Invoker
type ProxyInvoker ¶
type ProxyInvoker struct {
protocol.BaseInvoker
}
func (*ProxyInvoker) Invoke ¶
func (pi *ProxyInvoker) Invoke(invocation protocol.Invocation) protocol.Result
Click to show internal directories.
Click to hide internal directories.