public final class ConnectionSecureOk extends Method
Method.CompletionListener| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE |
| Constructor and Description |
|---|
ConnectionSecureOk() |
ConnectionSecureOk(byte[] response,
Option... _options) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSecureOk |
clearResponse() |
<C> void |
dispatch(C context,
MethodDelegate<C> delegate) |
byte |
getEncodedTrack() |
Map<String,Object> |
getFields() |
int |
getPackWidth() |
byte[] |
getResponse() |
int |
getSizeWidth() |
int |
getStructType() |
boolean |
hasPayload() |
boolean |
hasResponse() |
boolean |
isConnectionControl() |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
ConnectionSecureOk |
response(byte[] value) |
ConnectionSecureOk |
setResponse(byte[] value) |
void |
write(Encoder enc)
Encodes this encodable using the given encoder.
|
complete, create, delegate, getBody, getBodySize, getChannel, getHeader, getId, hasCompletionListener, isBatch, isSync, isUnreliable, setBody, setChannel, setCompletionListener, setHeader, setSync, toStringgetEncodedType, isDirty, setDirtypublic static final int TYPE
public ConnectionSecureOk()
public ConnectionSecureOk(byte[] response,
Option... _options)
public final int getStructType()
getStructType in class Structpublic final int getSizeWidth()
getSizeWidth in class Structpublic final int getPackWidth()
getPackWidth in class Structpublic final boolean hasPayload()
hasPayload in class Methodpublic final byte getEncodedTrack()
getEncodedTrack in interface ProtocolEventgetEncodedTrack in class Methodpublic final boolean isConnectionControl()
public <C> void dispatch(C context,
MethodDelegate<C> delegate)
public final boolean hasResponse()
public final ConnectionSecureOk clearResponse()
public final byte[] getResponse()
public final ConnectionSecureOk setResponse(byte[] value)
public final ConnectionSecureOk response(byte[] value)
public void write(Encoder enc)
Encodablepublic void read(Decoder dec)
EncodableCopyright © 2006–2018 The Apache Software Foundation. All rights reserved.