Package org.eclipse.jetty.client
Interface ConnectionPool.Multiplexable
-
- Enclosing interface:
- ConnectionPool
@Deprecated(since="2021-05-27") public static interface ConnectionPool.Multiplexable
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Marks a connection as supporting multiplexed requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description int
getMaxMultiplex()
Deprecated.default void
setMaxMultiplex(int maxMultiplex)
Deprecated.do not use, as the maxMultiplex value is pulled, rather than pushed
-
-
-
Method Detail
-
getMaxMultiplex
int getMaxMultiplex()
Deprecated.- Returns:
- the max number of requests multiplexable on a single connection
-
setMaxMultiplex
@Deprecated default void setMaxMultiplex(int maxMultiplex)
Deprecated.do not use, as the maxMultiplex value is pulled, rather than pushed- Parameters:
maxMultiplex
- the max number of requests multiplexable on a single connection
-
-