Hello,

I'd like to point out that there's an error in the IoFilter documentation on
the website. It shows the following code:

public void filterWrite(NextFilter nextFilter, IoSession session,
WriteRequest request) {
    nextFilter.filterWrite(
            session, new WriteRequest(
                    ((String) request.getMessage()).toCharArray(),
request.getFuture(), request.getDestination()));
}

However, WriteRequest is an Interface in Mina 2.0.0 and can therefor not be
instantiated.

Who can i address this kind of comment to?

Greets,
Geert Schuring.
The Netherlands.

________________________________________________
Message sent using UebiMiau 2.7.10


Reply via email to