| Package | Description |
|---|---|
| org.jscsi.parser |
This package provides all main classes which are needed to deserialize and serialize
all the messages defined by the iSCSI Standard (RFC 3720).
|
| Modifier and Type | Method and Description |
|---|---|
OperationCode |
BasicHeaderSegment.getOpCode()
Returns the operation code, which is used in this BHS.
|
static OperationCode |
OperationCode.valueOf(byte value)
Returns the constant defined for the given
value. |
static OperationCode |
OperationCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationCode[] |
OperationCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolDataUnit |
ProtocolDataUnitFactory.create(boolean immediateFlag,
boolean finalFlag,
OperationCode operationCode,
String headerDigest,
String dataDigest)
This method creates a
ProtocolDataUnit instance, which is
initialized with the given settings, and returns it. |
static AbstractMessageParser |
MessageParserFactory.getParser(ProtocolDataUnit protocolDataUnit,
OperationCode operationCode)
Returns the parser object with the given operation code.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.