public interface HttpRequestResolutionHandler
If a HttpRequestResolutionHandler is registered then the
implementation SHALL invoke the handler and use mapping provided by the
handler. If the handler is not registered or fails to provide a mapping,
the implementation attempts to map the request URI itself.
| Modifier and Type | Method and Description |
|---|---|
URL |
resolveHttpRequest(InetAddress inetAddress,
URL url,
String[] request,
NetworkInterface networkInterface)
Resolves the incoming HTTP request to a URL
that identifies a content binary
|
URL resolveHttpRequest(InetAddress inetAddress, URL url, String[] request, NetworkInterface networkInterface)
inetAddress - IP address the transaction was sent from.url - The URL requested by the transaction.request - The HTTP message request;
i.e., the request line and subsequent message headers.networkInterface - The NetworkInterface the request
came on.Copyright © 2013 CableLabs. All Rights Reserved.