Package | Description |
---|---|
org.snf4j.core.engine |
Provides interfaces and classes for implementing protocol engines.
|
Modifier and Type | Method and Description |
---|---|
Status |
IEngineResult.getStatus()
Gets the overall result of the
IEngine calls. |
Status |
EngineResult.getStatus() |
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EngineResult(Status status,
HandshakeStatus handshakeStatus,
int bytesConsumed,
int bytesProduced)
Initializes a new instance of this class.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.