| 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).
|
| org.jscsi.parser.asynchronous |
This package provides all classes which are needed to deserialize and serializes the
asynchronous message defined by the iSCSI Standard (RFC 3720).
|
| org.jscsi.parser.data |
This package provides all classes which are needed to deserialize and serializes the
data in and out messages defined by the iSCSI Standard (RFC 3720).
|
| org.jscsi.parser.datasegment |
This package provides all main classes which are needed to deserialize and serialize
all the attached data segments of messages defined by the iSCSI Standard (RFC 3720).
|
| org.jscsi.parser.login |
This package provides all classes which are needed to deserialize and serializes the login request and
response messages defined by the iSCSI Standard (RFC 3720).
|
| org.jscsi.parser.logout |
This package provides all classes which are needed to deserialize and serializes the logout request and
response messages defined by the iSCSI Standard (RFC 3720).
|
| org.jscsi.parser.nop |
This package provides all classes which are needed to deserialize and serialize the
NOP in and out messages defined by the iSCSI Standard (RFC 3720).
|
| org.jscsi.parser.r2t |
This package provides all classes which are needed to deserialize and serializes the
ready2transfer message defined by the iSCSI Standard (RFC 3720).
|
| 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).
|
| 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).
|
| 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).
|
| org.jscsi.parser.text |
This package provides all classes which are needed to deserialize and serializes the
text request and response messages defined by the iSCSI Standard (RFC 3720).
|
| org.jscsi.parser.tmf |
This package provides all classes which are needed to deserialize and serialize the
task management function request and response messages defined by the iSCSI Standard
(RFC 3720).
|
| Modifier and Type | Method and Description |
|---|---|
abstract DataSegmentFactory.DataSegmentFormat |
AbstractMessageParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
| Modifier and Type | Method and Description |
|---|---|
DataSegmentFactory.DataSegmentFormat |
AsynchronousMessageParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
| Modifier and Type | Method and Description |
|---|---|
DataSegmentFactory.DataSegmentFormat |
DataOutParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
DataSegmentFactory.DataSegmentFormat |
DataInParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
| Modifier and Type | Method and Description |
|---|---|
static DataSegmentFactory.DataSegmentFormat |
DataSegmentFactory.DataSegmentFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSegmentFactory.DataSegmentFormat[] |
DataSegmentFactory.DataSegmentFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IDataSegment |
DataSegmentFactory.create(ByteBuffer buffer,
DataSegmentFactory.DataSegmentFormat format,
int maxChunkSize)
Creates a data segment of the given format and with the given chunk size
(in bytes).
|
static IDataSegment |
DataSegmentFactory.create(ByteBuffer buffer,
int position,
int length,
DataSegmentFactory.DataSegmentFormat format,
int maxChunkSize)
Creates a data segment of the given format and with the given chunk size
(in bytes).
|
static IDataSegment |
DataSegmentFactory.create(DataSegmentFactory.DataSegmentFormat format,
int maxChunkSize)
Creates a data segment of the given format and with the given chunk size
(in bytes).
|
| Modifier and Type | Method and Description |
|---|---|
DataSegmentFactory.DataSegmentFormat |
LoginResponseParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
DataSegmentFactory.DataSegmentFormat |
LoginRequestParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
| Modifier and Type | Method and Description |
|---|---|
DataSegmentFactory.DataSegmentFormat |
LogoutResponseParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
DataSegmentFactory.DataSegmentFormat |
LogoutRequestParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
| Modifier and Type | Method and Description |
|---|---|
DataSegmentFactory.DataSegmentFormat |
NOPOutParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
DataSegmentFactory.DataSegmentFormat |
NOPInParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
| Modifier and Type | Method and Description |
|---|---|
DataSegmentFactory.DataSegmentFormat |
Ready2TransferParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
| Modifier and Type | Method and Description |
|---|---|
DataSegmentFactory.DataSegmentFormat |
RejectParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
| Modifier and Type | Method and Description |
|---|---|
DataSegmentFactory.DataSegmentFormat |
SCSIResponseParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
DataSegmentFactory.DataSegmentFormat |
SCSICommandParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
| Modifier and Type | Method and Description |
|---|---|
DataSegmentFactory.DataSegmentFormat |
SNACKRequestParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
| Modifier and Type | Method and Description |
|---|---|
DataSegmentFactory.DataSegmentFormat |
TextResponseParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
DataSegmentFactory.DataSegmentFormat |
TextRequestParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
| Modifier and Type | Method and Description |
|---|---|
DataSegmentFactory.DataSegmentFormat |
TaskManagementFunctionResponseParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
DataSegmentFactory.DataSegmentFormat |
TaskManagementFunctionRequestParser.getDataSegmentFormat()
If this method returns
true, hen it indicates that the data
segment data is interpreted as binary data. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.