public class ImapRequestParameters
extends java.lang.Object
| Constructor and Description | 
|---|
ImapRequestParameters(io.netty.buffer.ByteBuf parameters,
                     boolean partial,
                     int literalLength,
                     boolean needContinue)  | 
| Modifier and Type | Method and Description | 
|---|---|
io.netty.buffer.ByteBuf | 
getParameters()  | 
boolean | 
hasParameters()  | 
int | 
literalLength()  | 
boolean | 
needContinue()  | 
boolean | 
partial()  | 
public ImapRequestParameters(io.netty.buffer.ByteBuf parameters,
                             boolean partial,
                             int literalLength,
                             boolean needContinue)
public boolean hasParameters()
public io.netty.buffer.ByteBuf getParameters()
public int literalLength()
public boolean partial()
public boolean needContinue()
true the literal was something like {666}
         false the literal was something like {666+}Copyright © 2021. All Rights Reserved.