final class BNSMessage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) NetBarrierLocation |
location
The location of a resolves or registered barrier
|
(package private) java.lang.String |
name
The name to register or resolve
|
(package private) NetChannelLocation |
serviceLocation
The location that the BNS must reply to
|
(package private) boolean |
success
Whether the previous message was successful
|
(package private) byte |
type
The message type.
|
Constructor and Description |
---|
BNSMessage() |
byte type
boolean success
NetChannelLocation serviceLocation
NetBarrierLocation location
java.lang.String name