| Package | Description |
|---|---|
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
static ISID |
ISID.createRandom(long seed)
This method creates an Initiator Session ID of the
Random format defined in the iSCSI
Standard (RFC3720). |
ISID |
LoginResponseParser.getInitiatorSessionID()
Returns the Initiator Session ID (ISID) of this LoginResponseParser
object.
|
ISID |
LoginRequestParser.getInitiatorSessionID()
Returns the Initiator Session ID (ISID) of this
LoginRequestParser object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ISID.equals(ISID isid)
This method compares a given ISID object with this object for value
equality.
|
void |
LoginResponseParser.setInitiatorSessionID(ISID initiatorSessionID) |
void |
LoginRequestParser.setInitiatorSessionID(ISID initISID)
Sets the new Initiator Session ID (ISID) of this
LoginRequestParser object. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.