|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadProxyPipe | |
---|---|
org.graphstream.stream.netstream |
Uses of ThreadProxyPipe in org.graphstream.stream.netstream |
---|
Methods in org.graphstream.stream.netstream that return ThreadProxyPipe | |
---|---|
ThreadProxyPipe |
NetStreamDecoder.getDefaultStream()
Gives the default stream (a ThreadProxyPipe) identified with the name "default". |
ThreadProxyPipe |
DefaultNetStreamDecoder.getDefaultStream()
|
ThreadProxyPipe |
NetStreamReceiver.getDefaultStream()
|
ThreadProxyPipe |
NetStreamDecoder.getStream(String name)
Gives the stream (a ThreadProxyPipe) identified with this name. |
ThreadProxyPipe |
DefaultNetStreamDecoder.getStream(String name)
|
ThreadProxyPipe |
NetStreamReceiver.getStream(String name)
|
Methods in org.graphstream.stream.netstream with parameters of type ThreadProxyPipe | |
---|---|
void |
NetStreamDecoder.register(String name,
ThreadProxyPipe stream)
Register a stream. |
void |
DefaultNetStreamDecoder.register(String name,
ThreadProxyPipe stream)
|
void |
NetStreamReceiver.register(String name,
ThreadProxyPipe stream)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |