Class HttpURLConnectionService

java.lang.Object
com.hybris.ymkt.common.http.HttpURLConnectionService

public class HttpURLConnectionService extends Object
This bean shall be instantiated only once for the entire server/tenant.
All methods could have been public static but are defined this way to allow overriding.
This service only works with byte[] instead of InputStream & OutputStream. It is important that all intended input and output payloads fit into memory.
See Also: