Package | Description |
---|---|
org.snf4j.core.engine |
Provides interfaces and classes for implementing protocol engines.
|
org.snf4j.example.engine |
A custimized protocol engine (for Caesar Cipher) client/server example.
|
Modifier and Type | Method and Description |
---|---|
HandshakeStatus |
IEngineResult.getHandshakeStatus()
Gets the current handshake status produced by the
IEngine call. |
HandshakeStatus |
IEngine.getHandshakeStatus()
Returns the current handshake status for an
IEngine
implementation. |
HandshakeStatus |
EngineResult.getHandshakeStatus() |
static HandshakeStatus |
HandshakeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HandshakeStatus[] |
HandshakeStatus.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.
|
Modifier and Type | Field and Description |
---|---|
protected HandshakeStatus |
AbstractEngine.handshakeStatus |
Modifier and Type | Method and Description |
---|---|
HandshakeStatus |
AbstractEngine.getHandshakeStatus() |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.