Skip navigation links
B C D E F G H I J M P R S T V W 

R

readFileAsByteArray(String) - Static method in class com.mgnt.utils.FileUtils
This method reads file as binary data.
readFileAsString(String, String) - Static method in class com.mgnt.utils.FileUtils
This method reads the file as String and assumes that file contains information in specified encoding.
readFileAsString(String) - Static method in class com.mgnt.utils.FileUtils
This method reads the file as String.
readObjectFromJsonString(String, Class<T>, boolean) - Static method in class com.mgnt.utils.JsonUtils
This method reads (deserializes) JSON string into specific Object type with option to allow or disallow default typing.
readObjectFromJsonString(String, Class<T>) - Static method in class com.mgnt.utils.JsonUtils
This is a helper method that invokes JsonUtils.readObjectFromJsonString(String, Class, boolean) with the second parameter set to false.
readRequestContentAsByteArray(HttpServletRequest) - Static method in class com.mgnt.utils.WebUtils
This method reads the content of HTTPServletRequest as binary (raw) info without any modifications.
removeRequestProperty(String) - Method in class com.mgnt.lifecycle.management.httpclient.HttpClient
This method removes request property
ResponseHolder<C> - Class in com.mgnt.lifecycle.management.httpclient
This class contains the actual response data and metadata received upon sending Http Request by HttpClient This class is used as a return type by all versions of sendHttpRequest method of HttpClient.
ResponseHolder() - Constructor for class com.mgnt.lifecycle.management.httpclient.ResponseHolder
 
B C D E F G H I J M P R S T V W 
Skip navigation links