Package net.authorize.util
Class HttpClient
- java.lang.Object
-
- net.authorize.util.HttpClient
-
public class HttpClient extends Object
Transportation object used to facilitate the communication with the respective gateway.
-
-
Constructor Summary
Constructors Constructor Description HttpClient()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringconvertStreamToString(InputStream is)Deprecated.
-
-
-
Field Detail
-
ENCODING
public static final String ENCODING
- See Also:
- Constant Field Values
-
-
Method Detail
-
convertStreamToString
@Deprecated public static String convertStreamToString(InputStream is)
Deprecated.Converts a response inputstream into a string.- Parameters:
is-- Returns:
- String
-
-