| 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 |
|---|---|
LogoutRequestParser.LogoutReasonCode |
LogoutRequestParser.getReasonCode()
Returns the reason for the logout.
|
static LogoutRequestParser.LogoutReasonCode |
LogoutRequestParser.LogoutReasonCode.valueOf(byte value)
Returns the constant defined for the given
value. |
static LogoutRequestParser.LogoutReasonCode |
LogoutRequestParser.LogoutReasonCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogoutRequestParser.LogoutReasonCode[] |
LogoutRequestParser.LogoutReasonCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogoutRequestParser.setReasonCode(LogoutRequestParser.LogoutReasonCode newReasonCode)
Sets the
Reason Code of this LogoutRequestParser object. |
Copyright © 2013 University of Konstanz, Distributed Systems Group. All Rights Reserved.