On 12/21/06, Murat OZDEMiR <[EMAIL PROTECTED]> wrote:
Dear Trustin,
You're exectly right. I've pointed source codes for imported JAR files of
MINA core. I've seen that getMessageTypes() methode is returning null, i
added messagetypes such as;
private static final Set TYPES;
static
{
Set types = new HashSet();
types.add( AcknowledgeMessage.class );
TYPES = Collections.unmodifiableSet( types );
}
public Set getMessageTypes()
{
return TYPES;
}
But, this time i'm searching why put methode is not filling the ByteBuffer
buff. Buff is sending to peer as all zeros. Maybe you have an advice.
Thanks for your interest have a good time.
There's a FAQ entry on flip() method in our web site. Please take a look
there.
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP key fingerprints:
* E167 E6AF E73A CBCE EE41 4A29 544D DE48 FE95 4E7E
* B693 628E 6047 4F8F CFA4 455E 1C62 A7DC 0255 ECA6