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
Post a Comment