| Package | Description |
|---|---|
| org.jscsi.parser.scsi |
This package provides all classes which are needed to deserialize and serialize
the SCSI Command and SCSI Response messages defined by the iSCSI Standard
(RFC 3720).
|
| Modifier and Type | Method and Description |
|---|---|
SCSIResponseParser.ServiceResponse |
SCSIResponseParser.getResponse()
This field contains the iSCSI service response.
|
static SCSIResponseParser.ServiceResponse |
SCSIResponseParser.ServiceResponse.valueOf(byte value)
Returns the constant defined for the given
value. |
static SCSIResponseParser.ServiceResponse |
SCSIResponseParser.ServiceResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SCSIResponseParser.ServiceResponse[] |
SCSIResponseParser.ServiceResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SCSIResponseParser.setResponse(SCSIResponseParser.ServiceResponse response) |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.