Hello,

if I want to use another ProtocolCodecFactory to use it within
ProtocolCodecFilter in NioListener I have to copy and paste
NioListener.start() method body and change just one line of code. That's not
too friendly. The hardcoded FtpServerProtocolCodecFactory (and FtpServer as
well) uses utf-8 charset for communication with clients. But not all clients
are UTF-8 aware. But non-utf-8 communication is another issue. To solve it,
it would be nice to be able easily extend NioListener to use another
protocol codec factory.

Jiří Kuhn.

Reply via email to