protected class StandardSession.DataFrameBytes extends Object
Callback.Adapter
Modifier and Type | Field and Description |
---|---|
protected Scheduler.Task |
task |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(StandardSession.FrameBytes that) |
void |
failed(Throwable x)
Callback invoked when the operation fails.
|
ByteBuffer |
getByteBuffer() |
IStream |
getStream() |
void |
run() |
void |
succeeded()
Callback invoked when the operation completes.
|
String |
toString() |
protected volatile Scheduler.Task task
public ByteBuffer getByteBuffer()
public void succeeded()
Callback
Callback invoked when the operation completes.
succeeded
in interface Callback
Callback.failed(Throwable)
public IStream getStream()
getStream
in interface StandardSession.FrameBytes
public int compareTo(StandardSession.FrameBytes that)
compareTo
in interface Comparable<StandardSession.FrameBytes>
Copyright © 1995-2015 Webtide. All Rights Reserved.