|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.datastax.cassandra.transport.Frame
public class Frame
Nested Class Summary | |
---|---|
static class |
Frame.Compressor
|
static class |
Frame.Decoder
|
static class |
Frame.Decompressor
|
static class |
Frame.Encoder
|
static class |
Frame.Header
|
Field Summary | |
---|---|
org.jboss.netty.buffer.ChannelBuffer |
body
|
Connection |
connection
|
Frame.Header |
header
|
Method Summary | |
---|---|
static Frame |
create(org.jboss.netty.buffer.ChannelBuffer fullFrame,
Connection connection)
|
static Frame |
create(Message.Type type,
int streamId,
EnumSet<Frame.Header.Flag> flags,
org.jboss.netty.buffer.ChannelBuffer body,
Connection connection)
|
Frame |
with(org.jboss.netty.buffer.ChannelBuffer newBody)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final Frame.Header header
public final org.jboss.netty.buffer.ChannelBuffer body
public final Connection connection
Method Detail |
---|
public static Frame create(org.jboss.netty.buffer.ChannelBuffer fullFrame, Connection connection)
public static Frame create(Message.Type type, int streamId, EnumSet<Frame.Header.Flag> flags, org.jboss.netty.buffer.ChannelBuffer body, Connection connection)
public Frame with(org.jboss.netty.buffer.ChannelBuffer newBody)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |