GCF 8 (b75)
A B C D E F G H I J K L M N O P R S T U V W 

A

acceptAndOpen() - Method in interface javax.microedition.io.StreamConnectionNotifier
Returns a StreamConnection object that represents a server side socket connection.
AccessPoint - Class in javax.microedition.io
AccessPoint is a configuration of a TCP/IP network interface.
AccessPointListener - Interface in javax.microedition.io
AccessPointListener is notified for AccessPoint state changes.
AccessPointPermission - Class in javax.microedition.io
AccessPointPermission allows access to sensitive AccessPoint functions.
AccessPointPermission(String) - Constructor for class javax.microedition.io.AccessPointPermission
Creates a new AccessPointPermission.
addListener(AccessPointListener) - Method in class javax.microedition.io.AccessPoint
Adds a new AccessPoint listener.
addListener(ModemListener, int) - Method in interface javax.microedition.io.ModemConnection
Register a listener to receive state changes of a modem signal line.

B

BAD_EXTENSIONS - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate has unrecognized critical extensions.
BROKEN_CHAIN - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate in a chain was not issued by the next authority in the chain.

C

Certificate - Interface in javax.microedition.pki
Interface common to certificates.
CERTIFICATE_CHAIN_TOO_LONG - Static variable in exception javax.microedition.pki.CertificateException
Indicates the server certificate chain exceeds the length allowed by an issuer's policy.
CertificateException - Exception in javax.microedition.pki
The CertificateException encapsulates an error that occurred while a Certificate is being used.
CertificateException(Certificate, byte) - Constructor for exception javax.microedition.pki.CertificateException
Create a new exception with a Certificate and specific error reason.
CertificateException(String, Certificate, byte) - Constructor for exception javax.microedition.pki.CertificateException
Create a new exception with a message, Certificate, and specific error reason.
close() - Method in interface javax.microedition.io.Connection
Close the connection.
CommConnection - Interface in javax.microedition.io
This interface defines a logical serial port connection.
CommProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "comm" protocol.
CommProtocolPermission(String) - Constructor for class javax.microedition.io.CommProtocolPermission
Creates a new CommProtocolPermission with the specified URI as its name.
connect() - Method in class javax.microedition.io.AccessPoint
Connects the AccessPoint if not connected.
CONNECT - Static variable in interface javax.microedition.io.HttpConnection
HTTP CONNECT method.
connect(AccessPoint) - Method in class javax.microedition.io.NetworkInterface
Connects the AccessPoint using this NetworkInterface.
Connection - Interface in javax.microedition.io
This is the most basic type of generic connection.
ConnectionNotFoundException - Exception in javax.microedition.io
This class is used to signal that a connection target cannot be found, or the protocol type is not supported.
ConnectionNotFoundException() - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with no detail message.
ConnectionNotFoundException(String) - Constructor for exception javax.microedition.io.ConnectionNotFoundException
Constructs a ConnectionNotFoundException with the specified detail message.
ConnectionOption<T> - Class in javax.microedition.io
This parameterized class holds connection specific configuration settings of arbitrary types.
ConnectionOption(String, T) - Constructor for class javax.microedition.io.ConnectionOption
Create a new instance of ConnectionOption with name and value.
Connector - Class in javax.microedition.io
This class is a factory for creating new Connection objects.
ContentConnection - Interface in javax.microedition.io
This interface defines the stream connection over which content is passed.

D

Datagram - Interface in javax.microedition.io
This interface defines an abstraction for datagram packets.
DatagramConnection - Interface in javax.microedition.io
This interface defines the capabilities that a datagram connection must have.
DatagramProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "datagram" protocol.
DatagramProtocolPermission(String) - Constructor for class javax.microedition.io.DatagramProtocolPermission
Creates a new DatagramProtocolPermission with the specified URI as its name.
DCD_SIGNAL - Static variable in interface javax.microedition.io.ModemConnection
Data Carrier Detect (DCD)
DELAY - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the small buffer writing delay (0).
DELETE - Static variable in interface javax.microedition.io.HttpConnection
HTTP Delete method.
disconnect() - Method in class javax.microedition.io.AccessPoint
Disconnects the AccessPoint if connected.
disconnect(AccessPoint) - Method in class javax.microedition.io.NetworkInterface
Disconnects an AccessPoint from this NetworkInterface.
disconnectAll() - Method in class javax.microedition.io.NetworkInterface
Disconnects all AccessPoints from this NetworkInterface.
DSR_SIGNAL - Static variable in interface javax.microedition.io.ModemConnection
Data Set Ready (DSR)
DTLSProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "dtls" protocol.
DTLSProtocolPermission(String) - Constructor for class javax.microedition.io.DTLSProtocolPermission
Creates a new DTLSProtocolPermission with the specified URI as its name.
DTR_SIGNAL - Static variable in interface javax.microedition.io.ModemConnection
Data Terminal Ready (DTR)

