Package | Description |
---|---|
org.graphstream.stream.binary | |
org.graphstream.stream.netstream |
Modifier and Type | Method and Description |
---|---|
void |
ByteEncoder.addTransport(ByteEncoder.Transport transport)
Add a new transport to this encoder.
|
void |
ByteEncoder.removeTransport(ByteEncoder.Transport transport)
Remove an existing transport from this encoder.
|
Modifier and Type | Method and Description |
---|---|
void |
NetStreamEncoder.addTransport(ByteEncoder.Transport transport) |
void |
NetStreamEncoder.removeTransport(ByteEncoder.Transport transport) |
Constructor and Description |
---|
NetStreamEncoder(ByteEncoder.Transport... transports) |
NetStreamEncoder(java.lang.String stream,
ByteEncoder.Transport... transports) |