Class com.micronova.util.HTTPPacket
All Packages Class Hierarchy This Package Previous Next Index
Class com.micronova.util.HTTPPacket
java.lang.Object
|
+----com.micronova.util.HTTPPacket
- public class HTTPPacket
- extends Object
HTTPPacket class provides a simple HTTP remote procedure call.
It has no Codable implementation.
- Version:
- 1.0
- Author:
- Makoto Nagata, MicroNova
-
HTTPPacket()
-
-
call(URL, Codable)
-
This opens a connection to a url, sends a codable, receives
a codable, closes the connection, and returns the received
codable.
HTTPPacket
public HTTPPacket()
call
public static Codable call(URL url,
Codable codable) throws Exception
- This opens a connection to a url, sends a codable, receives
a codable, closes the connection, and returns the received
codable.
All Packages Class Hierarchy This Package Previous Next Index