Package | Description |
---|---|
org.graphstream.stream.binary | |
org.graphstream.stream.netstream |
Constructor and Description |
---|
ByteProxy(ByteFactory factory,
ByteProxy.Mode mode,
java.net.InetAddress address,
int port)
Complete constructor of the proxy.
|
ByteProxy(ByteFactory factory,
int port)
Create a new ByteProxy, in server mode, which will be bound to a local
address and the given port.
|
Modifier and Type | Method and Description |
---|---|
static ByteFactory |
NetStreamUtils.getDefaultNetStreamFactory() |