Package | Description |
---|---|
org.graphstream.stream.binary |
Modifier and Type | Field and Description |
---|---|
ByteProxy.Mode |
ByteProxy.mode
Proxy mode.
|
Modifier and Type | Method and Description |
---|---|
static ByteProxy.Mode |
ByteProxy.Mode.valueOf(java.lang.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.
|
Constructor and Description |
---|
ByteProxy(ByteFactory factory,
ByteProxy.Mode mode,
java.net.InetAddress address,
int port)
Complete constructor of the proxy.
|