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()
CallbackCallback invoked when the operation completes.
succeeded in interface CallbackCallback.failed(Throwable)public IStream getStream()
getStream in interface StandardSession.FrameBytespublic int compareTo(StandardSession.FrameBytes that)
compareTo in interface Comparable<StandardSession.FrameBytes>Copyright © 1995-2015 Webtide. All Rights Reserved.