Uses of Interface
org.openqa.selenium.remote.http.Contents.Supplier
Packages that use Contents.Supplier
-
Uses of Contents.Supplier in org.openqa.selenium.remote.http
Classes in org.openqa.selenium.remote.http that implement Contents.SupplierMethods in org.openqa.selenium.remote.http that return Contents.SupplierModifier and TypeMethodDescriptionstatic Contents.Supplierstatic Contents.SupplierContents.bytes(byte[] bytes) static Contents.SupplierContents.empty()static Contents.Supplierstatic Contents.SupplierContents.fromStream(InputStream stream, long length) static Contents.SupplierContents.string(CharSequence value, Charset charset) static Contents.SupplierContents.utf8String(CharSequence value) Methods in org.openqa.selenium.remote.http with parameters of type Contents.SupplierModifier and TypeMethodDescriptionstatic byte[]Contents.bytes(Contents.Supplier supplier) static ReaderContents.reader(Contents.Supplier supplier, Charset charset) static StringContents.string(Contents.Supplier supplier, Charset charset) Deprecated.static ReaderContents.utf8Reader(Contents.Supplier supplier) static StringContents.utf8String(Contents.Supplier supplier)
contentAsString(Charset)instead.