Package org.webpieces.http2client.api
Interface Http2Client
-
- All Known Implementing Classes:
Http2ClientImpl
public interface Http2Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Http2SocketcreateHttpSocket(Http2SocketListener listener)HttpClientSocket is so you can send multiple requestsHttp2SocketcreateHttpsSocket(javax.net.ssl.SSLEngine factory, Http2SocketListener listener)HttpClientSocket is so you can send multiple requests.
-
-
-
Method Detail
-
createHttpSocket
Http2Socket createHttpSocket(Http2SocketListener listener)
HttpClientSocket is so you can send multiple requests- Returns:
-
createHttpsSocket
Http2Socket createHttpsSocket(javax.net.ssl.SSLEngine factory, Http2SocketListener listener)
HttpClientSocket is so you can send multiple requests.- Returns:
-
-