| Package | Description |
|---|---|
| org.apache.james.imap.api.message.response | |
| org.apache.james.imap.message.response |
| Modifier and Type | Method and Description |
|---|---|
StatusResponse.Type |
StatusResponse.getServerResponseType()
Gets the server response type of this status message.
|
static StatusResponse.Type |
StatusResponse.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusResponse.Type[] |
StatusResponse.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StatusResponse.Type |
ImmutableStatusResponse.getServerResponseType() |
| Modifier and Type | Method and Description |
|---|---|
protected StatusResponse |
UnpooledStatusResponseFactory.createResponse(StatusResponse.Type type,
String tag,
ImapCommand command,
HumanReadableText displayTextKey,
StatusResponse.ResponseCode code) |
protected abstract StatusResponse |
AbstactStatusResponseFactory.createResponse(StatusResponse.Type type,
String tag,
ImapCommand command,
HumanReadableText displayTextKey,
StatusResponse.ResponseCode code) |
| Constructor and Description |
|---|
ImmutableStatusResponse(StatusResponse.Type serverResponseType,
String tag,
ImapCommand command,
HumanReadableText textKey,
StatusResponse.ResponseCode responseCode) |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.