| 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 |
|---|---|
LoginStatus |
LoginResponseParser.getStatus()
The Status returned in a Login Response indicates the execution status of
the Login Phase.
|
static LoginStatus |
LoginStatus.valueOf(short value)
Returns the constant defined for the given
value. |
static LoginStatus |
LoginStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoginStatus[] |
LoginStatus.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.setStatus(LoginStatus status) |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.