public final class MessageDirection extends Object
Modifier and Type | Field and Description |
---|---|
static MessageDirection |
IN |
static MessageDirection |
OUT |
Modifier and Type | Method and Description |
---|---|
byte[] |
toShortBytes() |
String |
toShortString() |
String |
toString() |
static MessageDirection |
valueOf(byte[] buf,
int offset,
int length) |
static MessageDirection |
valueOf(String value) |
public static final MessageDirection IN
public static final MessageDirection OUT
public static MessageDirection valueOf(String value)
public static MessageDirection valueOf(byte[] buf, int offset, int length)
public String toShortString()
public byte[] toShortBytes()
Copyright © 2005–2024 Onix Solutions. All rights reserved.