|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embedchat.protocol.codec.AbstractMessageEncoder
public abstract class AbstractMessageEncoder
| Constructor Summary | |
|---|---|
protected |
AbstractMessageEncoder(int type)
|
| Method Summary | |
|---|---|
void |
encode(org.apache.mina.common.IoSession session,
java.lang.Object message,
org.apache.mina.filter.codec.ProtocolEncoderOutput out)
|
protected abstract void |
encodeBody(org.apache.mina.common.IoSession session,
AbstractMessage message,
org.apache.mina.common.ByteBuffer out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.mina.filter.codec.demux.MessageEncoder |
|---|
getMessageTypes |
| Constructor Detail |
|---|
protected AbstractMessageEncoder(int type)
| Method Detail |
|---|
public void encode(org.apache.mina.common.IoSession session,
java.lang.Object message,
org.apache.mina.filter.codec.ProtocolEncoderOutput out)
throws java.lang.Exception
encode in interface org.apache.mina.filter.codec.demux.MessageEncoderjava.lang.Exception
protected abstract void encodeBody(org.apache.mina.common.IoSession session,
AbstractMessage message,
org.apache.mina.common.ByteBuffer out)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||