org.red5.server.net.rtsp.filter.rewrite
Class RequestUrlRewritingImpl
java.lang.Object
org.apache.mina.core.filterchain.IoFilterAdapter
org.red5.server.net.rtsp.filter.rewrite.RequestUrlRewritingImpl
- All Implemented Interfaces:
- IoFilter
public class RequestUrlRewritingImpl
- extends IoFilterAdapter
- Author:
- bieniekr
|
Constructor Summary |
RequestUrlRewritingImpl(String clazzName)
construct the IoFilter around the filter class denoted by the clazz name
parameter. |
| Methods inherited from class org.apache.mina.core.filterchain.IoFilterAdapter |
destroy, exceptionCaught, filterClose, filterWrite, init, messageSent, onPostAdd, onPostRemove, onPreAdd, onPreRemove, sessionClosed, sessionCreated, sessionIdle, sessionOpened, toString |
RequestUrlRewritingImpl
public RequestUrlRewritingImpl(String clazzName)
throws Exception
- construct the IoFilter around the filter class denoted by the clazz name
parameter.
TODO: This may become obsolete if moving to OSGi bundles TODO: Make
filter parametrizeable. Could be done by moving from properties to XML
config file.
- Throws:
Exception
messageReceived
public void messageReceived(IoFilter.NextFilter nextFilter,
IoSession session,
Object message)
throws Exception
- Specified by:
messageReceived in interface IoFilter- Overrides:
messageReceived in class IoFilterAdapter
- Throws:
Exception
Copyright © 2006-2009 The Red5 Project