|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IoFilterCodec | |
|---|---|
| org.mailster.mina | |
| org.mailster.pop3.commands.auth.iofilter | |
| Uses of IoFilterCodec in org.mailster.mina |
|---|
| Fields in org.mailster.mina declared as IoFilterCodec | |
|---|---|
private IoFilterCodec |
TextLineConsumer.codec
|
| Methods in org.mailster.mina that return IoFilterCodec | |
|---|---|
IoFilterCodec |
TextLineConsumer.getCodec()
Returns the associated codec. |
IoFilterCodec |
DataConsumer.getCodec()
Returns the IoFilterCodec codec to which data is sent
when consumed. |
| Constructors in org.mailster.mina with parameters of type IoFilterCodec | |
|---|---|
TextLineConsumer(java.nio.charset.Charset charset,
IoFilterCodec codec)
Creates a new instance with the specified charset the LineDelimiter.DEFAULT delimiter and the specified
IoFilterCodec. |
|
TextLineConsumer(java.nio.charset.Charset charset,
org.apache.mina.filter.codec.textline.LineDelimiter delimiter,
IoFilterCodec codec)
Creates a new instance with the specified charset the specified delimiter and the specified IoFilterCodec. |
|
TextLineConsumer(IoFilterCodec codec)
Creates a new instance with the current default Charset,
the LineDelimiter.DEFAULT delimiter and the specified
IoFilterCodec. |
|
| Uses of IoFilterCodec in org.mailster.pop3.commands.auth.iofilter |
|---|
| Classes in org.mailster.pop3.commands.auth.iofilter that implement IoFilterCodec | |
|---|---|
class |
DigestMD5IntegrityIoFilterCodec
--- 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. |
class |
DigestMD5PrivacyIoFilterCodec
--- 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||