Uses of Interface
org.graphstream.stream.binary.ByteEncoder.Transport
| Package | Description |
|---|---|
| org.graphstream.stream.binary | |
| org.graphstream.stream.netstream |
-
Uses of ByteEncoder.Transport in org.graphstream.stream.binary
Methods in org.graphstream.stream.binary with parameters of type ByteEncoder.Transport Modifier and Type Method Description voidByteEncoder. addTransport(ByteEncoder.Transport transport)Add a new transport to this encoder.voidByteEncoder. removeTransport(ByteEncoder.Transport transport)Remove an existing transport from this encoder. -
Uses of ByteEncoder.Transport in org.graphstream.stream.netstream
Methods in org.graphstream.stream.netstream with parameters of type ByteEncoder.Transport Modifier and Type Method Description voidNetStreamEncoder. addTransport(ByteEncoder.Transport transport)voidNetStreamEncoder. removeTransport(ByteEncoder.Transport transport)Constructors in org.graphstream.stream.netstream with parameters of type ByteEncoder.Transport Constructor Description NetStreamEncoder(String stream, ByteEncoder.Transport... transports)NetStreamEncoder(ByteEncoder.Transport... transports)