de.root1.simon.codec.base
Class MsgCloseRawChannelReturnEncoder<T extends MsgCloseRawChannelReturn>

java.lang.Object
  extended by de.root1.simon.codec.base.AbstractMessageEncoder<T>
      extended by de.root1.simon.codec.base.MsgCloseRawChannelReturnEncoder<T>
All Implemented Interfaces:
org.apache.mina.filter.codec.demux.MessageEncoder<T>

public class MsgCloseRawChannelReturnEncoder<T extends MsgCloseRawChannelReturn>
extends AbstractMessageEncoder<T>

A MessageEncoder that encodes MsgCloseRawChannelReturn.

Author:
ACHR

Constructor Summary
MsgCloseRawChannelReturnEncoder()
           
 
Method Summary
protected  void encodeBody(org.apache.mina.core.session.IoSession session, T message, org.apache.mina.core.buffer.IoBuffer out)
          Encodes the body of the message.
 
Methods inherited from class de.root1.simon.codec.base.AbstractMessageEncoder
encode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgCloseRawChannelReturnEncoder

public MsgCloseRawChannelReturnEncoder()
Method Detail

encodeBody

protected void encodeBody(org.apache.mina.core.session.IoSession session,
                          T message,
                          org.apache.mina.core.buffer.IoBuffer out)
Description copied from class: AbstractMessageEncoder
Encodes the body of the message. This method has to be implemented by the message encoder class that extends this class

Specified by:
encodeBody in class AbstractMessageEncoder<T extends MsgCloseRawChannelReturn>


Copyright © 2011. All Rights Reserved.