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
- abort().
Method in class com.micronova.util.HTTPPacketListener
-
Aborts listening.
- application.
Variable in class com.micronova.util.HTTPPacketListener
- Application that provides a message queue.
- 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.
- DATA.
Static variable in class com.micronova.util.HTTPPacketListener
- command sent when a packet is received.
- EXCEPTION.
Static variable in class com.micronova.util.HTTPPacketListener
- command sent when an exception occurs.
- HTTPPacket().
Constructor for class com.micronova.util.HTTPPacket
-
- HTTPPacketListener(URL, Codable, Application, Target).
Constructor for class com.micronova.util.HTTPPacketListener
-
Constructs an HTTPPacketListener.
- isRunning.
Variable in class com.micronova.util.HTTPPacketListener
- set to false to abort listening.
- 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.
- read(InputStream).
Static method in class com.micronova.util.Packet
-
Reads a Codable from an InputStream.
- run().
Method in class com.micronova.util.HTTPPacketListener
-
- target.
Variable in class com.micronova.util.HTTPPacketListener
- Target that receives messages.
- url.
Variable in class com.micronova.util.HTTPPacketListener
- URL to listen to.
- write(OutputStream, Codable).
Static method in class com.micronova.util.Packet
-
Writes a Codable object to an OutputStream.