public class DecoderResult extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Signal |
SIGNAL_SUCCESS |
protected static Signal |
SIGNAL_UNFINISHED |
static DecoderResult |
SUCCESS |
static DecoderResult |
UNFINISHED |
| Modifier | Constructor and Description |
|---|---|
protected |
DecoderResult (Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
cause () |
static DecoderResult |
failure (Throwable cause) |
boolean |
isFailure () |
boolean |
isFinished () |
boolean |
isSuccess () |
String |
toString () |
protected static final Signal SIGNAL_UNFINISHED
protected static final Signal SIGNAL_SUCCESS
public static final DecoderResult UNFINISHED
public static final DecoderResult SUCCESS
protected DecoderResult(Throwable cause)
Copyright © 2008–2025 The Netty Project. All rights reserved.