Uses of Class
org.apache.hc.core5.http2.config.H2Setting
-
Packages that use H2Setting Package Description org.apache.hc.core5.http2.frame Core HTTP/2 data frame APIs.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of H2Setting in org.apache.hc.core5.http2.frame
Methods in org.apache.hc.core5.http2.frame with parameters of type H2Setting Modifier and Type Method Description RawFrameFrameFactory. createSettings(H2Setting... settings) -
Uses of H2Setting in org.apache.hc.core5.http2.impl.nio
Methods in org.apache.hc.core5.http2.impl.nio that return H2Setting Modifier and Type Method Description (package private) abstract H2Setting[]AbstractH2StreamMultiplexer. generateSettings(H2Config localConfig)(package private) H2Setting[]ClientH2StreamMultiplexer. generateSettings(H2Config localConfig)(package private) H2Setting[]ServerH2StreamMultiplexer. generateSettings(H2Config localConfig)
-