Uses of Class
org.sdnplatform.sync.internal.rpc.RPCService.MessageWindow

Packages that use RPCService.MessageWindow
org.sdnplatform.sync.internal.rpc   
 

Uses of RPCService.MessageWindow in org.sdnplatform.sync.internal.rpc
 

Fields in org.sdnplatform.sync.internal.rpc with type parameters of type RPCService.MessageWindow
protected  java.util.concurrent.ConcurrentHashMap<java.lang.Short,RPCService.MessageWindow> RPCService.messageWindows
          If we want to rate-limit certain types of messages, we can do so by limiting the overall number of outstanding messages.