|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PacketReceiver
Any class that implements PacketReceiver accepts packets from a PacketSender.
Method Summary | |
---|---|
void |
flush()
Flush the data pipeline. |
java.lang.String |
getLinkName()
Get this receiver's name (for error messages). |
void |
putPacket(Packet packet)
Give a packet to this PacketReceiver. |
void |
putPackets(Packet[] packets)
Give an array of packets to this PacketReceiver. |
Method Detail |
---|
void putPackets(Packet[] packets) throws RtStpsException
RtStpsException
void putPacket(Packet packet) throws RtStpsException
RtStpsException
void flush() throws RtStpsException
flush
in interface Receiver
RtStpsException
java.lang.String getLinkName()
getLinkName
in interface Receiver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |