public abstract class SLPMessage extends Object
Modifier and Type | Field and Description |
---|---|
static byte |
ATTRRPLY
the message funcID values according to RFC 2608, Attribute Reply = 7.
|
static byte |
ATTRRQST
the message funcID values according to RFC 2608, Attribute Request = 6.
|
static byte |
DAADVERT
the message funcID values according to RFC 2608, DA Advertisement = 8.
|
static byte |
SAADVERT
the message funcID values according to RFC 2608, SA Advertisement = 11.
|
static byte |
SRVACK
the message funcID values according to RFC 2608, Service Acknowledgement
= 5.
|
static byte |
SRVDEREG
the message funcID values according to RFC 2608, Service Deregistration =
4.
|
static byte |
SRVREG
the message funcID values according to RFC 2608, Service Registration =
3.
|
static byte |
SRVRPLY
the message funcID values according to RFC 2608, Service Reply = 2.
|
static byte |
SRVRQST
the message funcID values according to RFC 2608, Service Request = 1.
|
static byte |
SRVTYPERPLY
the message funcID values according to RFC 2608, Service Type Reply = 10.
|
static byte |
SRVTYPERQST
the message funcID values according to RFC 2608, Service Type Request =
9.
|
Constructor and Description |
---|
SLPMessage() |
Modifier and Type | Method and Description |
---|---|
String |
toString()
Get a string representation of the message.
|
protected void |
writeHeader(DataOutputStream out,
int msgSize)
get the bytes from a SLPMessage.
|
public static final byte SRVRQST
public static final byte SRVRPLY
public static final byte SRVREG
public static final byte SRVDEREG
public static final byte SRVACK
public static final byte ATTRRQST
public static final byte ATTRRPLY
public static final byte DAADVERT
public static final byte SRVTYPERQST
public static final byte SRVTYPERPLY
public static final byte SAADVERT
protected void writeHeader(DataOutputStream out, int msgSize) throws IOException
IOException
ServiceLocationException
- in case of IOExceptions.Copyright © 2018 universAAL Consortium. All rights reserved.