| Package | Description |
|---|---|
| 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).
|
| Modifier and Type | Method and Description |
|---|---|
LogoutResponse |
LogoutResponseParser.getResponse()
Returns the Logout Response of this
LogoutResponseParser object. |
static LogoutResponse |
LogoutResponse.valueOf(byte value)
Returns the constant defined for the given
value. |
static LogoutResponse |
LogoutResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogoutResponse[] |
LogoutResponse.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogoutResponseParser.setResponse(LogoutResponse response) |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.