| Package | Description |
|---|---|
| org.apache.james.imap.api | |
| org.apache.james.imap.api.process | |
| org.apache.james.protocols.imap |
| Modifier and Type | Method and Description |
|---|---|
static ImapSessionState |
ImapSessionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImapSessionState[] |
ImapSessionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImapCommand.validForState(ImapSessionState state) |
| Modifier and Type | Method and Description |
|---|---|
ImapSessionState |
ImapSession.getState()
Gets the current client state.
|
| Modifier and Type | Method and Description |
|---|---|
ImapSessionState |
IMAPSession.getSessionState()
Gets the current client state.
|
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.