| 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.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 | Class and Description |
|---|---|
class |
InitiatorMessageParser
InitiatorMessageParser
|
class |
TargetMessageParser
TargetMessageParser
|
| Modifier and Type | Method and Description |
|---|---|
AbstractMessageParser |
BasicHeaderSegment.getParser()
Returns a object of the used parser of this BHS.
|
static AbstractMessageParser |
MessageParserFactory.getParser(ProtocolDataUnit protocolDataUnit,
OperationCode operationCode)
Returns the parser object with the given operation code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousMessageParser
AsynchronousMessageParser
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataInParser
This class parses a Data-In message defined in the iSCSI Standard (RFC3720).
|
class |
DataOutParser
This class parses a Data-Out message defined in the iSCSI Standard (RFC3720).
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoginRequestParser
LoginRequestParser
|
class |
LoginResponseParser
LoginResponseParser
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogoutRequestParser
LogoutRequestParser
|
class |
LogoutResponseParser
LogoutResponseParser
|
| Modifier and Type | Class and Description |
|---|---|
class |
NOPInParser
NOPInParser
|
class |
NOPOutParser
NOPOutParser
|
| Modifier and Type | Class and Description |
|---|---|
class |
Ready2TransferParser
This class parses a Ready2Transfer message defined in the iSCSI Standard
(RFC3720).
|
| Modifier and Type | Class and Description |
|---|---|
class |
RejectParser
RejectParser
|
| Modifier and Type | Class and Description |
|---|---|
class |
SCSICommandParser
SCSICommandParser
|
class |
SCSIResponseParser
SCSIResponseParser
|
| Modifier and Type | Class and Description |
|---|---|
class |
SNACKRequestParser
SNACKRequestParser
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextRequestParser
TextRequestParser
|
class |
TextResponseParser
TextResponseParser
|
| Modifier and Type | Class and Description |
|---|---|
class |
TaskManagementFunctionRequestParser
TaskManagementFunctionRequestParser
|
class |
TaskManagementFunctionResponseParser
This class parses a Task Management Function Response message defined in the
iSCSI Standard (RFC3720).
|
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.