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

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

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(Http2SocketListener listener);

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy