|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.i2ptunnel.streamr.MultiSource
public class MultiSource
Sends to many Sinks
Constructor Summary | |
---|---|
MultiSource()
|
Method Summary | |
---|---|
void |
add(Destination sink)
|
void |
remove(Destination sink)
|
void |
send(Destination ignored_from,
byte[] data)
|
void |
setSink(Sink sink)
|
void |
start()
|
void |
stop()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiSource()
Method Detail |
---|
public void setSink(Sink sink)
setSink
in interface Source
public void start()
start
in interface Source
public void stop()
public void send(Destination ignored_from, byte[] data)
send
in interface Sink
public void add(Destination sink)
public void remove(Destination sink)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |