Classes | |
| interface | IRequestLimitStrategy< TId > |
| Interface for strategies that can limit requests from the client. Currently only used in the texture modules to deal with repeated requests for certain textures. However, limiting strategies could be used with other requests. More... | |
| class | NullLimitStrategy< TId > |
| Strategy which polices no limits. More... | |
| class | RepeatLimitStrategy< TId > |
| Limit requests by discarding them after they've been repeated a certain number of times. More... | |
| class | TimeLimitStrategy< TId > |
| Limit requests by discarding repeat attempts that occur within a given time period. More... | |
| class | Request |
| Private request details. More... | |
1.5.1