Interface | Description |
---|---|
CommConnection |
This interface defines a logical serial port connection.
|
Connection |
This is the most basic type of generic connection.
|
ContentConnection |
This interface defines the stream connection over which
content is passed.
|
Datagram |
This class defines an abstract interface for datagram packets.
|
DatagramConnection |
This interface defines the capabilities that a datagram connection
must have.
|
HttpConnection |
This interface defines the necessary methods and constants
for an HTTP connection.
|
HttpsConnection |
This interface defines the necessary methods
and constants to establish a secure network connection.
|
InputConnection |
This interface defines the capabilities that an input stream
connection must have.
|
OutputConnection |
This interface defines the capabilities that an output
stream connection must have.
|
SecureConnection |
This interface defines the secure socket stream connection.
|
SecurityInfo |
This interface defines methods
to access information about a secure network connection.
|
ServerSocketConnection |
This interface defines the server socket stream connection.
|
SocketConnection |
This interface defines the socket stream connection.
|
StreamConnection |
This interface defines the capabilities that a stream connection
must have.
|
StreamConnectionNotifier |
This interface defines the capabilities that a connection notifier
must have.
|
UDPDatagramConnection |
This interface defines a datagram connection which knows
it's local end point address.
|
Class | Description |
---|---|
CommProtocolPermission |
This class represents access rights to connections via the "comm" protocol.
|
Connector |
This class is factory for creating new Connection objects.
|
DatagramProtocolPermission |
This class represents access rights to connections via the "datagram"
protocol.
|
FileProtocolPermission |
This class represents access rights to connections via the "file"
protocol.
|
GCFPermission | |
HttpProtocolPermission |
This class represents access rights to connections via the "http"
protocol.
|
HttpsProtocolPermission |
This class represents access rights to connections via the "https"
protocol.
|
SocketProtocolPermission |
This class represents access rights to connections via the "socket"
protocol.
|
SSLProtocolPermission |
This class represents access rights to connections via the "ssl"
protocol.
|
Exception | Description |
---|---|
ConnectionNotFoundException |
This class is used to signal that a connection target
cannot be found, or the protocol type is not supported.
|