Index of all Fields and Methods
All Packages  Class Hierarchy

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

Index of all Fields and Methods

A

abort(). Method in class com.micronova.util.HTTPPacketListener
Aborts listening.
application. Variable in class com.micronova.util.HTTPPacketListener
Application that provides a message queue.

C

call(URL, Codable). Static method in class com.micronova.util.HTTPPacket
This opens a connection to a url, sends a codable, receives a codable, closes the connection, and returns the received codable.

D

DATA. Static variable in class com.micronova.util.HTTPPacketListener
command sent when a packet is received.

E

EXCEPTION. Static variable in class com.micronova.util.HTTPPacketListener
command sent when an exception occurs.

H

HTTPPacket(). Constructor for class com.micronova.util.HTTPPacket
HTTPPacketListener(URL, Codable, Application, Target). Constructor for class com.micronova.util.HTTPPacketListener

Constructs an HTTPPacketListener.

I

isRunning. Variable in class com.micronova.util.HTTPPacketListener
set to false to abort listening.

P

Packet(). Constructor for class com.micronova.util.Packet
parameter. Variable in class com.micronova.util.HTTPPacketListener
Codable parameter to be sent to the URL before listening starts.

R

read(InputStream). Static method in class com.micronova.util.Packet
Reads a Codable from an InputStream.
run(). Method in class com.micronova.util.HTTPPacketListener

T

target. Variable in class com.micronova.util.HTTPPacketListener
Target that receives messages.

U

url. Variable in class com.micronova.util.HTTPPacketListener
URL to listen to.

W

write(OutputStream, Codable). Static method in class com.micronova.util.Packet
Writes a Codable object to an OutputStream.