http - How do i find out the Structure of a Java Object? -


i working httpexchange class, , want use getattribute function post parameters. if call function , print results works. there has better way access returned object , contained data.

the manual here: http://download.oracle.com/javase/6/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/httpexchange.html#getattribute%28java.lang.string%29

how can access object? methods have?

i not familiar api, appears httpexchange.getattribute not method use post parameters. rather mechanism sharing information within chain of filters. since implement filters, document , understand attributes can stored.

to read post details, wouldn't httpexchange.getrequestbody?


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -