java.lang.Object | |
↳ | android.webkit.PluginData |
This class is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
This class encapsulates the content generated by a plugin. The data itself is meant to be loaded into webkit via the PluginContentLoader class, which needs to be able to construct an HTTP response. For this, it needs a stream with the response body, the length of the body, the response headers, and the response status code. The PluginData class is the container for all these parts.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
| |||||||||||
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This constructor is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Creates a PluginData instance.
stream | The stream that supplies content for the plugin. |
---|---|
length | The HTTP response status code. |
headers | The response headers. Map of lowercase header name to [ unmodified header name, header value] |
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Returns the length of the plugin content.
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Returns the HTTP response headers associated with the plugin content.
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Returns the input stream that contains the plugin content.
This method is deprecated.
This class was intended to be used by Gears. Since Gears was
deprecated, so is this class.
Returns the HTTP status code for the response.