Package | Description |
---|---|
org.jivesoftware.smackx.bytestreams.socks5.packet |
Modifier and Type | Method and Description |
---|---|
static Bytestream.Mode |
Bytestream.Mode.fromName(String name) |
Bytestream.Mode |
Bytestream.getMode()
Returns the transport mode.
|
static Bytestream.Mode |
Bytestream.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bytestream.Mode[] |
Bytestream.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Bytestream.setMode(Bytestream.Mode mode)
Set the transport mode.
|