- IDataSegment - Interface in org.jscsi.parser.datasegment
-
IDataSegment
- IDataSegmentIterator - Interface in org.jscsi.parser.datasegment
-
IDataSegmentIterator
- IDataSegmentIterator.IDataSegmentChunk - Interface in org.jscsi.parser.datasegment
-
IDataSegmentChunk
- IDigest - Interface in org.jscsi.parser.digest
-
IDigest
- increment() - Method in class org.jscsi.utils.SerialArithmeticNumber
-
Increments the value of this SerialArithmeticNumber instance.
- incrementSequenceNumber() - Method in class org.jscsi.parser.AbstractMessageParser
-
This AbstractMessageParser instance affects the
incrementation of a Sequence Number counter.
- incrementSequenceNumber() - Method in class org.jscsi.parser.data.DataInParser
-
This AbstractMessageParser instance affects the
incrementation of the Expected Status Sequence Number.
- incrementSequenceNumber() - Method in class org.jscsi.parser.data.DataOutParser
-
This AbstractMessageParser instance affects the
incrementation of the Command Sequence Number.
- incrementSequenceNumber() - Method in class org.jscsi.parser.InitiatorMessageParser
-
This AbstractMessageParser instance affects the
incrementation of the Command Sequence Number.
- incrementSequenceNumber() - Method in class org.jscsi.parser.r2t.Ready2TransferParser
-
This AbstractMessageParser instance affects the
incrementation of the Expected Status Sequence Number.
- incrementSequenceNumber() - Method in class org.jscsi.parser.TargetMessageParser
-
This AbstractMessageParser instance affects the
incrementation of the Expected Status Sequence Number.
- InitiatorMessageParser - Class in org.jscsi.parser
-
InitiatorMessageParser
- InitiatorMessageParser(ProtocolDataUnit) - Constructor for class org.jscsi.parser.InitiatorMessageParser
-
Default constructor, creates a new, empty LogoutRequestParser object.
- InternetSCSIException - Exception in org.jscsi.exception
-
This is a base class for the exception handling at the parsing process of the
iSCSI protocol.
- InternetSCSIException() - Constructor for exception org.jscsi.exception.InternetSCSIException
-
Constructs a new exception with null as its detail message.
- InternetSCSIException(String) - Constructor for exception org.jscsi.exception.InternetSCSIException
-
Constructs a new exception with the specified detail message.
- InternetSCSIException(Exception) - Constructor for exception org.jscsi.exception.InternetSCSIException
-
Constructs a new exception as a wrapper for a given exception.
- intial - Static variable in enum org.jscsi.state.StatePattern
-
This state is the initial state in the process
- IResultFunction - Interface in org.jscsi.parser.datasegment
-
IResultFunction
- isAcknowledgeFlag() - Method in class org.jscsi.parser.data.DataInParser
-
For sessions with ErrorRecoveryLevel 1 or higher, the target
sets this bit to 1 to indicate that it requests a positive
acknowledgement from the initiator for the data received.
- isBidirectionalReadResidualOverflow() - Method in class org.jscsi.parser.data.DataInParser
-
In this case, the Bidirectional Read Residual Count indicates the number
of bytes that were not transferred to the initiator because the
initiator’s Expected Bidirectional Read Data Transfer Length was not
sufficient.
- isBidirectionalReadResidualOverflow() - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
Returns the status of the Bidirectional Read Residual Overflow flag.
- isBidirectionalReadResidualUnderflow() - Method in class org.jscsi.parser.data.DataInParser
-
In this case, the Bidirectional Read Residual Count indicates the number
of bytes that were not transferred to the initiator out of the number of
bytes expected to be transferred.
- isBidirectionalReadResidualUnderflow() - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
Returns the status of the Bidirectional Read Residual Underflow flag.
- isBitSet(int) - Static method in class org.jscsi.utils.Utils
-
Checks with a given int is unequal to zero.
- isContinueFlag() - Method in class org.jscsi.parser.login.LoginRequestParser
-
When set to 1, indicates that the text (set of key=value
pairs) in this Login Request is not complete (it will be continued on
subsequent Login Requests); otherwise, it indicates that this Login
Request ends a set of key=value pairs.
- isContinueFlag() - Method in class org.jscsi.parser.login.LoginResponseParser
-
When set to 1, indicates that the text (set of key=value
pairs) in this Login Response is not complete (it will be continued on
subsequent Login Responses); otherwise, it indicates that this Login
Response ends a set of key=value pairs.
- isContinueFlag() - Method in class org.jscsi.parser.text.TextRequestParser
-
When set to 1, indicates that the text (set of key=value
pairs) in this Text Request is not complete (it will be continued on
subsequent Text Requests); otherwise, it indicates that this Text Request
ends a set of key=value pairs.
- isContinueFlag() - Method in class org.jscsi.parser.text.TextResponseParser
-
When set to 1, indicates that the text (set of key=value
pairs) in this Text Response is not complete (it will be continued on
subsequent Text Responses); otherwise, it indicates that this Text
Response ends a set of key=value pairs.
- isExpected(int, int) - Static method in class org.jscsi.utils.Utils
-
Checks for equality of a given value with the expected value.
- isFinalFlag() - Method in class org.jscsi.parser.BasicHeaderSegment
-
When this flag is set it indicates the final (or only) PDU of a sequence.
- ISID - Class in org.jscsi.parser.login
-
ISID
- ISID() - Constructor for class org.jscsi.parser.login.ISID
-
Default constructor, creates a new, empty ISID object.
- ISID(ISID.Format, byte, short, byte, short) - Constructor for class org.jscsi.parser.login.ISID
-
This constructor creates a new ISID object with the given settings.
- isImmediateFlag() - Method in class org.jscsi.parser.BasicHeaderSegment
-
For request PDUs, the immediate flag can be set as an immediate delivery
marker.
- isReadExpectedFlag() - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
The command expects input data (read).
- isReserved(long) - Static method in class org.jscsi.utils.Utils
-
Method to guarantee that a given field is not zero.
- isResidualOverflow() - Method in class org.jscsi.parser.data.DataInParser
-
In this case, the Residual Count indicates the number of bytes that were
not transferred because the initiator’s Expected Data Transfer Length was
not sufficient.
- isResidualOverflow() - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
Returns the status of the Residual Overflow flag.
- isResidualUnderflow() - Method in class org.jscsi.parser.data.DataInParser
-
In this case, the Residual Count indicates the number of bytes that were
not transferred out of the number of bytes that were expected to be
transferred.
- isResidualUnderflow() - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
Returns the status of the Residual Underflow flag.
- isStatusFlag() - Method in class org.jscsi.parser.data.DataInParser
-
Set this to indicate that the Command Status field contains status.
- isWriteExpectedFlag() - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
The command expects output data (write).
- iterator() - Method in class org.jscsi.parser.datasegment.AbstractDataSegment
-
Returns an iterator over the chunks of this data segment in proper
sequence.
- iterator() - Method in interface org.jscsi.parser.datasegment.IDataSegment
-
Returns an iterator over the chunks of this data segment in proper
sequence.
- ONE_BYTE_SHIFT - Static variable in class org.jscsi.parser.Constants
-
Shift a given number by 8 bits or 1 byte.
- OperationalTextKey - Enum in org.jscsi.parser.datasegment
-
This enumeration defines all valid operational text keys, which are defined
in the iSCSI STandard (RFC 3720).
- OperationalTextKeyException - Exception in org.jscsi.exception
-
OperationalTextKeyException
- OperationalTextKeyException() - Constructor for exception org.jscsi.exception.OperationalTextKeyException
-
Constructs a new exception with null as its detail message.
- OperationalTextKeyException(String) - Constructor for exception org.jscsi.exception.OperationalTextKeyException
-
Constructs a new exception with the specified detail message.
- OperationalTextKeyException(Exception) - Constructor for exception org.jscsi.exception.OperationalTextKeyException
-
Constructs a new exception with the specified exception.
- OperationCode - Enum in org.jscsi.parser
-
OperationCode
- org.jscsi.exception - package org.jscsi.exception
-
This package contains all exceptions, which can occur by this iSCSI (RFC 3720) implementation.
- org.jscsi.parser - package 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 - package 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 - package 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 - package 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.digest - package org.jscsi.parser.digest
-
This package provides all digests, which are supported in this iSCSI
implementation of the iSCSI Standard (RFC 3720).
- org.jscsi.parser.login - package 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 - package 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 - package 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 - package 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 - package 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 - package 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 - package 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 - package 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 - package 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).
- org.jscsi.state - package org.jscsi.state
-
- org.jscsi.utils - package org.jscsi.utils
-
Simple util package providing common tools for jSCSI.
- SCSICommandDescriptorBlockParser - Class in org.jscsi.parser.scsi
-
SCSICommandDescriptorBlockParser
- SCSICommandParser - Class in org.jscsi.parser.scsi
-
SCSICommandParser
- SCSICommandParser(ProtocolDataUnit) - Constructor for class org.jscsi.parser.scsi.SCSICommandParser
-
Default constructor, creates a new, empty SCSICommandParser object.
- SCSICommandParser.TaskAttributes - Enum in org.jscsi.parser.scsi
-
This enumeration defines all valid types of additional header segments,
which are defined by the iSCSI standard (RFC3720).
- SCSIResponseParser - Class in org.jscsi.parser.scsi
-
SCSIResponseParser
- SCSIResponseParser(ProtocolDataUnit) - Constructor for class org.jscsi.parser.scsi.SCSIResponseParser
-
Default constructor, creates a new, empty SCSIResponseParser object.
- SCSIResponseParser.ServiceResponse - Enum in org.jscsi.parser.scsi
-
This enumerations defines all valid service responses, which are defined
in the iSCSI Standard (RFC 3720).
- SCSIStatus - Enum in org.jscsi.parser.scsi
-
SCSIStatus
- SECOND_BYTE_MASK - Static variable in class org.jscsi.parser.Constants
-
Bit mask to extract the second byte of a 32 bit number.
- SECOND_BYTE_MASK - Static variable in class org.jscsi.utils.Utils
-
Bit mask to extract the second byte of a 32 bit number.
- SerialArithmeticNumber - Class in org.jscsi.utils
-
SerialArithmeticNumber
- SerialArithmeticNumber() - Constructor for class org.jscsi.utils.SerialArithmeticNumber
-
Default constructor to create a new, empty SerialArithmeticNumber instance, which is
initialized to 0.
- SerialArithmeticNumber(int) - Constructor for class org.jscsi.utils.SerialArithmeticNumber
-
Constructor to create a new SerialArithmeticNumber instance,
which is initialized to startValue.
- serialize(ByteBuffer, int) - Method in class org.jscsi.parser.datasegment.AbstractDataSegment
-
This method exports the data buffer to the given ByteBuffer object, which is padded to a
integer number of 4 byte words.
- serialize(ByteBuffer, int) - Method in interface org.jscsi.parser.datasegment.IDataSegment
-
Deprecated.
- serialize() - Method in class org.jscsi.parser.login.ISID
-
Serializes this ISID object ot its byte representation.
- serialize() - Method in class org.jscsi.parser.ProtocolDataUnit
-
Serialize all informations of this PDU object to its byte representation.
- serializeBytes12to15() - Method in class org.jscsi.parser.AbstractMessageParser
-
Serializes the bytes 12 till 15 in the Basic
Header Segment.
- serializeBytes12to15() - Method in class org.jscsi.parser.login.LoginRequestParser
-
Serializes the bytes 12 till 15 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.AbstractMessageParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.data.DataInParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.InitiatorMessageParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.login.LoginRequestParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.login.LoginResponseParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.logout.LogoutRequestParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.logout.LogoutResponseParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.reject.RejectParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.snack.SNACKRequestParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.TargetMessageParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.text.TextRequestParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.text.TextResponseParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.tmf.TaskManagementFunctionRequestParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes1to3() - Method in class org.jscsi.parser.tmf.TaskManagementFunctionResponseParser
-
Serializes the bytes 1 till 3 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.AbstractMessageParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.data.DataInParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.data.DataOutParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.InitiatorMessageParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.login.LoginRequestParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.logout.LogoutRequestParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.nop.NOPInParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.nop.NOPOutParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.r2t.Ready2TransferParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.snack.SNACKRequestParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.TargetMessageParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.text.TextRequestParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.text.TextResponseParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes20to23() - Method in class org.jscsi.parser.tmf.TaskManagementFunctionRequestParser
-
Serializes the bytes 20 till 23 in the Basic
Header Segment.
- serializeBytes24to27() - Method in class org.jscsi.parser.AbstractMessageParser
-
Serializes the bytes 24 till 27 in the Basic
Header Segment.
- serializeBytes24to27() - Method in class org.jscsi.parser.data.DataOutParser
-
Serializes the bytes 24 till 27 in the Basic
Header Segment.
- serializeBytes24to27() - Method in class org.jscsi.parser.InitiatorMessageParser
-
Serializes the bytes 24 till 27 in the Basic
Header Segment.
- serializeBytes24to27() - Method in class org.jscsi.parser.snack.SNACKRequestParser
-
Serializes the bytes 24 till 27 in the Basic
Header Segment.
- serializeBytes24to27() - Method in class org.jscsi.parser.TargetMessageParser
-
Serializes the bytes 24 till 27 in the Basic
Header Segment.
- serializeBytes28to31() - Method in class org.jscsi.parser.AbstractMessageParser
-
Serializes the bytes 28 till 31 in the Basic
Header Segment.
- serializeBytes28to31() - Method in class org.jscsi.parser.InitiatorMessageParser
-
Serializes the bytes 28 till 31 in the Basic
Header Segment.
- serializeBytes28to31() - Method in class org.jscsi.parser.TargetMessageParser
-
Serializes the bytes 28 till 31 in the Basic
Header Segment.
- serializeBytes32to35() - Method in class org.jscsi.parser.AbstractMessageParser
-
Serializes the bytes 32 till 35 in the Basic
Header Segment.
- serializeBytes32to35() - Method in class org.jscsi.parser.InitiatorMessageParser
-
Serializes the bytes 32 till 35 in the Basic
Header Segment.
- serializeBytes32to35() - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
Serializes the bytes 32 till 35 in the Basic
Header Segment.
- serializeBytes32to35() - Method in class org.jscsi.parser.TargetMessageParser
-
Serializes the bytes 32 till 35 in the Basic
Header Segment.
- serializeBytes32to35() - Method in class org.jscsi.parser.tmf.TaskManagementFunctionRequestParser
-
Serializes the bytes 32 till 35 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.AbstractMessageParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.asynchronous.AsynchronousMessageParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.data.DataInParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.data.DataOutParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.InitiatorMessageParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.login.LoginResponseParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.r2t.Ready2TransferParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.reject.RejectParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.TargetMessageParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes36to39() - Method in class org.jscsi.parser.tmf.TaskManagementFunctionRequestParser
-
Serializes the bytes 36 till 39 in the Basic
Header Segment.
- serializeBytes40to43() - Method in class org.jscsi.parser.AbstractMessageParser
-
Serializes the bytes 40 till 43 in the Basic
Header Segment.
- serializeBytes40to43() - Method in class org.jscsi.parser.asynchronous.AsynchronousMessageParser
-
Serializes the bytes 40 till 43 in the Basic
Header Segment.
- serializeBytes40to43() - Method in class org.jscsi.parser.data.DataInParser
-
Serializes the bytes 40 till 43 in the Basic
Header Segment.
- serializeBytes40to43() - Method in class org.jscsi.parser.data.DataOutParser
-
Serializes the bytes 40 till 43 in the Basic
Header Segment.
- serializeBytes40to43() - Method in class org.jscsi.parser.InitiatorMessageParser
-
Serializes the bytes 40 till 43 in the Basic
Header Segment.
- serializeBytes40to43() - Method in class org.jscsi.parser.logout.LogoutResponseParser
-
Serializes the bytes 40 till 43 in the Basic
Header Segment.
- serializeBytes40to43() - Method in class org.jscsi.parser.r2t.Ready2TransferParser
-
Serializes the bytes 40 till 43 in the Basic
Header Segment.
- serializeBytes40to43() - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
Serializes the bytes 40 till 43 in the Basic
Header Segment.
- serializeBytes40to43() - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
Serializes the bytes 40 till 43 in the Basic
Header Segment.
- serializeBytes40to43() - Method in class org.jscsi.parser.snack.SNACKRequestParser
-
Serializes the bytes 40 till 43 in the Basic
Header Segment.
- serializeBytes40to43() - Method in class org.jscsi.parser.TargetMessageParser
-
Serializes the bytes 40 till 43 in the Basic
Header Segment.
- serializeBytes44to47() - Method in class org.jscsi.parser.AbstractMessageParser
-
Serializes the bytes 44 till 47 in the Basic
Header Segment.
- serializeBytes44to47() - Method in class org.jscsi.parser.data.DataInParser
-
Serializes the bytes 44 till 47 in the Basic
Header Segment.
- serializeBytes44to47() - Method in class org.jscsi.parser.InitiatorMessageParser
-
Serializes the bytes 44 till 47 in the Basic
Header Segment.
- serializeBytes44to47() - Method in class org.jscsi.parser.r2t.Ready2TransferParser
-
Serializes the bytes 44 till 47 in the Basic
Header Segment.
- serializeBytes44to47() - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
Serializes the bytes 44 till 47 in the Basic
Header Segment.
- serializeBytes44to47() - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
Serializes the bytes 44 till 47 in the Basic
Header Segment.
- serializeBytes44to47() - Method in class org.jscsi.parser.snack.SNACKRequestParser
-
Serializes the bytes 44 till 47 in the Basic
Header Segment.
- serializeBytes44to47() - Method in class org.jscsi.parser.TargetMessageParser
-
Serializes the bytes 44 till 47 in the Basic
Header Segment.
- serializeBytes8to11() - Method in class org.jscsi.parser.AbstractMessageParser
-
Serializes the bytes 8 till 11 in the Basic
Header Segment.
- serializeBytes8to11() - Method in class org.jscsi.parser.login.LoginRequestParser
-
Serializes the bytes 8 till 11 in the Basic
Header Segment.
- serializeDataSegment(ByteBuffer, int) - Method in class org.jscsi.parser.ProtocolDataUnit
-
Serializes the data segment (binary or key-value pairs) to a destination
array, staring from offset to write.
- setAcknowledgeFlag(boolean) - Method in class org.jscsi.parser.data.DataInParser
-
- setBegRun(int) - Method in class org.jscsi.parser.snack.SNACKRequestParser
-
Sets the begRun variable to the given new value.
- setBidirectionalReadResidualCount(int) - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
- setBidirectionalReadResidualOverflow(boolean) - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
- setBidirectionalReadResidualUnderflow(boolean) - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
- setBufferOffset(int) - Method in class org.jscsi.parser.data.DataInParser
-
- setBufferOffset(int) - Method in class org.jscsi.parser.data.DataOutParser
-
Sets the Buffer Offset to a new one.
- setBufferOffset(int) - Method in class org.jscsi.parser.r2t.Ready2TransferParser
-
- setCommandDescriptorBlock(ByteBuffer) - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
Sets the new Command Descriptor Block.
- setCommandSequenceNumber(int) - Method in class org.jscsi.parser.data.DataOutParser
-
Returns the Command Sequence Number of this InitiatorMessageParser object.
- setCommandSequenceNumber(int) - Method in class org.jscsi.parser.InitiatorMessageParser
-
Sets the Command Sequence Number of this InitiatorMessageParser object to the given value.
- setConnectionID(int) - Method in class org.jscsi.parser.login.LoginRequestParser
-
Sets the new Connection ID of this LoginRequestParser object.
- setConnectionID(short) - Method in class org.jscsi.parser.logout.LogoutRequestParser
-
Sets the new Connection ID of this LogoutRequestParser object.
- setContinueFlag(boolean) - Method in class org.jscsi.parser.login.LoginRequestParser
-
Sets the new state of the Continue Flag of this LoginRequestParser obejct.
- setContinueFlag(boolean) - Method in class org.jscsi.parser.login.LoginResponseParser
-
- setContinueFlag(boolean) - Method in class org.jscsi.parser.text.TextResponseParser
-
- setCurrentStageNumber(LoginStage) - Method in class org.jscsi.parser.login.LoginRequestParser
-
Sets the new Current Stage Number of this LoginRequestParser object.
- setCurrentStageNumber(LoginStage) - Method in class org.jscsi.parser.login.LoginResponseParser
-
- setDataBuffer(ByteBuffer, int, int) - Method in class org.jscsi.parser.datasegment.AbstractDataSegment
-
Sets the data buffer to the given buffer src.
- setDataBuffer(ByteBuffer, int, int) - Method in interface org.jscsi.parser.datasegment.IDataSegment
-
Sets the data buffer to the given buffer src.
- setDataDigest(IDigest) - Method in class org.jscsi.parser.ProtocolDataUnit
-
Sets the digest of the data segment to use for data integrity.
- setDataSegment(ByteBuffer) - Method in class org.jscsi.parser.ProtocolDataUnit
-
- setDataSegment(IDataSegmentIterator.IDataSegmentChunk) - Method in class org.jscsi.parser.ProtocolDataUnit
-
Sets a new data segment in this PDU.
- setDataSequenceNumber(int) - Method in class org.jscsi.parser.data.DataInParser
-
- setDataSequenceNumber(int) - Method in class org.jscsi.parser.data.DataOutParser
-
Sets the Data Sequence Number to a new one.
- setDesiredDataTransferLength(int) - Method in class org.jscsi.parser.r2t.Ready2TransferParser
-
- setExpectedCommandSequenceNumber(int) - Method in class org.jscsi.parser.TargetMessageParser
-
Sets the Expected Command Sequence Number of this TargetMessageParser object to the given
value.
- setExpectedDataSequenceNumber(int) - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
- setExpectedDataTransferLength(int) - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
- setExpectedStatusSequenceNumber(int) - Method in class org.jscsi.parser.InitiatorMessageParser
-
Sets the Expected Status Sequence Number of this InitiatorMessageParser object to the
given value.
- setHeaderDigest(IDigest) - Method in class org.jscsi.parser.ProtocolDataUnit
-
Sets the digest of the header to use for data integrity.
- setInitiatorSessionID(ISID) - Method in class org.jscsi.parser.login.LoginRequestParser
-
Sets the new Initiator Session ID (ISID) of this LoginRequestParser object.
- setInitiatorSessionID(ISID) - Method in class org.jscsi.parser.login.LoginResponseParser
-
- setInitiatorTaskTag(int) - Method in class org.jscsi.parser.BasicHeaderSegment
-
Changes the value of the initiator task tag.
- setLogicalUnitNumber(long) - Method in class org.jscsi.parser.AbstractMessageParser
-
Set the Logical Unit Number (LUN) of this AbstractMessageParser object.
- setMaximumCommandSequenceNumber(int) - Method in class org.jscsi.parser.TargetMessageParser
-
Sets the Maximum Command Sequence Number of this TargetMessageParser object to the given
value.
- setMaxVersion(byte) - Method in class org.jscsi.parser.login.LoginRequestParser
-
Sets the new Maximum Version number of this LoginRequestParser object.
- setMinVersion(byte) - Method in class org.jscsi.parser.login.LoginRequestParser
-
Sets the new Minimum Version number of this LoginRequestParser object.
- setNextStageNumber(LoginStage) - Method in class org.jscsi.parser.login.LoginRequestParser
-
Sets the new Next Stage Number of this LoginRequestParser object.
- setNextStageNumber(LoginStage) - Method in class org.jscsi.parser.login.LoginResponseParser
-
- setReadExpectedFlag(boolean) - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
- setReady2TransferSequenceNumber(int) - Method in class org.jscsi.parser.r2t.Ready2TransferParser
-
- setReasonCode(LogoutRequestParser.LogoutReasonCode) - Method in class org.jscsi.parser.logout.LogoutRequestParser
-
Sets the Reason Code of this LogoutRequestParser object.
- setResidualCount(int) - Method in class org.jscsi.parser.data.DataInParser
-
- setResidualCount(int) - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
- setResidualOverflow(boolean) - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
- setResidualOverflowFlag(boolean) - Method in class org.jscsi.parser.data.DataInParser
-
- setResidualUnderflow(boolean) - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
- setResidualUnderflowFlag(boolean) - Method in class org.jscsi.parser.data.DataInParser
-
- setResponse(LogoutResponse) - Method in class org.jscsi.parser.logout.LogoutResponseParser
-
- setResponse(SCSIResponseParser.ServiceResponse) - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
- setResult(IResultFunction) - Method in class org.jscsi.parser.datasegment.SettingEntry
-
Sets the result function of this object to the given one.
- setRunLength(int) - Method in class org.jscsi.parser.snack.SNACKRequestParser
-
Sets the Run Length to the given value.
- setScope(String) - Method in class org.jscsi.parser.datasegment.SettingEntry
-
Sets the scope of this object to the given one.
- setSNACKTag(int) - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
- setStatus(SCSIStatus) - Method in class org.jscsi.parser.data.DataInParser
-
- setStatus(LoginStatus) - Method in class org.jscsi.parser.login.LoginResponseParser
-
- setStatus(SCSIStatus) - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
- setStatusFlag(boolean) - Method in class org.jscsi.parser.data.DataInParser
-
- setStatusSequenceNumber(int) - Method in class org.jscsi.parser.TargetMessageParser
-
Sets the Status Sequence Number of this TargetMessageParser object to the given value.
- setTargetSessionIdentifyingHandle(short) - Method in class org.jscsi.parser.login.LoginRequestParser
-
Sets the new Target Session Identifying Handle of this LoginRequestParser object.
- setTargetSessionIdentifyingHandle(short) - Method in class org.jscsi.parser.login.LoginResponseParser
-
- setTargetTransferTag(int) - Method in class org.jscsi.parser.data.DataInParser
-
- setTargetTransferTag(int) - Method in class org.jscsi.parser.data.DataOutParser
-
Sets the Target Transfer Tag to a new one.
- setTargetTransferTag(int) - Method in class org.jscsi.parser.nop.NOPInParser
-
Sets the Target Transfer Tag of this object.
- setTargetTransferTag(int) - Method in class org.jscsi.parser.r2t.Ready2TransferParser
-
- setTargetTransferTag(int) - Method in class org.jscsi.parser.snack.SNACKRequestParser
-
Sets the Target Transfer Tag to the given value.
- setTargetTransferTag(int) - Method in class org.jscsi.parser.text.TextRequestParser
-
Sets the Target Transfer Tag to a new one.
- setTargetTransferTag(int) - Method in class org.jscsi.parser.text.TextResponseParser
-
- setTaskAttributes(SCSICommandParser.TaskAttributes) - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
- setTime2Retain(short) - Method in class org.jscsi.parser.logout.LogoutResponseParser
-
- setTime2Wait(short) - Method in class org.jscsi.parser.logout.LogoutResponseParser
-
- SettingEntry - Class in org.jscsi.parser.datasegment
-
SettingsMap
- SettingEntry() - Constructor for class org.jscsi.parser.datasegment.SettingEntry
-
Default constructor to create a new, empty SettingEntry.
- SettingsMap - Class in org.jscsi.parser.datasegment
-
SettingsMap
- SettingsMap() - Constructor for class org.jscsi.parser.datasegment.SettingsMap
-
Default constructor to create a new, empty SettingsMap object.
- setType(SNACKRequestParser.SNACKType) - Method in class org.jscsi.parser.snack.SNACKRequestParser
-
Sets the type of this SNACKRequest to the given value.
- setValue(String) - Method in class org.jscsi.parser.datasegment.SettingEntry
-
Sets the value of this object to the given one.
- setValue(int) - Method in class org.jscsi.utils.SerialArithmeticNumber
-
Updates the value of this SerialArithmeticNumber instance to
the given one.
- setWriteExpectedFlag(boolean) - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
- size() - Method in class org.jscsi.parser.datasegment.SettingsMap
-
- size() - Method in class org.jscsi.utils.SoftHashMap
- SNACKRequestParser - Class in org.jscsi.parser.snack
-
SNACKRequestParser
- SNACKRequestParser(ProtocolDataUnit) - Constructor for class org.jscsi.parser.snack.SNACKRequestParser
-
Default constructor, creates a new, empty SNACKRequestParser object.
- SNACKRequestParser.SNACKType - Enum in org.jscsi.parser.snack
-
This enumeration defines all valid SNACK types.
- SoftHashMap<K,V> - Class in org.jscsi.utils
-
SoftHashMap
- SoftHashMap() - Constructor for class org.jscsi.utils.SoftHashMap
-
Default constructor internally using 32 strong references.
- SoftHashMap(int) - Constructor for class org.jscsi.utils.SoftHashMap
-
Constructor that allows to specify how many strong references should be
used internally.
- StatePattern - Enum in org.jscsi.state
-
This enumeration represents the order in which states can be called.
- statusSequenceNumber - Variable in class org.jscsi.parser.TargetMessageParser
-
Status Sequence Number.
- TargetMessageParser - Class in org.jscsi.parser
-
TargetMessageParser
- TargetMessageParser(ProtocolDataUnit) - Constructor for class org.jscsi.parser.TargetMessageParser
-
Default constructor, creates a new, empty TargetMessageParser object.
- targetTransferTag - Variable in class org.jscsi.parser.nop.NOPOutParser
-
The TargetTransferTag.
- TaskExecutionException - Exception in org.jscsi.exception
-
Handling exceptions occuring while executing any kind of multithreaded task.
- TaskExecutionException(ExecutionException) - Constructor for exception org.jscsi.exception.TaskExecutionException
-
- TaskExecutionException(InterruptedException) - Constructor for exception org.jscsi.exception.TaskExecutionException
-
- TaskManagementFunctionRequestParser - Class in org.jscsi.parser.tmf
-
TaskManagementFunctionRequestParser
- TaskManagementFunctionRequestParser(ProtocolDataUnit) - Constructor for class org.jscsi.parser.tmf.TaskManagementFunctionRequestParser
-
Default constructor, creates a new, empty TaskManagementFunctionRequestParser object.
- TaskManagementFunctionRequestParser.FunctionCode - Enum in org.jscsi.parser.tmf
-
This enumeration defines all valid function codes, which are defined in
the iSCSI standard (RFC3720).
- TaskManagementFunctionResponseParser - Class in org.jscsi.parser.tmf
-
This class parses a Task Management Function Response message defined in the
iSCSI Standard (RFC3720).
- TaskManagementFunctionResponseParser(ProtocolDataUnit) - Constructor for class org.jscsi.parser.tmf.TaskManagementFunctionResponseParser
-
Default constructor, creates a new, empty TaskManagementFunctionResponseParser object.
- TaskManagementFunctionResponseParser.ResponseCode - Enum in org.jscsi.parser.tmf
-
This enumeration defines all valid response code, which are defined in
the iSCSI Standard (RFC 3720).
- TextRequestParser - Class in org.jscsi.parser.text
-
TextRequestParser
- TextRequestParser(ProtocolDataUnit) - Constructor for class org.jscsi.parser.text.TextRequestParser
-
Default constructor, creates a new, empty TextRequestParser object.
- TextResponseParser - Class in org.jscsi.parser.text
-
TextResponseParser
- TextResponseParser(ProtocolDataUnit) - Constructor for class org.jscsi.parser.text.TextResponseParser
-
Default constructor, creates a new, empty TextResponseParser object.
- THIRD_BYTE_MASK - Static variable in class org.jscsi.parser.Constants
-
Bit mask to extract the third byte of a 32 bit number.
- THIRD_BYTE_MASK - Static variable in class org.jscsi.utils.Utils
-
Bit mask to extract the third byte of a 32 bit number.
- THREE_BYTES_SHIFT - Static variable in class org.jscsi.parser.Constants
-
Shift a given number by 24 bits or 3 bytes.
- toString() - Method in class org.jscsi.parser.AbstractMessageParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.asynchronous.AsynchronousMessageParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.BasicHeaderSegment
-
Creates a string object with all values for easy debugging.
- toString() - Method in class org.jscsi.parser.data.DataInParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.data.DataOutParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.datasegment.AbstractDataSegment
- toString() - Method in class org.jscsi.parser.datasegment.SettingsMap
- toString() - Method in class org.jscsi.parser.InitiatorMessageParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.login.ISID
-
Creates a string with all fields of this ISID object.
- toString() - Method in class org.jscsi.parser.login.LoginRequestParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.login.LoginResponseParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.logout.LogoutRequestParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.logout.LogoutResponseParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.nop.NOPInParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.nop.NOPOutParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.ProtocolDataUnit
- toString() - Method in class org.jscsi.parser.r2t.Ready2TransferParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.reject.RejectParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.scsi.SCSICommandParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.scsi.SCSIResponseParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.snack.SNACKRequestParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.TargetMessageParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.text.TextRequestParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.text.TextResponseParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.tmf.TaskManagementFunctionRequestParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- toString() - Method in class org.jscsi.parser.tmf.TaskManagementFunctionResponseParser
-
This method concatenate all the fields of a derived parser to allow an
easy generation of debug informations.
- TWO_BYTES_SHIFT - Static variable in class org.jscsi.parser.Constants
-
Shift a given number by 16 bits or 2 bytes.
- validate() - Method in interface org.jscsi.parser.digest.IDigest
-
This method validates the calculated checksum with the expected checksum.
- value() - Method in enum org.jscsi.parser.asynchronous.AsynchronousMessageParser.AsyncEventCodes
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.datasegment.OperationalTextKey
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.login.LoginStage
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.login.LoginStatus
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.logout.LogoutRequestParser.LogoutReasonCode
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.logout.LogoutResponse
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.OperationCode
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.reject.RejectParser.ReasonCode
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.scsi.SCSICommandParser.TaskAttributes
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.scsi.SCSIResponseParser.ServiceResponse
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.scsi.SCSIStatus
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.snack.SNACKRequestParser.SNACKType
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.tmf.TaskManagementFunctionRequestParser.FunctionCode
-
Returns the value of this enumeration.
- value() - Method in enum org.jscsi.parser.tmf.TaskManagementFunctionResponseParser.ResponseCode
-
Returns the value of this enumeration.
- valueOf(String) - Static method in enum org.jscsi.parser.asynchronous.AsynchronousMessageParser.AsyncEventCodes
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.asynchronous.AsynchronousMessageParser.AsyncEventCodes
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.datasegment.DataSegmentFactory.DataSegmentFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jscsi.parser.datasegment.OperationalTextKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jscsi.parser.login.LoginStage
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.login.LoginStage
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.login.LoginStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(short) - Static method in enum org.jscsi.parser.login.LoginStatus
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.logout.LogoutRequestParser.LogoutReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.logout.LogoutRequestParser.LogoutReasonCode
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.logout.LogoutResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.logout.LogoutResponse
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.OperationCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.OperationCode
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.reject.RejectParser.ReasonCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.reject.RejectParser.ReasonCode
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.scsi.SCSICommandParser.TaskAttributes
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.scsi.SCSICommandParser.TaskAttributes
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.scsi.SCSIResponseParser.ServiceResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.scsi.SCSIResponseParser.ServiceResponse
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.scsi.SCSIStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.scsi.SCSIStatus
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.snack.SNACKRequestParser.SNACKType
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.snack.SNACKRequestParser.SNACKType
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.tmf.TaskManagementFunctionRequestParser.FunctionCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.tmf.TaskManagementFunctionRequestParser.FunctionCode
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.parser.tmf.TaskManagementFunctionResponseParser.ResponseCode
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in enum org.jscsi.parser.tmf.TaskManagementFunctionResponseParser.ResponseCode
-
Returns the constant defined for the given value.
- valueOf(String) - Static method in enum org.jscsi.state.StatePattern
-
Returns the enum constant of this type with the specified name.
- valueOfEx(String) - Static method in enum org.jscsi.parser.datasegment.OperationalTextKey
-
Returns the constant defined for the given value.
- values() - Static method in enum org.jscsi.parser.asynchronous.AsynchronousMessageParser.AsyncEventCodes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.datasegment.DataSegmentFactory.DataSegmentFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.datasegment.OperationalTextKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.login.LoginStage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.login.LoginStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.logout.LogoutRequestParser.LogoutReasonCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.logout.LogoutResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.OperationCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.reject.RejectParser.ReasonCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.scsi.SCSICommandParser.TaskAttributes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.scsi.SCSIResponseParser.ServiceResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.scsi.SCSIStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.snack.SNACKRequestParser.SNACKType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.tmf.TaskManagementFunctionRequestParser.FunctionCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.parser.tmf.TaskManagementFunctionResponseParser.ResponseCode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.jscsi.state.StatePattern
-
Returns an array containing the constants of this enum type, in
the order they are declared.