public final class SessionCompleted extends Method
Method.CompletionListener
Modifier and Type | Field and Description |
---|---|
static int |
TYPE |
Constructor and Description |
---|
SessionCompleted() |
SessionCompleted(RangeSet commands,
Option... _options) |
Modifier and Type | Method and Description |
---|---|
SessionCompleted |
clearCommands() |
SessionCompleted |
clearTimelyReply() |
SessionCompleted |
commands(RangeSet value) |
<C> void |
dispatch(C context,
MethodDelegate<C> delegate) |
RangeSet |
getCommands() |
byte |
getEncodedTrack() |
Map<String,Object> |
getFields() |
int |
getPackWidth() |
int |
getSizeWidth() |
int |
getStructType() |
boolean |
getTimelyReply() |
boolean |
hasCommands() |
boolean |
hasPayload() |
boolean |
hasTimelyReply() |
boolean |
isConnectionControl() |
void |
read(Decoder dec)
Decodes this encodable using the given decoder.
|
SessionCompleted |
setCommands(RangeSet value) |
SessionCompleted |
setTimelyReply(boolean value) |
SessionCompleted |
timelyReply(boolean 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, toString
getEncodedType, isDirty, setDirty
public static final int TYPE
public final int getStructType()
getStructType
in class Struct
public final int getSizeWidth()
getSizeWidth
in class Struct
public final int getPackWidth()
getPackWidth
in class Struct
public final boolean hasPayload()
hasPayload
in class Method
public final byte getEncodedTrack()
getEncodedTrack
in interface ProtocolEvent
getEncodedTrack
in class Method
public final boolean isConnectionControl()
public <C> void dispatch(C context, MethodDelegate<C> delegate)
public final boolean hasCommands()
public final SessionCompleted clearCommands()
public final RangeSet getCommands()
public final SessionCompleted setCommands(RangeSet value)
public final SessionCompleted commands(RangeSet value)
public final boolean hasTimelyReply()
public final SessionCompleted clearTimelyReply()
public final boolean getTimelyReply()
public final SessionCompleted setTimelyReply(boolean value)
public final SessionCompleted timelyReply(boolean value)
public void write(Encoder enc)
Encodable
public void read(Decoder dec)
Encodable
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.