javax.microedition.io
javax.microedition.pki
cc.squirreljme.runtime.gcf
- ConnectionStateTracker
: This is a tracker for the connection state.
- CustomConnectionFactory
: Factory used to access custom connectors and otherwise.
- FileAddress: This is an
address which represents a file.
- HTTPAddress: This
represents an IP address.
- HTTPAgent: This class
manages the HTTP connection data and is able to encode and establish a
connection.
- HTTPAgentConnector
: This interface is used to source the socket used to open a
connection on the underlying stream.
- HTTPClientConnection
: This is a connection to a remote HTTP server, this runs off an
existing socket since it may be SSL encrypted.
- HTTPRequestBuilder
: This is used for building HTTP requests which will build the request
to use for the server.
- HTTPResponse: This
contains the response of the HTTP request.
- HTTPResponseHeader
: This contains the HTTP response header.
- HTTPSignalListener
: This interface is used to signal changes in the HTTP state such as
when a connection should be made.
- HTTPState: This represents
a state of the HTTP connection.
- HTTPStateTracker:
This is used to track the state of the HTTP connection since it must
be shared across many classes for HTTP.
- HTTPUrlCharacterSet
: Represents a character set within an HTTP URL.
- HTTPUtils: This class
contains HTTP utilities.
- IPAddress: This is an
immutable class which represents an IP address and possibly the port.
- IPConnectionFactory
: This factory is used in the creation of IP based connections thus
allowing SquirrelJME access to the internet.
- NullIPConnectionFactory
: This is a connection factory which does not support any IP based
connections.
- SocketAddress: This
interface represents a generic address type.
- SocketHTTPAgentConnector
: Creates a socket to the target.
- TCPClientConnection
: This is a connection to a remote TCP server as a client.
- TrackedInputStream
: This is an input which tracks if it has been closed, if EOF is read
from a stream then it will automatically be closed.
- TrackedOutputStream
: This is an output stream which keeps track if the connection has
been closed or not.
javax.microedition.io.file