|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IoFilterCodec
---
Mailster (C) 2007-2009 De Oliveira Edouard
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
See Mailster
Web Site
---
IoFilterCodec.java - This class is the codec used by the DataConsumer
that consumes the data cumulated by the CumulativeIoFilter.
| Method Summary | |
|---|---|
void |
unwrap(org.apache.mina.core.filterchain.IoFilter.NextFilter nextFilter,
org.apache.mina.core.buffer.IoBuffer buf)
Unwraps the data from the IoBuffer and writes it to the
IoFilter.NextFilter filter. |
void |
wrap(org.apache.mina.core.filterchain.IoFilter.NextFilter nextFilter,
org.apache.mina.core.write.WriteRequest writeRequest,
org.apache.mina.core.buffer.IoBuffer buf)
Wraps the data of the IoBuffer and writes it to the
IoFilter.NextFilter filter. |
| Method Detail |
|---|
void unwrap(org.apache.mina.core.filterchain.IoFilter.NextFilter nextFilter,
org.apache.mina.core.buffer.IoBuffer buf)
throws java.lang.Exception
IoBuffer and writes it to the
IoFilter.NextFilter filter.
java.lang.Exception
void wrap(org.apache.mina.core.filterchain.IoFilter.NextFilter nextFilter,
org.apache.mina.core.write.WriteRequest writeRequest,
org.apache.mina.core.buffer.IoBuffer buf)
throws java.lang.Exception
IoBuffer and writes it to the
IoFilter.NextFilter filter.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||