hi, i have configured my NioSocketAcceptor class with SSL based...im getting
ClassCastException when writing message to client as String (ie..
iosession.write(str))...
actually SSLFilter expects the message in IoBuffer...
also my SSLFilter is on top, before ProtocolCodecFilter..

does it mean that if we are using SSL we should not write message as String?
plz help me..

Reply via email to