| Package | Description |
|---|---|
| org.jscsi.target.connection |
This package contains all classes representing the phase of a connection.
|
| org.jscsi.target.scsi |
This package and its sub-packages contain all classes which represent SCSI byte structures, elements consisting of
one or more fields, which are used by SCSI devices to exchange information.
|
| Modifier and Type | Method and Description |
|---|---|
static org.jscsi.parser.ProtocolDataUnit |
TargetPduFactory.createSCSIResponsePdu(boolean bidirectionalReadResidualOverflow,
boolean bidirectionalReadResidualUnderflow,
boolean residualOverflow,
boolean residualUnderflow,
org.jscsi.parser.scsi.SCSIResponseParser.ServiceResponse response,
org.jscsi.parser.scsi.SCSIStatus status,
int initiatorTaskTag,
int snackTag,
int expectedDataSequenceNumber,
int bidirectionalReadResidualCount,
int residualCount,
ScsiResponseDataSegment scsiResponseDataSegment) |
| Modifier and Type | Field and Description |
|---|---|
static ScsiResponseDataSegment |
ScsiResponseDataSegment.EMPTY_DATA_SEGMENT
A
ScsiResponseDataSegment of length zero. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.