E

equals(Object) - Method in class javax.microedition.io.CommProtocolPermission
Checks two CommProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.DatagramProtocolPermission
Checks two DatagramProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.DTLSProtocolPermission
Checks two DTLSProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.FileProtocolPermission
Checks two FileProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.HttpProtocolPermission
Checks two HttpProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.HttpsProtocolPermission
Checks two HttpsProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.MulticastProtocolPermission
Checks two MulticastProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.SocketProtocolPermission
Checks two SocketProtocolPermission objects for equality.
equals(Object) - Method in class javax.microedition.io.SSLProtocolPermission
Checks two SSLProtocolPermission objects for equality.
EVENT_TYPE_CONNECTED - Static variable in interface javax.microedition.io.AccessPointListener
Type for the event which is sent when the AccessPoint becomes connected.
EVENT_TYPE_DISCONNECTED - Static variable in interface javax.microedition.io.AccessPointListener
Type for the event which is sent when the AccessPoint become disconnected.
EVENT_TYPE_REMOVED - Static variable in interface javax.microedition.io.AccessPointListener
Type for the vent which is sent when the AccessPoint is removed and becomes invalid.
EXPIRED - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate is expired.

F

FileProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "file" protocol.
FileProtocolPermission(String, String) - Constructor for class javax.microedition.io.FileProtocolPermission
Creates a new FileProtocolPermission with the specified actions.

G

