public class ProxyFilter extends IoFilterAdapter
IoFilter.NextFilter| Modifier and Type | Field and Description |
|---|---|
static String |
FORWARD_KEY
Forwarding key constant
|
protected static org.slf4j.Logger |
log
Logger
|
protected String |
name
Filter name
|
| Constructor and Description |
|---|
ProxyFilter(String name)
Create proxy filter with given name
|
| Modifier and Type | Method and Description |
|---|---|
void |
messageReceived(IoFilter.NextFilter next,
IoSession session,
Object message) |
void |
sessionClosed(IoFilter.NextFilter next,
IoSession session) |
destroy, exceptionCaught, filterClose, filterWrite, init, inputClosed, messageSent, onPostAdd, onPostRemove, onPreAdd, onPreRemove, sessionCreated, sessionIdle, sessionOpened, toStringpublic static final String FORWARD_KEY
protected static org.slf4j.Logger log
protected String name
public ProxyFilter(String name)
name - namepublic void messageReceived(IoFilter.NextFilter next, IoSession session, Object message) throws Exception
messageReceived in interface IoFiltermessageReceived in class IoFilterAdapterExceptionpublic void sessionClosed(IoFilter.NextFilter next, IoSession session) throws Exception
sessionClosed in interface IoFiltersessionClosed in class IoFilterAdapterExceptionCopyright © 2006-2012 The Red5 Project