All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.webpieces.http2client.api.Http2Client Maven / Gradle / Ivy

There is a newer version: 2.1.1
Show newest version
package org.webpieces.http2client.api;

import javax.net.ssl.SSLEngine;

public interface Http2Client {

	/**
	 * HttpClientSocket is so you can send multiple requests
	 * 
	 * @return
	 */
	public Http2Socket createHttpSocket();

	/**
	 * HttpClientSocket is so you can send multiple requests.
	 * 
	 * @return
	 */
	public Http2Socket createHttpsSocket(SSLEngine factory);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy