A C F G H I O P R S T W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addHeader(Header) - Method in class org.webpieces.httpclient11.api.HttpFullRequest
C
- cancel(Object) - Method in interface org.webpieces.httpclient11.api.HttpStreamRef
- cancel(Object) - Method in class org.webpieces.httpclient11.impl.ProxyStreamRef
- CatchResponseListener - Class in org.webpieces.httpclient11.impl
- CatchResponseListener(HttpResponseListener, String) - Constructor for class org.webpieces.httpclient11.impl.CatchResponseListener
- ChannelProxy - Interface in org.webpieces.httpclient11.impl
- close() - Method in interface org.webpieces.httpclient11.api.HttpSocket
- close() - Method in interface org.webpieces.httpclient11.impl.ChannelProxy
- close() - Method in class org.webpieces.httpclient11.impl.HttpSocketImpl
- close() - Method in class org.webpieces.httpclient11.impl.Proxy
- CompletableListener - Class in org.webpieces.httpclient11.impl
- CompletableListener(CompletableFuture<HttpFullResponse>) - Constructor for class org.webpieces.httpclient11.impl.CompletableListener
- connect(InetSocketAddress) - Method in interface org.webpieces.httpclient11.api.HttpSocket
- connect(InetSocketAddress) - Method in class org.webpieces.httpclient11.impl.HttpSocketImpl
- connect(InetSocketAddress, DataListener) - Method in interface org.webpieces.httpclient11.impl.ChannelProxy
- connect(InetSocketAddress, DataListener) - Method in class org.webpieces.httpclient11.impl.Proxy
- createHttpClient(String, int, BackpressureConfig, MeterRegistry) - Static method in class org.webpieces.httpclient11.api.HttpClientFactory
- createHttpClient(String, ChannelManager, HttpParser) - Static method in class org.webpieces.httpclient11.api.HttpClientFactory
- createHttpSocket(HttpSocketListener) - Method in interface org.webpieces.httpclient11.api.HttpClient
-
HttpSocket is so you can send multiple requests
- createHttpSocket(HttpSocketListener) - Method in class org.webpieces.httpclient11.impl.HttpClientImpl
- createHttpsSocket(SSLEngine, HttpSocketListener) - Method in interface org.webpieces.httpclient11.api.HttpClient
- createHttpsSocket(SSLEngine, HttpSocketListener) - Method in class org.webpieces.httpclient11.impl.HttpClientImpl
F
- failure(Throwable) - Method in interface org.webpieces.httpclient11.api.HttpResponseListener
- failure(Throwable) - Method in class org.webpieces.httpclient11.impl.CatchResponseListener
- failure(Throwable) - Method in class org.webpieces.httpclient11.impl.CompletableListener
G
- getData() - Method in class org.webpieces.httpclient11.api.HttpFullRequest
- getData() - Method in class org.webpieces.httpclient11.api.HttpFullResponse
- getId() - Method in interface org.webpieces.httpclient11.impl.ChannelProxy
- getId() - Method in class org.webpieces.httpclient11.impl.Proxy
- getProcessFuture() - Method in class org.webpieces.httpclient11.impl.ResponseSession
- getRequest() - Method in class org.webpieces.httpclient11.api.HttpFullRequest
- getResponse() - Method in class org.webpieces.httpclient11.api.HttpFullResponse
- getWriter() - Method in interface org.webpieces.httpclient11.api.HttpStreamRef
- getWriter() - Method in class org.webpieces.httpclient11.impl.ProxyStreamRef
H
- HttpChunkWriterImpl - Class in org.webpieces.httpclient11.impl
- HttpChunkWriterImpl(ChannelProxy, HttpParser, MarshalState, boolean, boolean) - Constructor for class org.webpieces.httpclient11.impl.HttpChunkWriterImpl
- HttpClient - Interface in org.webpieces.httpclient11.api
-
You may want to use the Http2to1_1ClientFactory to generate an http2 client that talks http1.1 which always allow switching to http2 with a one line change instead of using the 1.1 client The Http2to1_1 code is just a thin translation layer on top of this client
- HttpClientFactory - Class in org.webpieces.httpclient11.api
- HttpClientFactory() - Constructor for class org.webpieces.httpclient11.api.HttpClientFactory
- HttpClientImpl - Class in org.webpieces.httpclient11.impl
- HttpClientImpl(String, ChannelManager, HttpParser) - Constructor for class org.webpieces.httpclient11.impl.HttpClientImpl
- HttpDataWriter - Interface in org.webpieces.httpclient11.api
- HttpFullRequest - Class in org.webpieces.httpclient11.api
- HttpFullRequest(HttpRequest, DataWrapper) - Constructor for class org.webpieces.httpclient11.api.HttpFullRequest
- HttpFullResponse - Class in org.webpieces.httpclient11.api
- HttpFullResponse(HttpResponse, DataWrapper) - Constructor for class org.webpieces.httpclient11.api.HttpFullResponse
- HttpResponseListener - Interface in org.webpieces.httpclient11.api
- HttpSocket - Interface in org.webpieces.httpclient11.api
- HttpSocketImpl - Class in org.webpieces.httpclient11.impl
- HttpSocketImpl(ChannelProxy, HttpParser, HttpSocketListener, boolean) - Constructor for class org.webpieces.httpclient11.impl.HttpSocketImpl
- HttpSocketListener - Interface in org.webpieces.httpclient11.api
- HttpStreamRef - Interface in org.webpieces.httpclient11.api
I
- incomingResponse(HttpResponse, boolean) - Method in interface org.webpieces.httpclient11.api.HttpResponseListener
-
This is sort of a hard api issue to solve.
- incomingResponse(HttpResponse, boolean) - Method in class org.webpieces.httpclient11.impl.CatchResponseListener
- incomingResponse(HttpResponse, boolean) - Method in class org.webpieces.httpclient11.impl.CompletableListener
- isClosed() - Method in interface org.webpieces.httpclient11.api.HttpSocket
- isClosed() - Method in class org.webpieces.httpclient11.impl.HttpSocketImpl
- isSecure() - Method in interface org.webpieces.httpclient11.impl.ChannelProxy
- isSecure() - Method in class org.webpieces.httpclient11.impl.Proxy
O
- org.webpieces.httpclient11.api - package org.webpieces.httpclient11.api
- org.webpieces.httpclient11.impl - package org.webpieces.httpclient11.impl
P
- Proxy - Class in org.webpieces.httpclient11.impl
- Proxy(TCPChannel) - Constructor for class org.webpieces.httpclient11.impl.Proxy
- ProxyClose - Class in org.webpieces.httpclient11.impl
- ProxyClose(HttpSocketListener, String) - Constructor for class org.webpieces.httpclient11.impl.ProxyClose
- ProxyStreamRef - Class in org.webpieces.httpclient11.impl
- ProxyStreamRef(HttpStreamRef, CompletableFuture<HttpDataWriter>) - Constructor for class org.webpieces.httpclient11.impl.ProxyStreamRef
R
- ResponseSession - Class in org.webpieces.httpclient11.impl
- ResponseSession() - Constructor for class org.webpieces.httpclient11.impl.ResponseSession
S
- send(HttpFullRequest) - Method in interface org.webpieces.httpclient11.api.HttpSocket
-
This can be used ONLY if 'you' know that the far end does NOT sended a chunked download.
- send(HttpFullRequest) - Method in class org.webpieces.httpclient11.impl.HttpSocketImpl
- send(HttpData) - Method in interface org.webpieces.httpclient11.api.HttpDataWriter
- send(HttpData) - Method in class org.webpieces.httpclient11.impl.HttpChunkWriterImpl
- send(HttpRequest, HttpResponseListener) - Method in interface org.webpieces.httpclient11.api.HttpSocket
- send(HttpRequest, HttpResponseListener) - Method in class org.webpieces.httpclient11.impl.HttpSocketImpl
- setData(DataWrapper) - Method in class org.webpieces.httpclient11.api.HttpFullResponse
- setProcessFuture(CompletableFuture<Void>) - Method in class org.webpieces.httpclient11.impl.ResponseSession
- setResponse(HttpResponse) - Method in class org.webpieces.httpclient11.api.HttpFullResponse
- socketClosed(HttpSocket) - Method in interface org.webpieces.httpclient11.api.HttpSocketListener
- socketClosed(HttpSocket) - Method in class org.webpieces.httpclient11.impl.ProxyClose
- SocketClosedException - Exception in org.webpieces.httpclient11.api
- SocketClosedException() - Constructor for exception org.webpieces.httpclient11.api.SocketClosedException
- SocketClosedException(String) - Constructor for exception org.webpieces.httpclient11.api.SocketClosedException
- SocketClosedException(String, Throwable) - Constructor for exception org.webpieces.httpclient11.api.SocketClosedException
- SocketClosedException(Throwable) - Constructor for exception org.webpieces.httpclient11.api.SocketClosedException
T
- toString() - Method in class org.webpieces.httpclient11.api.HttpFullRequest
- toString() - Method in class org.webpieces.httpclient11.api.HttpFullResponse
- toString() - Method in class org.webpieces.httpclient11.impl.HttpSocketImpl
W
- write(ByteBuffer) - Method in interface org.webpieces.httpclient11.impl.ChannelProxy
- write(ByteBuffer) - Method in class org.webpieces.httpclient11.impl.Proxy
All Classes All Packages