No examples for this method.
Frequently called with: [Clear]
-1
| java.lang.Object | |
| ↳ | java.net.ContentHandler |
This class converts the content of a certain format (i.e. a MIME type) into a Java type object. It is created by ContentHandlerFactory. The data values should be accessed via URL or URLConnection.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
|
||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns the object pointed by the specified URL connection
uConn.
|
||||||||||
|
|
Returns the object pointed by the specified URL connection
uConn.
|
||||||||||
| [Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
|||||||||||
Returns the object pointed by the specified URL connection uConn.
| uConn | URL connection that points to the desired object. |
|---|---|
| types | list of acceptable content types. |
null if the content doesn't match one of the specified content types.| IOException | if an error occurred while obtaining the content. |
|---|
Returns the object pointed by the specified URL connection uConn.
| uConn | URL connection that points to the desired object. |
|---|
uConn.| IOException | if an IO error occurs during the retrieval of the object |
|---|