A B C D E F G H I J K L M N O P Q R S T U V W

P

Packet - Class in com.acap.rudp.core
 
Packet(byte[]) - Constructor for class com.acap.rudp.core.Packet
 
Packet(String, long, int, int) - Constructor for class com.acap.rudp.core.Packet
 
Packet(String, long, byte[]) - Constructor for class com.acap.rudp.core.Packet
 
processMessage(Message, Object) - Method in interface com.acap.rudp.core.MessageProcessor
 
processMessage(Message, Object) - Method in class com.acap.rudp.samples.SampleClientManager
Called when a message has been received
processMultiPartMessage(Packet) - Method in class com.acap.rudp.core.MultiPartMessageManager
 
put(boolean) - Method in class org.json.me.JSONArray
Append a boolean value.
put(Vector) - Method in class org.json.me.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int) - Method in class org.json.me.JSONArray
Append an int value.
put(long) - Method in class org.json.me.JSONArray
Append an long value.
put(Object) - Method in class org.json.me.JSONArray
Append an object value.
put(int, boolean) - Method in class org.json.me.JSONArray
Put or replace a boolean value in the JSONArray.
put(int, Vector) - Method in class org.json.me.JSONArray
Put a value in the JSONArray, where the value will be a JSONArray which is produced from a Collection.
put(int, int) - Method in class org.json.me.JSONArray
Put or replace an int value.
put(int, long) - Method in class org.json.me.JSONArray
Put or replace a long value.
put(int, Object) - Method in class org.json.me.JSONArray
Put or replace an object value in the JSONArray.
put(String, Vector) - Method in class org.json.me.JSONObject
Put a key/value pair in the JSONObject, where the value will be a JSONArray which is produced from a Collection.
put(String, boolean) - Method in class org.json.me.JSONObject
Put a key/boolean pair in the JSONObject.
put(String, int) - Method in class org.json.me.JSONObject
Put a key/int pair in the JSONObject.
put(String, long) - Method in class org.json.me.JSONObject
Put a key/long pair in the JSONObject.
put(String, Object) - Method in class org.json.me.JSONObject
Put a key/value pair in the JSONObject.
putOpt(String, Object) - Method in class org.json.me.JSONObject
Put a key/value pair in the JSONObject, but only if the key and the value are both non-null.

A B C D E F G H I J K L M N O P Q R S T U V W