GCFPermission - Class in javax.microedition.io
An abstract class that is the superclass of all permissions used with the Generic Connection Framework.
GCFPermission(String) - Constructor for class javax.microedition.io.GCFPermission
Constructs a GCFPermission with the specified URI.
GET - Static variable in interface javax.microedition.io.HttpConnection
HTTP Get method.
getAccessPoint() - Method in interface javax.microedition.io.DatagramConnection
Gets the AccessPoint for this connection.
getAccessPoint() - Method in interface javax.microedition.io.HttpConnection
Gets the AccessPoint for this connection.
getAccessPoint() - Method in interface javax.microedition.io.SocketConnection
Gets the AccessPoint for this connection.
getAccessPoints(boolean) - Static method in class javax.microedition.io.AccessPoint
Returns the existing AccessPoints.
getAccessPoints() - Method in interface javax.microedition.io.ServerSocketConnection
Returns the AccessPoint(s) on which this connection is listening.
getActions() - Method in class javax.microedition.io.CommProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for CommProtocolPermission.
getActions() - Method in class javax.microedition.io.DatagramProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for DatagramProtocolPermission.
getActions() - Method in class javax.microedition.io.DTLSProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for DTLSProtocolPermission.
getActions() - Method in class javax.microedition.io.FileProtocolPermission
Returns the canonical string representation of the actions.
getActions() - Method in class javax.microedition.io.HttpProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for HttpProtocolPermission.
getActions() - Method in class javax.microedition.io.HttpsProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for HttpsProtocolPermission.
getActions() - Method in class javax.microedition.io.MulticastProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for MulticastProtocolPermission.
getActions() - Method in class javax.microedition.io.SocketProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for SocketProtocolPermission.
getActions() - Method in class javax.microedition.io.SSLProtocolPermission
Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions defined for SSLProtocolPermission.
getAddress() - Method in interface javax.microedition.io.Datagram
Get the address of the datagram.
getAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the remote address to which the socket is bound.
getBaudRate() - Method in interface javax.microedition.io.CommConnection
Gets the baudrate for the serial port connection.
getByName(String) - Static method in class javax.microedition.io.NetworkUtilities
Determines the IP address of a host, given the host's name.
getBytesRead(Connection) - Static method in class javax.microedition.io.Connector
Returns the number of bytes, that were received using this connection.
getBytesWritten(Connection) - Static method in class javax.microedition.io.Connector
Returns the number of bytes, that were sent using this connection.
getCanonicalHostName(String) - Static method in class javax.microedition.io.NetworkUtilities
Gets the fully qualified domain name for this host.
getCertificate() - Method in exception javax.microedition.pki.CertificateException
Get the Certificate that caused the exception.
getCipherSuite() - Method in interface javax.microedition.io.SecurityInfo
Returns the name of the cipher suite in use for the connection.
getClientCertificate() - Method in interface javax.microedition.io.SecurityInfo
Returns the Client Certificate used to establish the secure connection with the server.
getConnectedAccessPoints() - Method in class javax.microedition.io.NetworkInterface
Returns the AccessPoints connected on the NetworkInterface.
getData() - Method in interface javax.microedition.io.Datagram
Get the contents of the data buffer.
getDate() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the date header field.
getEncoding() - Method in interface javax.microedition.io.ContentConnection
Returns a string describing the encoding of the content which the resource connected to is providing.
getExpiration() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the expires header field.
getFile() - Method in interface javax.microedition.io.HttpConnection
Returns the file portion of the URL of this HttpConnection.
getHeaderField(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named header field.
getHeaderField(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field value by index.
getHeaderFieldDate(String, long) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as date.
getHeaderFieldInt(String, int) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named field parsed as a number.
getHeaderFieldKey(int) - Method in interface javax.microedition.io.HttpConnection
Gets a header field key by index.
getHost() - Method in interface javax.microedition.io.HttpConnection
Returns the host information of the URL of this HttpConnection.
getIssuer() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's issuer.
getLastModified() - Method in interface javax.microedition.io.HttpConnection
Returns the value of the last-modified header field.
getLength() - Method in interface javax.microedition.io.ContentConnection
Returns the length of the content which is being provided.
getLength() - Method in interface javax.microedition.io.Datagram
Get the length of the datagram.
getLineMode(int) - Method in interface javax.microedition.io.ModemConnection
Query whether a signal line is supported by the implementation and whether it is in input mode or output mode.
getLineState(int) - Method in interface javax.microedition.io.ModemConnection
Return the state of the signal line of the serial port.
getLocalAddress() - Method in interface javax.microedition.io.ServerSocketConnection
Gets the local address of the socket.
getLocalAddress() - Method in interface javax.microedition.io.SocketConnection
Gets the local address to which the socket is bound.
getLocalAddress() - Method in interface javax.microedition.io.UDPDatagramConnection
Gets the local address of this datagram connection.
getLocalPort() - Method in interface javax.microedition.io.ServerSocketConnection
Returns the local port of the socket.
getLocalPort() - Method in interface javax.microedition.io.SocketConnection
Returns the local port to which this socket is bound.
getLocalPort() - Method in interface javax.microedition.io.UDPDatagramConnection
Returns the local port of this datagram connection.
getMaximumLength() - Method in interface javax.microedition.io.DatagramConnection
Get the maximum length a datagram can be.
getName() - Method in class javax.microedition.io.AccessPoint
Returns the name of this AccessPoint.
getName() - Method in class javax.microedition.io.ConnectionOption
Return the name of the connection setting.
getName() - Method in class javax.microedition.io.NetworkInterface
Returns the name of this NetworkInterface.
getNetworkInterface() - Method in class javax.microedition.io.AccessPoint
Returns the NetworkInterface connecting this AccessPoint.
getNetworkInterfaces(String) - Static method in class javax.microedition.io.NetworkInterface
Returns the NetworkInterfaces supported by the device for a type.
getNetworkTypes() - Static method in class javax.microedition.io.NetworkInterface
Returns the supported network types.
getNominalLength() - Method in interface javax.microedition.io.DatagramConnection
Get the nominal length of a datagram.
getNotAfter() - Method in interface javax.microedition.pki.Certificate
Gets the time after which this Certificate may not be used from the validity period.
getNotBefore() - Method in interface javax.microedition.pki.Certificate
Gets the time before which this Certificate may not be used from the validity period.
getOffset() - Method in interface javax.microedition.io.Datagram
Get the offset.
getPort() - Method in interface javax.microedition.io.HttpConnection
Returns the network port number of the URL for this HttpConnection.
getPort() - Method in interface javax.microedition.io.HttpsConnection
Returns the network port number of the URL for this HttpsConnection.
getPort() - Method in interface javax.microedition.io.SocketConnection
Returns the remote port to which this socket is bound.
getProperty(String) - Method in class javax.microedition.io.AccessPoint
Return an AccessPoint property value.
getPropertyNames() - Method in class javax.microedition.io.AccessPoint
Returns all property names for this AccessPoint.
getPropertyValues(String) - Method in class javax.microedition.io.AccessPoint
Return the values for an AccessPoint property.
getProtocol() - Method in class javax.microedition.io.GCFPermission
Returns the protocol scheme of this GCFPermission.
getProtocol() - Method in interface javax.microedition.io.HttpConnection
Returns the protocol name of the URL of this HttpConnection.
getProtocolName() - Method in interface javax.microedition.io.SecurityInfo
Returns the secure protocol name.
getProtocolVersion() - Method in interface javax.microedition.io.SecurityInfo
Returns the protocol version.
getQuery() - Method in interface javax.microedition.io.HttpConnection
Returns the query portion of the URL of this HttpConnection.
getReason() - Method in exception javax.microedition.pki.CertificateException
Get the reason code.
getRef() - Method in interface javax.microedition.io.HttpConnection
Returns the ref portion of the URL of this HttpConnection.
getRequestMethod() - Method in interface javax.microedition.io.HttpConnection
Get the current request method.
getRequestProperty(String) - Method in interface javax.microedition.io.HttpConnection
Returns the value of the named general request property for this connection.
getResponseCode() - Method in interface javax.microedition.io.HttpConnection
Returns the HTTP response status code.
getResponseMessage() - Method in interface javax.microedition.io.HttpConnection
Gets the HTTP response message, if any, returned along with the response code from a server.
getSecurityInfo() - Method in interface javax.microedition.io.HttpsConnection
Return the security information associated with this successfully opened connection.
getSecurityInfo() - Method in interface javax.microedition.io.SecureConnection
Return the security information associated with this connection when it was opened.
getSecurityInfo() - Method in interface javax.microedition.io.SecureDatagramConnection
Return the security information associated with this connection when it was opened.
getSerialNumber() - Method in interface javax.microedition.pki.Certificate
Gets the printable form of the serial number of this Certificate.
getServerCertificate() - Method in interface javax.microedition.io.SecurityInfo
Returns the Server Certificate used to establish the secure connection.
getSigAlgName() - Method in interface javax.microedition.pki.Certificate
Gets the name of the algorithm used to sign the Certificate.
getSocketOption(byte) - Method in interface javax.microedition.io.SocketConnection
Get a socket option for the connection.
getSubject() - Method in interface javax.microedition.pki.Certificate
Gets the name of this certificate's subject.
getTimeout() - Method in class javax.microedition.io.AccessPoint
Returns the timeout for this AccessPoint.
getTimeToLive() - Method in interface javax.microedition.io.UDPMulticastConnection
Get the default time-to-live for multicast packets sent on this UDPMulticastConnection.
getType() - Method in class javax.microedition.io.AccessPoint
Returns the network type of this AccessPoint.
getType() - Method in interface javax.microedition.io.ContentConnection
Returns the type of content that the resource connected to is providing.
getType() - Method in class javax.microedition.io.NetworkInterface
Returns the type of this NetworkInterface.
getType() - Method in interface javax.microedition.pki.Certificate
Get the type of the Certificate.
getURI() - Method in class javax.microedition.io.GCFPermission
Returns the URI of this GCFPermission.
getURL() - Method in interface javax.microedition.io.HttpConnection
Return a string representation of the URL for this connection.
getValue() - Method in class javax.microedition.io.ConnectionOption
Return the value of the connection setting.
getVersion() - Method in interface javax.microedition.pki.Certificate
Gets the version number of this Certificate.

H

hashCode() - Method in class javax.microedition.io.CommProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.DatagramProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.DTLSProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.FileProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.HttpProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.HttpsProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.MulticastProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.SocketProtocolPermission
Returns the hash code value for this object.
hashCode() - Method in class javax.microedition.io.SSLProtocolPermission
Returns the hash code value for this object.
HEAD - Static variable in interface javax.microedition.io.HttpConnection
HTTP Head method.
HTTP_ACCEPTED - Static variable in interface javax.microedition.io.HttpConnection
202: The request has been accepted for processing, but the processing has not been completed.
HTTP_BAD_GATEWAY - Static variable in interface javax.microedition.io.HttpConnection
502: The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
HTTP_BAD_METHOD - Static variable in interface javax.microedition.io.HttpConnection
405: The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
HTTP_BAD_REQUEST - Static variable in interface javax.microedition.io.HttpConnection
400: The request could not be understood by the server due to malformed syntax.
HTTP_CLIENT_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
408: The client did not produce a request within the time that the server was prepared to wait.
HTTP_CONFLICT - Static variable in interface javax.microedition.io.HttpConnection
409: The request could not be completed due to a conflict with the current state of the resource.
HTTP_CREATED - Static variable in interface javax.microedition.io.HttpConnection
201: The request has been fulfilled and resulted in a new resource being created.
HTTP_ENTITY_TOO_LARGE - Static variable in interface javax.microedition.io.HttpConnection
413: The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
HTTP_EXPECT_FAILED - Static variable in interface javax.microedition.io.HttpConnection
417: The expectation given in an Expect request-header field could not be met by this server, or, if the server is a proxy, the server has unambiguous evidence that the request could not be met by the next-hop server.
HTTP_FORBIDDEN - Static variable in interface javax.microedition.io.HttpConnection
403: The server understood the request, but is refusing to fulfill it.
HTTP_GATEWAY_TIMEOUT - Static variable in interface javax.microedition.io.HttpConnection
504: The server, while acting as a gateway or proxy, did not receive a timely response from the upstream server specified by the URI or some other auxiliary server it needed to access in attempting to complete the request.
HTTP_GONE - Static variable in interface javax.microedition.io.HttpConnection
410: The requested resource is no longer available at the server and no forwarding address is known.
HTTP_INTERNAL_ERROR - Static variable in interface javax.microedition.io.HttpConnection
500: The server encountered an unexpected condition which prevented it from fulfilling the request.
HTTP_LENGTH_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
411: The server refuses to accept the request without a defined Content- Length.
HTTP_MOVED_PERM - Static variable in interface javax.microedition.io.HttpConnection
301: The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
HTTP_MOVED_TEMP - Static variable in interface javax.microedition.io.HttpConnection
302: The requested resource resides temporarily under a different URI.
HTTP_MULT_CHOICE - Static variable in interface javax.microedition.io.HttpConnection
300: The requested resource corresponds to any one of a set of representations, each with its own specific location, and agent- driven negotiation information is being provided so that the user (or user agent) can select a preferred representation and redirect its request to that location.
HTTP_NO_CONTENT - Static variable in interface javax.microedition.io.HttpConnection
204: The server has fulfilled the request but does not need to return an entity-body, and might want to return updated meta-information.
HTTP_NOT_ACCEPTABLE - Static variable in interface javax.microedition.io.HttpConnection
406: The resource identified by the request is only capable of generating response entities which have content characteristics not acceptable according to the accept headers sent in the request.
HTTP_NOT_AUTHORITATIVE - Static variable in interface javax.microedition.io.HttpConnection
203: The returned meta-information in the entity-header is not the definitive set as available from the origin server.
HTTP_NOT_FOUND - Static variable in interface javax.microedition.io.HttpConnection
404: The server has not found anything matching the Request-URI.
HTTP_NOT_IMPLEMENTED - Static variable in interface javax.microedition.io.HttpConnection
501: The server does not support the functionality required to fulfill the request.
HTTP_NOT_MODIFIED - Static variable in interface javax.microedition.io.HttpConnection
304: If the client has performed a conditional GET request and access is allowed, but the document has not been modified, the server SHOULD respond with this status code.
HTTP_OK - Static variable in interface javax.microedition.io.HttpConnection
200: The request has succeeded.
HTTP_PARTIAL - Static variable in interface javax.microedition.io.HttpConnection
206: The server has fulfilled the partial GET request for the resource.
HTTP_PAYMENT_REQUIRED - Static variable in interface javax.microedition.io.HttpConnection
402: This code is reserved for future use.
HTTP_PRECON_FAILED - Static variable in interface javax.microedition.io.HttpConnection
412: The precondition given in one or more of the request-header fields evaluated to false when it was tested on the server.
HTTP_PROXY_AUTH - Static variable in interface javax.microedition.io.HttpConnection
407: This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
HTTP_REQ_TOO_LONG - Static variable in interface javax.microedition.io.HttpConnection
414: The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
HTTP_RESET - Static variable in interface javax.microedition.io.HttpConnection
205: The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
HTTP_SEE_OTHER - Static variable in interface javax.microedition.io.HttpConnection
303: The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
HTTP_TEMP_REDIRECT - Static variable in interface javax.microedition.io.HttpConnection
307: The requested resource resides temporarily under a different URI.
HTTP_UNAUTHORIZED - Static variable in interface javax.microedition.io.HttpConnection
401: The request requires user authentication.
HTTP_UNAVAILABLE - Static variable in interface javax.microedition.io.HttpConnection
503: The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
HTTP_UNSUPPORTED_RANGE - Static variable in interface javax.microedition.io.HttpConnection
416: A server SHOULD return a response with this status code if a request included a Range request-header field, and none of the range-specifier values in this field overlap the current extent of the selected resource, and the request did not include an If-Range request-header field.
HTTP_UNSUPPORTED_TYPE - Static variable in interface javax.microedition.io.HttpConnection
415: The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
HTTP_USE_PROXY - Static variable in interface javax.microedition.io.HttpConnection
305: The requested resource MUST be accessed through the proxy given by the Location field.
HTTP_VERSION - Static variable in interface javax.microedition.io.HttpConnection
505: The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
HttpConnection - Interface in javax.microedition.io
This interface defines the necessary methods and constants for an HTTP connection.
HttpProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "http" protocol.
HttpProtocolPermission(String) - Constructor for class javax.microedition.io.HttpProtocolPermission
Creates a new HttpProtocolPermission with the specified URI as its name.
HttpsConnection - Interface in javax.microedition.io
This interface defines the necessary methods and constants to establish a secure network connection.
HttpsProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "https" protocol.
HttpsProtocolPermission(String) - Constructor for class javax.microedition.io.HttpsProtocolPermission
Creates a new HttpsProtocolPermission with the specified URI as its name.

I

implies(Permission) - Method in class javax.microedition.io.CommProtocolPermission
Checks if this CommProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.DatagramProtocolPermission
Checks if this DatagramProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.DTLSProtocolPermission
Checks if this DTLSProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.FileProtocolPermission
Checks if this FileProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.HttpProtocolPermission
Checks if this HttpProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.HttpsProtocolPermission
Checks if this HttpsProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.MulticastProtocolPermission
Checks if this MulticastProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.SocketProtocolPermission
Checks if this SocketProtocolPermission object "implies" the specified permission.
implies(Permission) - Method in class javax.microedition.io.SSLProtocolPermission
Checks if this SSLProtocolPermission object "implies" the specified permission.
INAPPROPRIATE_KEY_USAGE - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate public key has been used in way deemed inappropriate by the issuer.
INPUT_MODE - Static variable in interface javax.microedition.io.ModemConnection
Signal line is in input mode.
InputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an input stream connection must have.
isConnected() - Method in class javax.microedition.io.AccessPoint
Checks whether this AccessPoint is connected.
isDisableLoopback() - Method in interface javax.microedition.io.UDPMulticastConnection
Get the setting for local loopback of multicast datagrams.
isJoinSupported() - Method in interface javax.microedition.io.UDPMulticastConnection
Query whether the multicast stack supports joining a multicast group.
isProtocolSupported(String, boolean) - Static method in class javax.microedition.io.Connector
Returns the supported status of a protocol.
isReachable(String, int, int) - Static method in class javax.microedition.io.NetworkUtilities
Test whether that host is reachable.
isRemovable() - Method in class javax.microedition.io.AccessPoint
Checks if this AccessPoint can be removed.
isRoaming() - Method in class javax.microedition.io.NetworkInterface
Returns whether the NetworkInterface is roaming or not.

J

javax.microedition.io - package javax.microedition.io
The Generic Connection Framework provides a simplified I/O mechanism.
javax.microedition.pki - package javax.microedition.pki
Certificates are used to authenticate information for secure connections.
join(String) - Method in interface javax.microedition.io.UDPMulticastConnection
Join the multicast host group specified by group.

K

KEEPALIVE - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the keep alive feature (2).

L

leave(String) - Method in interface javax.microedition.io.UDPMulticastConnection
Leave a multicast host group specified by group.
LINGER - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the linger time to wait in seconds before closing a connection with pending data output (1).

M

MISSING_SIGNATURE - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate object does not contain a signature.
ModemConnection - Interface in javax.microedition.io
Abstraction of a modem interface which allows to monitor and control the signal lines on a serial interface.
ModemListener - Interface in javax.microedition.io
Listener that is notified on changes to a control line of a ModemConnection.
MulticastProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "multicast" protocol.
MulticastProtocolPermission(String) - Constructor for class javax.microedition.io.MulticastProtocolPermission
Creates a new MulticastProtocolPermission with the specified URI as its name.

N

NetworkInterface - Class in javax.microedition.io
NetworkInterface represents the network connection point for AccessPoints.
NetworkUtilities - Class in javax.microedition.io
This class provides utility functions for name lookup, reverse name lookup and for testing the reachability of a host (ping).
newDatagram(int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(int, String) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newDatagram(byte[], int, String) - Method in interface javax.microedition.io.DatagramConnection
Create a new datagram object.
newPermissionCollection() - Method in class javax.microedition.io.CommProtocolPermission
Returns a new PermissionCollection for storing CommProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.DatagramProtocolPermission
Returns a new PermissionCollection for storing DatagramProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.DTLSProtocolPermission
Returns a new PermissionCollection for storing DTLSProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.FileProtocolPermission
Returns a new PermissionCollection for storing FileProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.HttpProtocolPermission
Returns a new PermissionCollection for storing HttpProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.HttpsProtocolPermission
Returns a new PermissionCollection for storing HttpsProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.MulticastProtocolPermission
Returns a new PermissionCollection for storing MulticastProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.SocketProtocolPermission
Returns a new PermissionCollection for storing SocketProtocolPermission objects.
newPermissionCollection() - Method in class javax.microedition.io.SSLProtocolPermission
Returns a new PermissionCollection for storing SSLProtocolPermission objects.
NOT_YET_VALID - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate is not yet valid.
notifyEvent(AccessPoint, int) - Method in interface javax.microedition.io.AccessPointListener
Called when a state change occurs on the AccessPoint.

O

of(String, ConnectionOption...) - Static method in class javax.microedition.io.AccessPoint
Returns an AccessPoint for a network type with the required ConnectionOptions.
open(String) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, ConnectionOption<?>...) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int, ConnectionOption<?>...) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int, boolean) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
open(String, int, boolean, ConnectionOption<?>...) - Static method in class javax.microedition.io.Connector
Create and open a Connection.
openDataInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openDataInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return a data input stream for a connection.
openDataOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openDataOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return a data output stream for a connection.
openInputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection input stream.
openInputStream() - Method in interface javax.microedition.io.InputConnection
Open and return an input stream for a connection.
openOutputStream(String) - Static method in class javax.microedition.io.Connector
Create and open a connection output stream.
openOutputStream() - Method in interface javax.microedition.io.OutputConnection
Open and return an output stream for a connection.
OPTIONS - Static variable in interface javax.microedition.io.HttpConnection
HTTP Options method.
OUTPUT_MODE - Static variable in interface javax.microedition.io.ModemConnection
Signal line is in output mode.
OutputConnection - Interface in javax.microedition.io
This interface defines the capabilities that an output stream connection must have.

