- DatagramPacket - Class in java.net
-
This class models a packet of data that is to be sent across the network
using a connectionless protocol such as UDP.
- DatagramPacket(byte[], int, int) - Constructor for class java.net.DatagramPacket
-
This method initializes a new instance of DatagramPacket
which
has the specified buffer, offset, and length.
- DatagramPacket(byte[], int) - Constructor for class java.net.DatagramPacket
-
Initializes a new instance of DatagramPacket
for receiving
packets from the network.
- DatagramPacket(byte[], int, int, InetAddress, int) - Constructor for class java.net.DatagramPacket
-
Initializes a new instance of DatagramPacket
for transmitting
packets across the network.
- DatagramPacket(byte[], int, InetAddress, int) - Constructor for class java.net.DatagramPacket
-
Initializes a new instance of DatagramPacket
for transmitting
packets across the network.
- DatagramPacket(byte[], int, int, SocketAddress) - Constructor for class java.net.DatagramPacket
-
Initializes a new instance of DatagramPacket
for transmitting
packets across the network.
- DatagramPacket(byte[], int, SocketAddress) - Constructor for class java.net.DatagramPacket
-
Initializes a new instance of DatagramPacket
for transmitting
packets across the network.
- DatagramSocket - Class in java.net
-
This class models a connectionless datagram socket that sends individual
packets of data across the network.
- DatagramSocket() - Constructor for class java.net.DatagramSocket
-
Initializes a new instance of DatagramSocket
that binds to a
random port and every address on the local machine.
- DatagramSocket(int) - Constructor for class java.net.DatagramSocket
-
Initializes a new instance of DatagramSocket
that binds to the
specified port and every address on the local machine.
- DatagramSocket(int, InetAddress) - Constructor for class java.net.DatagramSocket
-
Initializes a new instance of DatagramSocket
that binds to the
specified local port and address.
- DatagramSocket(SocketAddress) - Constructor for class java.net.DatagramSocket
-
Initializes a new instance of DatagramSocket
that binds to the
specified local port and address.
- DataInput - Interface in java.io
-
This interface is implemented by classes that can data from streams
into Java primitive types.
- DataInputStream - Class in java.io
-
A data input stream lets an application read primitive Java data
types from an underlying input stream in a machine-independent
way.
- DataInputStream(InputStream) - Constructor for class java.io.DataInputStream
-
Creates a DataInputStream that uses the specified
underlying InputStream.
- DataOutput - Interface in java.io
-
This interface is implemented by classes that can wrte data to streams
from Java primitive types.
- DataOutputStream - Class in java.io
-
A data output stream lets an application write primitive Java data
types to an output stream in a portable way.
- DataOutputStream(OutputStream) - Constructor for class java.io.DataOutputStream
-
Creates a new data output stream to write data to the specified
underlying output stream.
- DATE - Static variable in class java.util.Calendar
-
Constant representing the day time field, synonym for DAY_OF_MONTH.
- Date - Class in java.util
-
This class represents a specific time in milliseconds since the epoch.
- Date() - Constructor for class java.util.Date
-
Creates a new Date Object representing the current time.
- Date(long) - Constructor for class java.util.Date
-
Creates a new Date Object representing the given time.
- DAY_OF_MONTH - Static variable in class java.util.Calendar
-
Constant representing the day time field.
- DAY_OF_WEEK - Static variable in class java.util.Calendar
-
Constant representing the day of week time field.
- DAY_OF_WEEK_IN_MONTH - Static variable in class java.util.Calendar
-
Constant representing the day-of-week-in-month field.
- DAY_OF_YEAR - Static variable in class java.util.Calendar
-
Constant representing the day of year time field.
- DBG_EVENT_BREAK1 - Static variable in class tijos.framework.platform.TiDebugger
-
- DBG_EVENT_BREAK2 - Static variable in class tijos.framework.platform.TiDebugger
-
- DBG_EVENT_BREAK3 - Static variable in class tijos.framework.platform.TiDebugger
-
- DBG_EVENT_BREAK4 - Static variable in class tijos.framework.platform.TiDebugger
-
- DBG_EVENT_EXCEPTION - Static variable in class tijos.framework.platform.TiDebugger
-
- DBG_EVENT_EXIT - Static variable in class tijos.framework.platform.TiDebugger
-
- DBG_EVENT_NONE - Static variable in class tijos.framework.platform.TiDebugger
-
- DBG_OPTION_DISABLED - Static variable in class tijos.framework.platform.TiDebugger
-
- DBG_OPTION_ENABLED - Static variable in class tijos.framework.platform.TiDebugger
-
- DBG_OPTION_IGNORED - Static variable in class tijos.framework.platform.TiDebugger
-
- DECEMBER - Static variable in class java.util.Calendar
-
Constant representing December.
- DECIMAL_SEPARATOR - Static variable in class java.text.NumberFormat.Field
-
Constant identifying the decimal separator field.
- DecimalFormat - Class in java.text
-
DecimalFormat
is a concrete subclass of
NumberFormat
that formats decimal numbers.
- DecimalFormat() - Constructor for class java.text.DecimalFormat
-
Creates a DecimalFormat using the default pattern and symbols
for the default locale.
- DecimalFormat(String) - Constructor for class java.text.DecimalFormat
-
Creates a DecimalFormat using the given pattern and the symbols
for the default locale.
- decode(String) - Static method in class java.lang.Integer
-
- decode(String) - Static method in class java.lang.Long
-
- decode(String) - Static method in class tijos.framework.util.base64.Base64
-
Decode a Base-64 string into a byte array.
- deepEquals(Object[], Object[]) - Static method in class java.util.Arrays
-
- deepHashCode(Object[]) - Static method in class java.util.Arrays
-
- deepToString(Object[]) - Static method in class java.util.Arrays
-
- DEFAULT_PORT - Static variable in class tijos.framework.networkcenter.ntp.NTPUDPClient
-
The default NTP port.
- defrag() - Static method in class java.io.File
-
Defrag the file system.
- dehexchar(char) - Static method in class tijos.framework.util.json.JSONTokener
-
Get the hex value of a character (base16).
- Delay - Class in tijos.framework.util
-
Simple collection of time delay routines that are non interruptable.
- Delay() - Constructor for class tijos.framework.util.Delay
-
- delete() - Method in class java.io.File
-
Deletes the file represented by this File object.
- delete(int, int) - Method in class java.lang.StringBuffer
-
- delete(int, int) - Method in class java.lang.StringBuilder
-
- delete() - Method in class tijos.framework.appcenter.TiAPP
-
Delete the APP
- deleteCharAt(int) - Method in class java.lang.StringBuffer
-
- deleteCharAt(int) - Method in class java.lang.StringBuilder
-
- deleteObserver(Observer) - Method in class java.util.Observable
-
Deletes an Observer of this Observable.
- deleteObservers() - Method in class java.util.Observable
-
Deletes all Observers of this Observable.
- Deprecated - Annotation Type in java.lang
-
- Deque<E> - Interface in java.util
-
A linear collection that supports element insertion and removal at
both ends.
- descendingIterator() - Method in class java.util.ArrayDeque
-
- descendingIterator() - Method in interface java.util.Deque
-
Returns an iterator over the elements in this deque in reverse
sequential order.
- descendingIterator() - Method in class java.util.LinkedList
-
Obtain an Iterator over this list in reverse sequential order.
- descendingIterator() - Method in interface java.util.NavigableSet
-
Returns an iterator over the elements in this set, in descending order.
- descendingIterator() - Method in class java.util.TreeSet
-
Returns an iterator over the elements of this set in descending
order.
- descendingKeySet() - Method in interface java.util.NavigableMap
-
Returns a reverse order
NavigableSet
view of the keys contained in this map.
- descendingKeySet() - Method in class java.util.TreeMap
-
Returns a reverse ordered
NavigableSet
view of this
map's keys.
- descendingMap() - Method in interface java.util.NavigableMap
-
Returns a reverse order view of the mappings contained in this map.
- descendingMap() - Method in class java.util.TreeMap
-
Returns a view of the map in reverse order.
- descendingSet() - Method in interface java.util.NavigableSet
-
Returns a reverse order view of the elements contained in this set.
- descendingSet() - Method in class java.util.TreeSet
-
Returns a view of the set in reverse order.
- desiredAssertionStatus() - Method in class java.lang.Class
-
Always return false.
- Dictionary<K,V> - Class in java.util
-
A Dictionary maps keys to values; how it does that is
implementation-specific.
- Dictionary() - Constructor for class java.util.Dictionary
-
Sole constructor (often called implicitly).
- digit(char, int) - Static method in class java.lang.Character
-
This method accepts a character such as '7' or 'C' and converts
it to a number value.
- digit(int, int) - Static method in class java.lang.Character
-
- disconnect() - Method in class java.net.DatagramSocket
-
This method disconnects this socket from the address/port it was connected
to.
- disconnect() - Method in class tijos.framework.networkcenter.mqtt.MqttClient
-
Disconnect the server
- disjoint(Collection<?>, Collection<?>) - Static method in class java.util.Collections
-
Returns true if the two specified collections have no elements in
common.
- disk - Static variable in class java.io.File
-
- Documented - Annotation Type in java.lang.annotation
-
- DONE - Static variable in interface java.text.CharacterIterator
-
Constant that is returned when the iterator has reached either the end
or the beginning of the text.
- Double - Class in java.lang
-
Minimal Double implementation.
- Double(double) - Constructor for class java.lang.Double
-
- Double(String) - Constructor for class java.lang.Double
-
- doubleToLongBits(double) - Static method in class java.lang.Double
-
Returns the bit representation of a double-float value.
- doubleToRawLongBits(double) - Static method in class java.lang.Double
-
Returns the bit representation of a double-float value.
- doubleToString(double) - Static method in class tijos.framework.util.json.JSONObject
-
Produce a string from a double.
- doubleValue() - Method in class java.lang.Byte
-
- doubleValue() - Method in class java.lang.Double
-
- doubleValue() - Method in class java.lang.Float
-
- doubleValue() - Method in class java.lang.Integer
-
- doubleValue() - Method in class java.lang.Long
-
- doubleValue() - Method in class java.lang.Number
-
Return the double value of this Number.
- doubleValue() - Method in class java.lang.Short
-
- DST_OFFSET - Static variable in class java.util.Calendar
-
Constant representing the daylight saving time offset in
milliseconds.