Class ClientH2IOEventHandler
- java.lang.Object
-
- org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
-
- org.apache.hc.core5.http2.impl.nio.ClientH2IOEventHandler
-
- All Implemented Interfaces:
java.io.Closeable
,java.lang.AutoCloseable
,HttpConnection
,HttpConnectionEventHandler
,SocketModalCloseable
,ModalCloseable
,IOEventHandler
public class ClientH2IOEventHandler extends AbstractH2IOEventHandler
IOEventHandler
that implements client side HTTP/2 messaging protocol with full support for multiplexed message transmission.- Since:
- 5.0
-
-
Field Summary
-
Fields inherited from class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
streamMultiplexer
-
-
Constructor Summary
Constructors Constructor Description ClientH2IOEventHandler(ClientH2StreamMultiplexer streamMultiplexer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class org.apache.hc.core5.http2.impl.nio.AbstractH2IOEventHandler
close, close, connected, disconnected, exception, getEndpointDetails, getLocalAddress, getProtocolVersion, getRemoteAddress, getSocketTimeout, getSSLSession, inputReady, isOpen, outputReady, setSocketTimeout, timeout
-
-
-
-
Constructor Detail
-
ClientH2IOEventHandler
public ClientH2IOEventHandler(ClientH2StreamMultiplexer streamMultiplexer)
-
-