[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[jfriends-ml 10764] MJP Item17 URLConnection と JavaOne2003 のスライド
高橋(智)です。
More Java Pitfalls の Item17 で、URLやURLConnectionクラスを
使用してPostする、というトピックがありました。で、JavaOne2003
のセッションスライドを見ていたら、関係ありそうなものがありまし
たのでご紹介します。
Java Technology-Based Networking:
Advanced Concepts and Troubleshooting TS-2239
をどうぞ。
一部を簡単に引用すると以下のようなことが書かれていました。
ちなみに「落とし穴」についての言及は無いようですが、セッシ
ョンの中で口頭で解説があったかも。(^^;
---引用-----------------------------------------------------
Summary
・URLConnection
- Simple
- Enough for most general uses (GET and POST)
- Still some flexibility
・HttpURLConnection
- A bit more complex
- More flexibility (response code, RequestMethod)
- Needs an explicit cast
...
...
...
・HttpURLConnection can be very useful
...
-------------------------------------------------------------
--
高橋智宏