| Package | Description |
|---|---|
| org.jscsi.parser.snack |
This package provides all classes which are needed to deserialize and serialize the
SNACKRequest messages defined by the iSCSI Standard (RFC 3720).
|
| Modifier and Type | Method and Description |
|---|---|
SNACKRequestParser.SNACKType |
SNACKRequestParser.getType()
Returns the SNACK Function Code of this
SNACKRequestParser object. |
static SNACKRequestParser.SNACKType |
SNACKRequestParser.SNACKType.valueOf(byte value)
Returns the constant defined for the given
value. |
static SNACKRequestParser.SNACKType |
SNACKRequestParser.SNACKType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SNACKRequestParser.SNACKType[] |
SNACKRequestParser.SNACKType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SNACKRequestParser.setType(SNACKRequestParser.SNACKType newType)
Sets the type of this SNACKRequest to the given value.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.