org.red5.server.net.rtsp.filter.rewrite
Interface RequestUrlRewritingFilter


public interface RequestUrlRewritingFilter

This filter is used to rewrite the requested URL before passing it to the upstream server.

Author:
Rainer Bieniek

Method Summary
 URL rewriteRequestUrl(URL request)
          rewrite the request URL.
 URL rewriteResponseHeaderUrl(URL request)
          rewrite an URL in a response header.
 

Method Detail

rewriteRequestUrl

URL rewriteRequestUrl(URL request)
rewrite the request URL.

Returns:
a replacement URL or null if the URL is not to be modified.

rewriteResponseHeaderUrl

URL rewriteResponseHeaderUrl(URL request)
rewrite an URL in a response header.

Returns:
a replacement URL or null if the URL is not to be modified.


Copyright © 2006-2009 The Red5 Project