Package org.cybergarage.upnp.ssdp
Class SSDPPacket
java.lang.Object
org.cybergarage.upnp.ssdp.SSDPPacket
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
packetBytespublic byte[] packetBytes
 
- 
- 
Constructor Details- 
SSDPPacketpublic SSDPPacket(byte[] buf, int length) 
 
- 
- 
Method Details- 
getDatagramPacket
- 
setLocalAddress
- 
getLocalAddress
- 
setTimeStamppublic void setTimeStamp(long value) 
- 
getTimeStamppublic long getTimeStamp()
- 
getRemoteInetAddress
- 
getRemoteAddress
- 
getRemotePortpublic int getRemotePort()
- 
getDatapublic byte[] getData()
- 
getHost
- 
getCacheControl
- 
getLocation
- 
getMAN
- 
getST
- 
getNT
- 
getNTS
- 
getServer
- 
getUSN
- 
getMXpublic int getMX()
- 
getHostInetAddress
- 
isRootDevicepublic boolean isRootDevice()
- 
isDiscoverpublic boolean isDiscover()
- 
isAlivepublic boolean isAlive()
- 
isByeByepublic boolean isByeBye()
- 
getLeaseTimepublic int getLeaseTime()
- 
toString
 
-