Hello, I am using MINA on the server side, accepting connections by extending CumulativeProtocolDecoder. The new incoming connections are processed in protected boolean doDecode(IoSession session, ByteBuffer in, ProtocolDecoderOutput out) throws Exception;
What can I do to drop certain requests? Tried calling dispose(session), but that doesn't seem to work. thanks! -- View this message in context: http://www.nabble.com/how-to-drop-client-requests-tf4610871s16868.html#a13167595 Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.
