org.apache.mina.examples.reverser
Class TextLineDecoder

java.lang.Object
  extended by org.apache.mina.examples.reverser.TextLineDecoder

public class TextLineDecoder
extends java.lang.Object

Decodes a text line into a string.

Version:
$Rev: 123500 $, $Date: 2004-12-28 22:11:05 +0900 (화, 28 12월 2004) $,
Author:
Trustin Lee (trustin@apache.org)

Constructor Summary
TextLineDecoder()
           
 
Method Summary
 void decode(ProtocolSession session, ByteBuffer in, ProtocolDecoderOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextLineDecoder

public TextLineDecoder()
Method Detail

decode

public void decode(ProtocolSession session,
                   ByteBuffer in,
                   ProtocolDecoderOutput out)
            throws ProtocolViolationException
Throws:
ProtocolViolationException