Interface HttpServerScopes
- All Known Subinterfaces:
HttpExchangeSpi, HttpScopeNotification, HttpServerRequest
- All Known Implementing Classes:
BaseHttpServerRequest, HttpServerRequestWrapper
public interface HttpServerScopes
Interface providing access to context specific
HttpScope instances.- Author:
- Darran Lofthouse
-
Method Summary
-
Method Details
-
getScope
-
getScopeIds
Get the IDs available for the scope specified.- Parameters:
scope- the scope the IDs are required for.- Returns:
- The IDs available for the scope specified or
nullif the scope specified does not support obtaining scopes by ID.
-
getScope
-