P

POST - Static variable in interface javax.microedition.io.HttpConnection
HTTP Post method.
PUT - Static variable in interface javax.microedition.io.HttpConnection
HTTP Put method.

R

RCVBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the receiving buffer (3).
READ - Static variable in class javax.microedition.io.Connector
Access mode READ.
READ_WRITE - Static variable in class javax.microedition.io.Connector
Access mode READ_WRITE.
receive(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Receive a datagram.
receive(Datagram) - Method in interface javax.microedition.io.UDPMulticastConnection
Receive a multicast datagram.
remove(AccessPoint) - Static method in class javax.microedition.io.AccessPoint
Remove the AccessPoint.
removeListener(AccessPointListener) - Method in class javax.microedition.io.AccessPoint
Removes the AccessPointListener.
removeListener(ModemListener) - Method in interface javax.microedition.io.ModemConnection
Remove a listener.
reset() - Method in interface javax.microedition.io.Datagram
Zero the read/write pointer as well as the offset and length state variables.
RI_SIGNAL - Static variable in interface javax.microedition.io.ModemConnection
Ring Indicator (RING)
ROOT_CA_EXPIRED - Static variable in exception javax.microedition.pki.CertificateException
Indicates the root CA's public key is expired.

S

SecureConnection - Interface in javax.microedition.io
This interface defines the secure socket stream connection.
SecureDatagramConnection - Interface in javax.microedition.io
This interface defines the secure datagram connection.
SecureServerConnection - Interface in javax.microedition.io
This interface defines the secure server socket connection.
SecurityInfo - Interface in javax.microedition.io
This interface defines methods to access information about a secure network connection.
send(Datagram) - Method in interface javax.microedition.io.DatagramConnection
Send a datagram.
send(Datagram) - Method in interface javax.microedition.io.UDPMulticastConnection
Send a datagram to a multicast group.
ServerSocketConnection - Interface in javax.microedition.io
This interface defines the server socket stream connection.
setAddress(String) - Method in interface javax.microedition.io.Datagram
Set datagram address.
setAddress(Datagram) - Method in interface javax.microedition.io.Datagram
Set datagram address, copying the address from another datagram.
setBaudRate(int) - Method in interface javax.microedition.io.CommConnection
Sets the baudrate for the serial port connection.
setData(byte[], int, int) - Method in interface javax.microedition.io.Datagram
Set the buffer, offset and length state variables.
setDisableLoopback(boolean) - Method in interface javax.microedition.io.UDPMulticastConnection
Disable/Enable local loopback of multicast datagrams.
setLength(int) - Method in interface javax.microedition.io.Datagram
Set the length state variable.
setLineState(int, boolean) - Method in interface javax.microedition.io.ModemConnection
Set the state of the signal line of the serial port.
setRequestMethod(String) - Method in interface javax.microedition.io.HttpConnection
Set the method for the URL request, one of: GET POST HEAD PUT DELETE OPTIONS TRACE CONNECT extension-method (as defined in RFC2616) are legal, subject to protocol restrictions.
setRequestProperty(String, String) - Method in interface javax.microedition.io.HttpConnection
Sets the general request property.
setSocketOption(byte, int) - Method in interface javax.microedition.io.SocketConnection
Set a socket option for the connection.
setTimeout(int) - Method in class javax.microedition.io.AccessPoint
Set the timeout for this AccessPoint.
setTimeToLive(int) - Method in interface javax.microedition.io.UDPMulticastConnection
Set the default time-to-live (TTL) for multicast packets sent on this UDPMulticastConnection in order to control the scope of the multicasts.
signalChanged(ModemConnection, int, boolean) - Method in interface javax.microedition.io.ModemListener
This method is called on any change of the corresponding signal line of the serial interface.
SITENAME_MISMATCH - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate does not contain the correct site name.
SNDBUF - Static variable in interface javax.microedition.io.SocketConnection
Socket option for the size of the sending buffer (4).
SocketConnection - Interface in javax.microedition.io
This interface defines the socket stream connection.
SocketProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "socket" protocol.
SocketProtocolPermission(String) - Constructor for class javax.microedition.io.SocketProtocolPermission
Creates a new SocketProtocolPermission with the specified URI as its name.
SSLProtocolPermission - Class in javax.microedition.io
This class represents access rights to connections via the "ssl" protocol.
SSLProtocolPermission(String) - Constructor for class javax.microedition.io.SSLProtocolPermission
Creates a new SSLProtocolPermission with the specified URI as its name.
StreamConnection - Interface in javax.microedition.io
This interface defines the capabilities that a stream connection must have.
StreamConnectionNotifier - Interface in javax.microedition.io
This interface defines the capabilities that a connection notifier must have.
supportsConcurrentAccessPoints() - Method in class javax.microedition.io.NetworkInterface
Returns a boolean indicating that the NetworkInterface allows more than one AccessPoint to be concurrently connected.

T

TIMEOUT - Static variable in interface javax.microedition.io.SocketConnection
Socket option for a timeout on a blocking read or write operation.
TRACE - Static variable in interface javax.microedition.io.HttpConnection
HTTP Trace method.

U

UDPDatagramConnection - Interface in javax.microedition.io
This interface defines a datagram connection which knows it's local end point address.
UDPMulticastConnection - Interface in javax.microedition.io
UDPMulticastConnection defines a multicast datagram connection bound to an IP multicast host group.
UNAUTHORIZED_INTERMEDIATE_CA - Static variable in exception javax.microedition.pki.CertificateException
Indicates an intermediate certificate in the chain does not have the authority to be a intermediate CA.
UNRECOGNIZED_ISSUER - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate was issued by an unrecognized entity.
UNSUPPORTED - Static variable in interface javax.microedition.io.ModemConnection
Signal line is not supported.
UNSUPPORTED_PUBLIC_KEY_TYPE - Static variable in exception javax.microedition.pki.CertificateException
Indicates that type of the public key in a certificate is not supported by the device.
UNSUPPORTED_SIGALG - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate was signed using an unsupported algorithm.

V

VERIFICATION_FAILED - Static variable in exception javax.microedition.pki.CertificateException
Indicates a certificate failed verification.

W

WRITE - Static variable in class javax.microedition.io.Connector
Access mode WRITE.
A B C D E F G H I J K L M N O P R S T U V W 
GCF 8 (b75)
10-February-2014 08:32

Copyright (c) 2014, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.

ing HT