| Package | Description |
|---|---|
| org.jscsi.parser.reject |
This package provides all classes which are needed to deserialize and serializes the
reject message defined by the iSCSI Standard (RFC 3720).
|
| Modifier and Type | Method and Description |
|---|---|
RejectParser.ReasonCode |
RejectParser.getReasonCode()
Returns the reject reasonCode code of this
RejectParser object. |
static RejectParser.ReasonCode |
RejectParser.ReasonCode.valueOf(byte value)
Returns the constant defined for the given
value. |
static RejectParser.ReasonCode |
RejectParser.ReasonCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RejectParser.ReasonCode[] |
RejectParser.ReasonCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.