public interface ResponsePayloadBuilder<T>
Modifier and Type | Method and Description |
---|---|
ImapResponseStatus<T> |
build() |
boolean |
tagged(java.lang.String tag,
ImapResponseStatus.Status st,
java.lang.String msg) |
boolean |
untagged(io.vertx.core.buffer.Buffer b) |
boolean untagged(io.vertx.core.buffer.Buffer b)
boolean tagged(java.lang.String tag, ImapResponseStatus.Status st, java.lang.String msg)
ImapResponseStatus<T> build()
Copyright © 2021. All Rights Reserved.