org.littleshoot.stun.stack
Class StunMessageDecoder

java.lang.Object
  extended by org.littleshoot.util.mina.StateMachineProtocolDecoder
      extended by org.littleshoot.stun.stack.StunMessageDecoder
All Implemented Interfaces:
org.littleshoot.mina.filter.codec.ProtocolDecoder

public class StunMessageDecoder
extends org.littleshoot.util.mina.StateMachineProtocolDecoder

Decoder for STUN messages


Constructor Summary
StunMessageDecoder()
          Creates a new decoder.
 
Method Summary
 
Methods inherited from class org.littleshoot.util.mina.StateMachineProtocolDecoder
decode, dispose, finishDecode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StunMessageDecoder

public StunMessageDecoder()
Creates a new decoder.



Copyright © 2013 LittleShoot. All Rights Reserved.