| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.sblim.slp.internal.msg.SLPInputStreampublic class SLPInputStreamextends java.lang.ObjectConstructor Summary | |
| |
| |
| |
| |
| |
Method Summary | |
int |
|
int |
|
long |
|
int |
|
ServiceLocationAttribute |
|
List |
|
List |
|
List |
|
ServiceType |
|
String |
|
List |
|
SortedSet |
|
ServiceURL |
|
List |
|
public SLPInputStream(DatagramPacket pPacket)
Ctor.
- Parameters:
pPacket-
public SLPInputStream(InputStream pInStr)
Ctor.
- Parameters:
pInStr-
public SLPInputStream(Socket pSock)
throws IOExceptionCtor.
- Parameters:
pSock-
public SLPInputStream(byte[] pBytes)
Ctor.
- Parameters:
pBytes-
public SLPInputStream(byte[] pBytes,
int pOffset,
int pLength)Ctor.
- Parameters:
pBytes-pOffset-pLength-
public int read16()
throws ServiceLocationException,
IOExceptionread16
- Returns:
- int
- Throws:
ServiceLocationException-
public int read24()
throws ServiceLocationException,
IOExceptionread24
- Returns:
- int
- Throws:
ServiceLocationException-
public long read32()
throws ServiceLocationException,
IOExceptionread32
- Returns:
- long
- Throws:
ServiceLocationException-
public int read8()
throws ServiceLocationException,
IOExceptionread8
- Returns:
- int
- Throws:
ServiceLocationException-
public ServiceLocationAttribute readAttribute() throws ServiceLocationException, IOException
readAttribute
- Returns:
- ServiceLocationAttribute
- Throws:
ServiceLocationException-
public List readAttributeList()
throws ServiceLocationException,
IOExceptionreadAttributeList
- Returns:
- List of ServiceLocationAttributes
- Throws:
ServiceLocationException-
public List readAuthBlockList()
throws ServiceLocationException,
IOException# of AttrAuths |(if present) Attribute Authentication Blocks...
- Returns:
- null
- Throws:
ServiceLocationException-
public List readServTypeList()
throws ServiceLocationException,
IOExceptionreadServTypeList
- Returns:
- List of ServiceTypes
- Throws:
ServiceLocationException-
public ServiceType readServiceType() throws ServiceLocationException, IOException
readServiceType
- Returns:
- ServiceType
- Throws:
ServiceLocationException-
public String readString()
throws ServiceLocationException,
IOExceptionreadString
- Returns:
- String
- Throws:
ServiceLocationException-
public List readStringList()
throws ServiceLocationException,
IOExceptionreadStringList
- Returns:
- List of Strings
- Throws:
ServiceLocationException-
public SortedSet readStringSet()
throws ServiceLocationException,
IOExceptionreadStringSet
- Returns:
- SortedSet of Strings
- Throws:
ServiceLocationException-
public ServiceURL readURL() throws ServiceLocationException, IOException
- Returns:
- ServiceURL
- Throws:
ServiceLocationException-
public List readUrlList(List pURLExceptions)
throws ServiceLocationException,
IOExceptionreadUrlList
- Returns:
- List of valid ServiceURLs
- Throws:
ServiceLocationException-