| 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 |
|---|---|
LoginStage |
LoginResponseParser.getCurrentStageNumber()
Returns the Current Stage Number of this Login Response Message.
|
LoginStage |
LoginRequestParser.getCurrentStageNumber()
Returns the Current Stage Number of this Login Request Message.
|
LoginStage |
LoginResponseParser.getNextStageNumber()
Returns the Next Stage Number of this Login Response Message.
|
LoginStage |
LoginRequestParser.getNextStageNumber()
Returns the Next Stage Number of this Login Request Message.
|
static LoginStage |
LoginStage.valueOf(byte value)
Returns the constant defined for the given
value. |
static LoginStage |
LoginStage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoginStage[] |
LoginStage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoginResponseParser.setCurrentStageNumber(LoginStage currentStage) |
void |
LoginRequestParser.setCurrentStageNumber(LoginStage initCSG)
Sets the new Current Stage Number of this
LoginRequestParser object. |
void |
LoginResponseParser.setNextStageNumber(LoginStage nextStage) |
void |
LoginRequestParser.setNextStageNumber(LoginStage initNSG)
Sets the new Next Stage Number of this
LoginRequestParser object. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.