List of usage examples for com.liferay.portal.kernel.util Http.Options getCookies
public Cookie[] getCookies();
From source file:com.twelve.capital.external.feed.util.HttpImpl.java
License:Open Source License
@Override public byte[] URLtoByteArray(Http.Options options) throws IOException { return URLtoByteArray(options.getLocation(), options.getMethod(), options.getHeaders(), options.getCookies(), options.getAuth(), options.getBody(), options.getFileParts(), options.getParts(), options.getResponse(), options.isFollowRedirects(), options.getProgressId(), options.getPortletRequest()); }