|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.filter.codec.ProtocolEncoderAdapter
public abstract class ProtocolEncoderAdapter
An abstract ProtocolEncoder
implementation for those who don't have any
resources to dispose.
Constructor Summary | |
---|---|
ProtocolEncoderAdapter()
|
Method Summary | |
---|---|
void |
dispose(IoSession session)
Override this method dispose all resources related with this encoder. |
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.ProtocolEncoder |
---|
encode |
Constructor Detail |
---|
public ProtocolEncoderAdapter()
Method Detail |
---|
public void dispose(IoSession session) throws java.lang.Exception
dispose
in interface ProtocolEncoder
java.lang.Exception
- if failed to dispose all resources
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |