public class ProtocolFilterDecorator extends Object implements Protocol
ProtocolFilterDecorator(Protocol protocol)
void
destroy()
<T> Exporter<T>
export(Provider<T> provider, URL url)
<T> Referer<T>
refer(Class<T> clz, URL url, URL serviceUrl)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ProtocolFilterDecorator(Protocol protocol)
public <T> Exporter<T> export(Provider<T> provider, URL url)
Protocol
export
public <T> Referer<T> refer(Class<T> clz, URL url, URL serviceUrl)
refer
public void destroy()
1) exporter destroy 2) referer destroy
destroy
Copyright © 2016. All rights reserved.