SunSPOT API V6.0


Package com.sun.spot.ipv6

An implementation of an IPv6 protocol stack.

See:
          Description

Interface Summary
IIPNetworkInterface Methods to be implemented by an object that sends and receives IP packets
ISocket An interface that describes the basic functions of a socket.
 

Class Summary
GenericPacket Base class for all IP Packet types
Inet6Address This class represents an Internet Protocol version 6 (IPv6) address.
IP The main IP stack class
IPUtils General routines for working iwth IPv6 packets and addresses
IPv6Packet Basic IPv6 packet that includes an IPv6 header and data payload
LowPanUncompressed An implementation of RFC4944 without header compression
 

Exception Summary
BindException Exception thrown when a socket cannot be bound for some reason
ConnectException Exception thrown when a socket connect cannot be completed
NetworkException Base exception for different types of Network related exceptions
NoRouteToHostException Exception thrown when no IP route can be found to a node
SocketException The type of IOException thrown when a socket encounters an error
UnknownHostException  
 

Package com.sun.spot.ipv6 Description

An implementation of an IPv6 protocol stack. This package includes the basic infrastructure for sending and receiving IPv6 format packets over any interface supporting the IIPNetworkInterface interface definition.


SunSPOT API V6.0


Copyright © 2006-2010 Oracle. All Rights Reserved.