| Package | Description |
|---|---|
| io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
| io.netty.util |
Utility classes used across multiple packages.
|
| Modifier and Type | Field and Description |
|---|---|
private BooleanSupplier |
DefaultHttp2RemoteFlowController.FlowState.isWritableSupplier |
| Modifier and Type | Interface and Description |
|---|---|
interface |
UncheckedBooleanSupplier
Represents a supplier of
boolean-valued results which doesn't throw any checked exceptions. |
| Modifier and Type | Field and Description |
|---|---|
static BooleanSupplier |
BooleanSupplier.FALSE_SUPPLIER
A supplier which always returns
false and never throws. |
static BooleanSupplier |
BooleanSupplier.TRUE_SUPPLIER
A supplier which always returns
true and never throws. |