|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
ExecutorService
execution methods.Queue
operations.i.
i.
Policy object to instantiate new Permission
objects.
Deque interface.boolean value that may be updated atomically.AtomicBoolean with the given initial value.
AtomicBoolean with initial value false.
int value that may be updated atomically.0.
int array in which elements may be updated atomically.long value that may be updated atomically.0.
long array in which elements may be updated atomically.AtomicMarkableReference maintains an object reference
along with a mark bit, that can be updated atomically.AtomicMarkableReference with the given
initial values.
AtomicStampedReference maintains an object reference
along with an integer "stamp", that can be updated atomically.AtomicStampedReference with the given
initial values.
== to the expected
reference.
== to the expected
reference.
Base64.Base64InputStream will read data from another
java.io.InputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly.Base64.Base64InputStream in DECODE mode.
Base64.Base64InputStream in either ENCODE or
DECODE mode.
Base64.Base64OutputStream will write data to another
java.io.OutputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly.Base64.Base64OutputStream in ENCODE mode.
Base64.Base64OutputStream in either ENCODE or
DECODE mode.
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly.Base64.InputStream in DECODE mode.
Base64.InputStream in either ENCODE or DECODE
mode.
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly.Base64.OutputStream in ENCODE mode.
Base64.OutputStream in either ENCODE or DECODE
mode.
Deque that additionally supports blocking operations that wait
for the deque to become non-empty when retrieving an element, and wait for
space to become available in the deque when storing an element.Queue that additionally supports operations
that wait for the queue to become non-empty when retrieving an
element, and wait for space to become available in the queue when
storing an element.Callable object that, when
called, runs the given task and returns the given result.
Callable object that, when
called, runs the given task and returns null.
Callable object that, when
called, runs the given privileged action and returns its result.
Callable object that, when
called, runs the given privileged exception action and returns
its result.
FutureTask, cannot be retrieved because the task
was cancelled.null if there is no such element.
null if
there is no such key.
null if there is no such key.
java.lang.Object.clone
method to return a copy of this cookie.
Collections with methods added in Java 5.0
and higher.== the expected value.
== the expected value.
i to the given
updated value if the current value == the expected value.
== the expected value.
== the expected value.
== to the expected reference
and the current mark is equal to the expected mark.
== the expected value.
i to the given
updated value if the current value == the expected value.
== to the expected reference
and the current stamp is equal to the expected stamp.
Map providing additional atomic
putIfAbsent, remove, and replace methods.ConcurrentMap supporting NavigableMap operations,
and recursively so for its navigable sub-maps.ConcurrentNavigableMap implementation.NavigableSet implementation based on
a ConcurrentSkipListMap.Condition factors out the Object monitor
methods (wait, notify
and notifyAll) into distinct objects to
give the effect of having multiple wait-sets per object, by
combining them with the use of arbitrary Lock implementations.ConfigurationAdminConfigurationAdminConfigurationConfiguration implementationtrue if this queue contains the specified element.
Set that uses an internal CopyOnWriteArrayList
for all of its operations.CountDownLatch initialized with the given count.
i.
i.
Delayed instances.
Configuration
NavigableSet view of the keys contained in this map.
NavigableSet view of the keys contained in this map.
service method)
to allow a servlet to handle a DELETE request.
doFilter method of the Filter is called by the container
each time a request/response pair is passed through the chain due
to a client request for a resource at the end of the chain.
service method) to
allow a servlet to handle a GET request.
service method and handles the
request.
service method)
to allow a servlet to handle a OPTIONS request.
service method)
to allow a servlet to handle a POST request.
service method)
to allow a servlet to handle a PUT request.
service method)
to allow a servlet to handle a TRACE request.
2.718281828459045.
sendRedirect method or, if encoding is not needed,
returns the URL unchanged.
Set view of the mappings contained in this map.
Set view of the mappings contained in this map.
interrupted),
and then transfers the given object to it, receiving its object
in return.
interrupted or
the specified waiting time elapses), and then transfers the given
object to it, receiving its object in return.
Runnable tasks.CompletionService that uses a supplied Executor
to execute tasks.LinkedBlockingQueue as a completion queue.
Executor, ExecutorService, ScheduledExecutorService, ThreadFactory, and Callable classes defined in this
package.Executor that provides methods to manage termination and
methods that can produce a Future for tracking progress of
one or more asynchronous tasks.doFilter method.null if the map is empty.
null if there is no such element.
null if there
is no such key.
null if there is no such key.
i.
i.
i.
null if this map contains no mapping for the key.
null if this map contains no mapping for the key.
i.
i.
i.
i.
i.
i.
i to the given
value and returns the old value.
i to the given value
and returns the old value.
i to the given
value and returns the old value.
null if no object is bound under the name.
null if there is no attribute by that name.
Object,
or null if no attribute of the given name exists.
Enumeration of String objects
containing the names of all the objects bound to this session.
Enumeration containing the
attribute names available
within this servlet context.
Enumeration containing the
names of the attributes available to this request.
null if the cookie has no comment.
null if the type is not known.
ServletContext object that
corresponds to a specified URL on the server.
Cookie
objects the client sent with this request.
long value that represents a
Date object.
String.
Enumeration of String objects.
Enumeration and will be removed
in a future version of this API.
String containing the value of the
named initialization parameter, or null if
the parameter does not exist.
String containing the value of the named
initialization parameter, or null if the parameter does
not exist.
String containing the value of the
named initialization parameter, or null if
the parameter does not exist.
String containing the value of the named
context-wide initialization parameter, or null if the
parameter does not exist.
Enumeration of String objects,
or an empty Enumeration if the servlet has
no initialization parameters.
Enumeration of String objects,
or an empty Enumeration if the servlet has no
initialization parameters.
Enumeration of String objects,
or an empty Enumeration if the servlet has
no initialization parameters.
Enumeration of String objects, or an
empty Enumeration if the context has no initialization
parameters.
ServletInputStream.
getInstalledBundles()
was run.
int.
HttpServletRequest
object was last modified,
in milliseconds since midnight January 1, 1970 GMT.
Locale that the client will
accept content in, based on the Accept-Language header.
Enumeration of Locale objects
indicating, in decreasing order starting with the preferred locale, the
locales that are acceptable to the client based on the Accept-Language
header.
-1 indicating the cookie will persist
until browser shutdown.
null if
the MIME type is not known.
IModuleProperty elements.
RequestDispatcher object that acts
as a wrapper for the named servlet.
ServletOutputStream suitable for writing binary
data in the response.
null if not owned.
null if not owned.
String,
or null if the parameter does not exist.
Enumeration of String
objects containing the names of the parameters contained
in this request.
String objects containing
all of the values the given request parameter has, or
null if the parameter does not exist.
BufferedReader.
String containing the real path
for a given virtual path.
ServletContext.getRealPath(java.lang.String) instead.
null if the user
has not been authenticated.
RequestDispatcher object that acts
as a wrapper for the resource located at the given path.
RequestDispatcher object that acts as a wrapper for
the resource located at the given path.
HttpServletRequest object.
InputStream object.
http, https, or ftp.
true if the browser is sending cookies
only over a secure protocol, or false if the
browser can send cookies using any protocol.
This method was originally defined to retrieve a servlet
from a ServletContext. In this version, this method
always returns null and remains only to preserve
binary compatibility. This method will be permanently removed
in a future version of the Java Servlet API.
In lieu of this method, servlets can share information using the
ServletContext class and can perform shared business logic
by invoking methods on common non-servlet classes.
ServletConfig object.
ServletConfig object, which contains
initialization and startup parameters for this servlet.
ServletContext in which the caller
is executing.
ServletContext in which this servlet
is running.
ServletContext in which the caller
is executing.
This method was originally defined to return an
Enumeration
of all the servlet names known to this context. In this version,
this method always returns an empty Enumeration and
remains only to preserve binary compatibility. This method will
be permanently removed in a future version of the Java Servlet API.
This method was originally defined to return an Enumeration
of all the servlets known to this servlet context. In this
version, this method always returns an empty enumeration and
remains only to preserve binary compatibility. This method
will be permanently removed in a future version of the Java
Servlet API.
HttpSession
associated with this request or, if if there is no
current session and create is true, returns
a new session.
java.security.Principal object containing
the name of the current authenticated user.
HttpSession.getAttribute(java.lang.String).
HttpSession.getAttributeNames()
IModlet this factory creates.
PrintWriter object that
can send character text to the client.
inclusive is true) toKey.
inclusive is true) toElement.
null if there is no such element.
null if there
is no such key.
null if there is no such key.
ServletRequest interface
to provide request information for HTTP servlets.ServletResponse interface to provide HTTP-specific
functionality in sending a response.HttpSessionBindingListener when it is bound or
unbound from a session, or to a HttpSessionAttributeListener
that has been configured in the deployment descriptor when any attribute is
bound, unbound or replaced in a session.HttpUtils object.
ButtonEvents from a
IButtonEventProvider.IMotionSubject to be notified when motion events occur.i.
i.
super.init(config).
true if this lock has fairness set true.
true if this lock has fairness set true.
true if this semaphore has fairness set true.
true if the client does not yet know about the
session or if the client chooses not to join the session.
boolean indicating
whether the servlet is permanently unavailable.
HttpServletRequest.isRequestedSessionIdFromURL()
instead.
Set view of the keys contained in this map.
NavigableSet view of the keys contained in this map.
NavigableSet view of the keys contained in this map.
null if the map is empty.
i to the given value.
i to the given value.
i to the given value.
Integer.MAX_VALUE.
Integer.MAX_VALUE, ini