public final class RsHtml extends RsWrap
The class is immutable and thread-safe.
Constructor and Description |
---|
RsHtml()
Ctor.
|
RsHtml(byte[] body)
Ctor.
|
RsHtml(CharSequence body)
Ctor.
|
RsHtml(InputStream body)
Ctor.
|
RsHtml(Response res)
Ctor.
|
RsHtml(Response res,
byte[] body)
Ctor.
|
RsHtml(Response res,
CharSequence body)
Ctor.
|
RsHtml(Response res,
InputStream body)
Ctor.
|
RsHtml(Response res,
URL url)
Ctor.
|
RsHtml(URL url)
Ctor.
|
public RsHtml()
public RsHtml(CharSequence body)
body
- HTML bodypublic RsHtml(byte[] body)
body
- HTML bodypublic RsHtml(URL url)
url
- URL with bodypublic RsHtml(InputStream body)
body
- HTML bodypublic RsHtml(Response res, CharSequence body)
res
- Original responsebody
- HTML bodypublic RsHtml(Response res, byte[] body)
res
- Original responsebody
- HTML bodypublic RsHtml(Response res, InputStream body)
res
- Original responsebody
- HTML bodypublic RsHtml(Response res, URL url)
res
- Original responseurl
- URL with bodypublic RsHtml(Response res)
res
- Original responseCopyright © 2015–2018 Take. All rights reserved.