Uses of Class
org.graphstream.stream.binary.ByteProxy.Mode
| Package | Description |
|---|---|
| org.graphstream.stream.binary |
-
Uses of ByteProxy.Mode in org.graphstream.stream.binary
Fields in org.graphstream.stream.binary declared as ByteProxy.Mode Modifier and Type Field Description ByteProxy.ModeByteProxy. modeProxy mode.Methods in org.graphstream.stream.binary that return ByteProxy.Mode Modifier and Type Method Description static ByteProxy.ModeByteProxy.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static ByteProxy.Mode[]ByteProxy.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.graphstream.stream.binary with parameters of type ByteProxy.Mode Constructor Description ByteProxy(ByteFactory factory, ByteProxy.Mode mode, InetAddress address, int port)Complete constructor of the proxy.