|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.littleshoot.mina.common.IoFilterAdapter
org.lastbamboo.common.turn.server.allocated.TurnRawDataFilter
public class TurnRawDataFilter
Decoder that reads in raw data from remote hosts and forwards it to the TURN client. The data will get wrapped in a Send Indication message unless there's an active destination.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.littleshoot.mina.common.IoFilter |
|---|
org.littleshoot.mina.common.IoFilter.NextFilter, org.littleshoot.mina.common.IoFilter.WriteRequest |
| Constructor Summary | |
|---|---|
TurnRawDataFilter()
|
|
| Method Summary | |
|---|---|
void |
messageReceived(org.littleshoot.mina.common.IoFilter.NextFilter nextFilter,
org.littleshoot.mina.common.IoSession session,
Object message)
|
| Methods inherited from class org.littleshoot.mina.common.IoFilterAdapter |
|---|
destroy, exceptionCaught, filterClose, filterWrite, init, messageSent, onPostAdd, onPostRemove, onPreAdd, onPreRemove, sessionClosed, sessionCreated, sessionIdle, sessionOpened |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TurnRawDataFilter()
| Method Detail |
|---|
public void messageReceived(org.littleshoot.mina.common.IoFilter.NextFilter nextFilter,
org.littleshoot.mina.common.IoSession session,
Object message)
throws Exception
messageReceived in interface org.littleshoot.mina.common.IoFiltermessageReceived in class org.littleshoot.mina.common.IoFilterAdapterException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||