com.flazr.io.f4v.box
Class STTS

java.lang.Object
  extended by com.flazr.io.f4v.box.STTS
All Implemented Interfaces:
Payload

public class STTS
extends Object
implements Payload


Nested Class Summary
static class STTS.STTSRecord
           
 
Constructor Summary
STTS(org.jboss.netty.buffer.ChannelBuffer in)
           
 
Method Summary
 List<STTS.STTSRecord> getRecords()
           
 void read(org.jboss.netty.buffer.ChannelBuffer in)
           
 void setRecords(List<STTS.STTSRecord> records)
           
 org.jboss.netty.buffer.ChannelBuffer write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STTS

public STTS(org.jboss.netty.buffer.ChannelBuffer in)
Method Detail

getRecords

public List<STTS.STTSRecord> getRecords()

setRecords

public void setRecords(List<STTS.STTSRecord> records)

read

public void read(org.jboss.netty.buffer.ChannelBuffer in)
Specified by:
read in interface Payload

write

public org.jboss.netty.buffer.ChannelBuffer write()
Specified by:
write in interface Payload


Copyright © 2011. All Rights Reserved.