public abstract class SimpleCommand<T> extends Command<T>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
command |
Modifier | Constructor and Description |
---|---|
protected |
SimpleCommand(java.lang.String cmd) |
Modifier and Type | Method and Description |
---|---|
protected CommandArgument |
buildCommand() |
protected java.lang.String |
rawCommand() |
abstract void |
responseReceived(java.util.List<IMAPResponse> rs) |
java.lang.String |
taggedResponseReceived(java.util.List<IMAPResponse> rs) |
protected java.lang.String rawCommand()
protected CommandArgument buildCommand()
buildCommand
in class Command<T>
public final java.lang.String taggedResponseReceived(java.util.List<IMAPResponse> rs)
taggedResponseReceived
in interface ICommand<T>
taggedResponseReceived
in class Command<T>
public abstract void responseReceived(java.util.List<IMAPResponse> rs)
responseReceived
in class Command<T>
Copyright © 2021. All Rights Reserved.