All Classes Interface Summary Class Summary Enum Summary Exception Summary Error Summary Annotation Types Summary
| Class |
Description |
| AntCompiler |
Main JSP compiler class.
|
| AntCompiler.JasperAntLogger |
|
| AntCompiler.SystemLogHandler |
|
| ArithmeticNode |
|
| ArrayELResolver |
|
| AstAnd |
|
| AstAssign |
|
| AstBracketSuffix |
|
| AstChoice |
|
| AstCompositeExpression |
|
| AstConcatenation |
|
| AstDeferredExpression |
|
| AstDiv |
|
| AstDotSuffix |
|
| AstDynamicExpression |
|
| AstEmpty |
|
| AstEqual |
|
| AstFalse |
|
| AstFloatingPoint |
|
| AstFunction |
|
| AstGreaterThan |
|
| AstGreaterThanEqual |
|
| AstIdentifier |
|
| AstInteger |
|
| AstLambdaExpression |
|
| AstLambdaParameters |
|
| AstLessThan |
|
| AstLessThanEqual |
|
| AstListData |
|
| AstLiteralExpression |
|
| AstMapData |
|
| AstMapEntry |
|
| AstMethodParameters |
|
| AstMinus |
|
| AstMod |
|
| AstMult |
|
| AstNegative |
|
| AstNot |
|
| AstNotEqual |
|
| AstNull |
|
| AstOr |
|
| AstPlus |
|
| AstSemicolon |
|
| AstSetData |
|
| AstString |
|
| AstTrue |
|
| AstValue |
|
| AstValue.Target |
|
| AsyncContext |
Provides the context for asynchronous request handling
|
| AsyncEvent |
|
| AsyncListener |
|
| AttributeParser |
Converts a JSP attribute value into the unquoted equivalent.
|
| BeanELResolver |
|
| BeanNameELResolver |
|
| BeanNameResolver |
Base implementation that provides a minimal default implementation that is
intended to be extended by application developers.
|
| BeanRepository |
Repository of {page, request, session, application}-scoped beans
|
| BodyContent |
An encapsulation of the evaluation of the body of an action so it is
available to a tag handler.
|
| BodyContentImpl |
Write text to a character-output stream, buffering characters so as
to provide for the efficient writing of single characters, arrays,
and strings.
|
| BodyTag |
The BodyTag interface extends IterationTag by defining additional methods
that let a tag handler manipulate the content of evaluating its body.
|
| BodyTagSupport |
A base class for defining tag handlers implementing BodyTag.
|
| BooleanNode |
|
| Catch |
|
| Choose |
|
| Compiler |
Main JSP compiler class.
|
| CompositeELResolver |
|
| ConcurrentCache<K,V> |
|
| Constants |
Some constants and other global data that are used by the compiler and the runtime.
|
| ContextBind |
|
| Cookie |
Creates a cookie, a small amount of information sent by a servlet to a Web
browser, saved by the browser, and later sent back to the server.
|
| DispatcherType |
Enumeration of dispatcher types.
|
| DynamicAttributes |
For a tag to declare that it accepts dynamic attributes, it must implement
this interface.
|
| ELArithmetic |
A helper class of Arithmetic defined by the EL Specification
|
| ELArithmetic.BigDecimalDelegate |
|
| ELArithmetic.BigIntegerDelegate |
|
| ELArithmetic.DoubleDelegate |
|
| ELArithmetic.LongDelegate |
|
| ELClass |
|
| ELContext |
|
| ELContextEvent |
|
| ELContextImpl |
Implementation of ELContext
|
| ELContextListener |
|
| ELContextWrapper |
Simple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappers
|
| ELException |
Represents any of the exception conditions that can arise during expression
evaluation.
|
| ELException |
Deprecated.
|
| ELFunctionMapper |
This class generates functions mappers for the EL expressions in the page.
|
| ELInterpreter |
Defines the interface for the expression language interpreter.
|
| ELInterpreterFactory |
|
| ELInterpreterFactory.DefaultELInterpreter |
|
| ELInterpreterTagSetters |
A non-specification compliant ELInterpreter that optimizes a subset
of setters for tag attributes.
|
| ELManager |
|
| ELParseException |
Deprecated.
|
| ELParser |
|
| ELParser |
This class implements a parser for EL expressions.
|
| ELParserConstants |
Token literal values and constants.
|
| ELParserTokenManager |
Token Manager.
|
| ELParserTreeConstants |
|
| ELProcessor |
|
| ELResolver |
|
| ELResolverImpl |
Deprecated. |
| ELSupport |
A helper class that implements the EL Specification
|
| EmbeddedServletOptions |
A class to hold all init parameters specific to the JSP engine.
|
| ErrorData |
Contains information about an error, for error pages.
|
| ErrorDispatcher |
Class responsible for dispatching JSP parse and javac compilation errors
to the configured error handler.
|
| ErrorHandler |
Interface for handling JSP parse and javac compilation errors.
|
| EvaluationContext |
|
| EvaluationListener |
|
| ExceptionUtils |
Utilities for handling Throwables and Exceptions.
|
| Expression |
|
| Expression |
Deprecated.
|
| ExpressionBuilder |
|
| ExpressionEvaluator |
Deprecated.
|
| ExpressionEvaluatorImpl |
Deprecated. |
| ExpressionFactory |
|
| ExpressionFactoryImpl |
|
| ExpressionImpl |
Deprecated. |
| FastRemovalDequeue<T> |
The FastRemovalDequeue is a Dequeue that supports constant time removal of
entries.
|
| Filter |
A filter is an object that performs filtering tasks on either the request to
a resource (a servlet or static content), or on the response from a resource,
or both.
|
| FilterChain |
A FilterChain is an object provided by the servlet container to the developer
giving a view into the invocation chain of a filtered request for a resource.
|
| FilterConfig |
A filter configuration object used by a servlet container to pass information
to a filter during initialization.
|
| FilterRegistration |
Interface through which a Filter may be further configured.
|
| FilterRegistration.Dynamic |
Interface through which a Filter registered via one of the addFilter
methods on ServletContext may be further configured.
|
| ForEach |
|
| ForTokens |
|
| FunctionInfo |
Information for a function in a Tag Library.
|
| FunctionMapper |
|
| FunctionMapper |
Deprecated.
|
| FunctionMapperFactory |
|
| FunctionMapperImpl |
|
| FunctionMapperImpl |
Deprecated. |
| FunctionMapperImpl.Function |
|
| GenericFilter |
Provides a base class that implements the Filter and FilterConfig interfaces
to reduce boilerplate when writing new filters.
|
| GenericServlet |
Defines a generic, protocol-independent servlet.
|
| HandlesTypes |
|
| HttpConstraint |
This annotation represents the security constraints that are applied to all
requests with HTTP protocol method types that are not otherwise represented
by a corresponding HttpMethodConstraint in a
ServletSecurity annotation.
|
| HttpConstraintElement |
Equivalent of HttpConstraint for
programmatic configuration of security constraints.
|
| HttpFilter |
Provides a base class that implements the Filter interface and ensures
that the Request and Response are of type HttpServletRequest and
HttpServletResponse respectively.
|
| HttpJspBase |
This is the super class of all JSP-generated servlets.
|
| HttpJspPage |
The HttpJspPage interface describes the interaction that a JSP Page
Implementation Class must satisfy when using the HTTP protocol.
|
| HttpMethodConstraint |
Specific security constraints can be applied to different types of request,
differentiated by the HTTP protocol method type by using this annotation
inside the ServletSecurity annotation.
|
| HttpMethodConstraintElement |
Programmatic equivalent of a security constraint defined for a single HTTP
method.
|
| HttpServlet |
Provides an abstract class to be subclassed to create
an HTTP servlet suitable for a Web site.
|
| HttpServletMapping |
Represents how the request from which this object was obtained was mapped to
the associated servlet.
|
| HttpServletRequest |
Extends the ServletRequest interface to provide request
information for HTTP servlets.
|
| HttpServletRequestWrapper |
Provides a convenient implementation of the HttpServletRequest interface that
can be subclassed by developers wishing to adapt the request to a Servlet.
|
| HttpServletResponse |
Extends the ServletResponse interface to provide HTTP-specific
functionality in sending a response.
|
| HttpServletResponseWrapper |
Provides a convenient implementation of the HttpServletResponse interface
that can be subclassed by developers wishing to adapt the response from a
Servlet.
|
| HttpSession |
Provides a way to identify a user across more than one page request or visit
to a Web site and to store information about that user.
|
| HttpSessionActivationListener |
Objects that are bound to a session may listen to container events notifying
them that sessions will be passivated and that session will be activated.
|
| HttpSessionAttributeListener |
This listener interface can be implemented in order to get notifications of
changes to the attribute lists of sessions within this web application.
|
| HttpSessionBindingEvent |
Events of this type are either sent to an object that implements
HttpSessionBindingListener when it is bound or unbound from a
session, or to an HttpSessionAttributeListener that has been
configured in the deployment descriptor when any attribute is bound, unbound
or replaced in a session.
|
| HttpSessionBindingListener |
Causes an object to be notified when it is bound to or unbound from a
session.
|
| HttpSessionContext |
Deprecated.
|
| HttpSessionEvent |
This is the class representing event notifications for changes to sessions
within a web application.
|
| HttpSessionIdListener |
Implementations of this interface are notified when an HttpSession's
ID changes.
|
| HttpSessionListener |
Implementations of this interface are notified of changes to the list of
active sessions in a web application.
|
| HttpUpgradeHandler |
Interface between the HTTP upgrade process and the new protocol.
|
| HttpUtils |
Deprecated.
|
| If |
|
| ImplicitObjectELResolver |
Provides resolution in EL for the implicit variables of a JSP page.
|
| Import |
|
| ImportHandler |
|
| InstanceManager |
|
| InstanceManagerBindings |
|
| InstanceManagerFactory |
|
| InstrumentableClassLoader |
Specifies a class loader capable of being decorated with
ClassFileTransformers.
|
| IterationTag |
The IterationTag interface extends Tag by defining one additional
method that controls the reevaluation of its body.
|
| Jar |
Provides an abstraction for use by the various classes that need to scan
JARs.
|
| JarScanFilter |
|
| JarScanner |
Scans a web application and classloader hierarchy for JAR files.
|
| JarScannerCallback |
This interface is implemented by clients of the JarScanner to enable
them to receive notification of a discovered JAR.
|
| JarScannerFactory |
Provide a mechanism for Jasper to obtain a reference to the JarScanner
implementation.
|
| JarScanType |
|
| JasperELResolver |
Jasper-specific CompositeELResolver that optimizes certain functions to avoid
unnecessary resolver calls.
|
| JasperException |
Base class for all exceptions generated by the JSP engine.
|
| JasperInitializer |
Initializer for the Jasper JSP Engine.
|
| JasperLoader |
Class loader for loading servlet class files (corresponding to JSP files)
and tag handler class files (corresponding to tag files).
|
| JavacErrorDetail |
Class providing details about a javac compilation error.
|
| JDTCompiler |
JDT class compiler.
|
| JJTELParserState |
|
| JreCompat |
|
| JspApplicationContext |
Stores application-scoped information for the JSP container.
|
| JspApplicationContextImpl |
Implementation of JspApplicationContext
|
| JspC |
Shell for the jspc compiler.
|
| JspCompilationContext |
A place holder for various things that are used through out the JSP
engine.
|
| JspConfig |
Handles the jsp-config element in WEB_INF/web.xml.
|
| JspConfig.JspProperty |
|
| JspConfig.JspPropertyGroup |
|
| JspConfigDescriptor |
This interface exposes the JSP specific configuration information obtain ed
from the deployment descriptors.
|
| JspContext |
JspContext serves as the base class for the
PageContext class and abstracts all information that is not specific
to servlets.
|
| JspContextWrapper |
Implementation of a JSP Context Wrapper.
|
| JspCServletContext |
Simple ServletContext implementation without
HTTP-specific methods.
|
| JspELException |
|
| JspEngineInfo |
The JspEngineInfo is an abstract class that provides information on the
current JSP engine.
|
| JspException |
A generic exception known to the JSP engine; uncaught
JspExceptions will result in an invocation of the errorpage
machinery.
|
| JspFactory |
The JspFactory is an abstract class that defines a number of factory
methods available to a JSP page at runtime for the purposes of creating
instances of various interfaces and classes used to support the JSP
implementation.
|
| JspFactoryImpl |
Implementation of JspFactory.
|
| JspFragment |
Encapsulates a portion of JSP code in an object that
can be invoked as many times as needed.
|
| JspFragmentHelper |
Helper class from which all Jsp Fragment helper classes extend.
|
| JspIdConsumer |
Interface that allows tag handlers to be provided with a unique (within the
scope of the web application) ID.
|
| JspMethodExpression |
|
| JspMethodNotFoundException |
|
| JspPage |
The JspPage interface describes the generic interaction that a JSP Page
Implementation class must satisfy; pages that use the HTTP protocol
are described by the HttpJspPage interface.
|
| JspPropertyGroupDescriptor |
Represents the JSP property groups in the deployment descriptors.
|
| JspPropertyNotFoundException |
|
| JspPropertyNotWritableException |
|
| JspRuntimeContext |
Class for tracking JSP compile time file dependencies when the
>%@include file="..."%< directive is used.
|
| JspRuntimeLibrary |
Bunch of util methods that are used by code generated for useBean,
getProperty and setProperty.
|
| JspServlet |
The JSP engine (a.k.a Jasper).
|
| JspServletWrapper |
The JSP engine (a.k.a Jasper).
|
| JspSourceDependent |
Interface for tracking the source files dependencies, for the purpose
of compiling out of date pages.
|
| JspSourceImports |
The EL engine needs access to the imports used in the JSP page to configure
the ELContext.
|
| JspTag |
Serves as a base class for Tag and SimpleTag.
|
| JspTagException |
Exception to be used by a Tag Handler to indicate some unrecoverable error.
|
| JspUtil |
This class has all the utility method(s).
|
| JspUtil.ValidAttribute |
|
| JspValueExpression |
Wrapper for providing context to ValueExpressions
|
| JspWriter |
The actions and template data in a JSP page is written using the JspWriter
object that is referenced by the implicit variable out which is initialized
automatically using methods in the PageContext object.
|
| JspWriterImpl |
Write text to a character-output stream, buffering characters so as
to provide for the efficient writing of single characters, arrays,
and strings.
|
| LambdaExpression |
|
| ListELResolver |
|
| Localizer |
Class responsible for converting error codes to corresponding localized
error messages.
|
| MapELResolver |
|
| MappingMatch |
Represents the ways that a request can be mapped to a servlet
|
| MessageFactory |
|
| MethodExpression |
|
| MethodExpressionImpl |
An Expression that refers to a method on an object.
|
| MethodExpressionLiteral |
|
| MethodInfo |
|
| MethodNotFoundException |
|
| MultipartConfig |
This annotation is used to indicate that the Servlet on
which it is declared expects requests to made using the
multipart/form-data MIME type.
|
| MultipartConfigElement |
The programmatic equivalent of
MultipartConfig used to configure
multi-part handling for a Servlet when registering a Servlet via code.
|
| NewlineReductionServletWriter |
This class filters duplicate newlines instructions from the compiler output,
and therefore from the runtime JSP.
|
| Node |
|
| NodeVisitor |
|
| Optional |
|
| Options |
A class to hold all init parameters specific to the JSP engine.
|
| Otherwise |
|
| Out |
|
| PageContext |
PageContext extends JspContext to provide useful context information for
when JSP technology is used in a Servlet environment.
|
| PageContextImpl |
Implementation of the PageContext class from the JSP spec.
|
| PageData |
Translation-time information on a JSP page.
|
| Param |
|
| ParseException |
This exception is thrown when parse errors are encountered.
|
| Part |
This class represents a part as uploaded to the server as part of a
multipart/form-data request body.
|
| PeriodicEventListener |
|
| PropertyNotFoundException |
|
| PropertyNotWritableException |
|
| ProtectedFunctionMapper |
Maps EL functions to their Java method counterparts.
|
| PushBuilder |
Builds a push request based on the HttpServletRequest from which this
builder was obtained.
|
| ReadListener |
Receives notification of read events when using non-blocking IO.
|
| Redirect |
|
| ReflectionUtil |
Utilities for Managing Serialization and Reflection
|
| Registration |
Common interface for the registration of Filters and Servlets.
|
| Registration.Dynamic |
Interface through which a Servlet or Filter registered via one of the
addServlet or addFilter methods, respectively, on ServletContext may be
further configured.
|
| Remove |
|
| RequestDispatcher |
Defines an object that receives requests from the client and sends them to
any resource (such as a servlet, HTML file, or JSP file) on the server.
|
| ResourceBundleELResolver |
|
| ScopedAttributeELResolver |
|
| SecurityClassLoad |
Static class used to preload java classes when using the
Java SecurityManager so that the defineClassInPackage
RuntimePermission does not trigger an AccessControlException.
|
| SecurityUtil |
Util class for Security related operations.
|
| Servlet |
Defines methods that all servlets must implement.
|
| ServletConfig |
A servlet configuration object used by a servlet container to pass
information to a servlet during initialization.
|
| ServletContainerInitializer |
ServletContainerInitializers (SCIs) are registered via an entry in the
file META-INF/services/jakarta.servlet.ServletContainerInitializer that must be
included in the JAR file that contains the SCI implementation.
|
| ServletContext |
Defines a set of methods that a servlet uses to communicate with its servlet
container, for example, to get the MIME type of a file, dispatch requests, or
write to a log file.
|
| ServletContextAttributeEvent |
This is the event class for notifications about changes to the attributes of
the servlet context of a web application.
|
| ServletContextAttributeListener |
Implementations of this interface receive notifications of changes to the
attribute list on the servlet context of a web application.
|
| ServletContextEvent |
This is the event class for notifications about changes to the servlet
context of a web application.
|
| ServletContextListener |
Implementations of this interface receive notifications about changes to the
servlet context of the web application they are part of.
|
| ServletException |
Defines a general exception a servlet can throw when it encounters
difficulty.
|
| ServletInputStream |
Provides an input stream for reading binary data from a client request,
including an efficient readLine method for reading data one line
at a time.
|
| ServletOutputStream |
Provides an output stream for sending binary data to the client.
|
| ServletRegistration |
Interface through which a Servlet may be further configured.
|
| ServletRegistration.Dynamic |
Interface through which a Servlet registered via one of the addServlet
methods on ServletContext may be further configured.
|
| ServletRequest |
Defines an object to provide client request information to a servlet.
|
| ServletRequestAttributeEvent |
This is the event class for notifications of changes to the attributes of the
servlet request in an application.
|
| ServletRequestAttributeListener |
A ServletRequestAttributeListener can be implemented by the
developer interested in being notified of request attribute
changes.
|
| ServletRequestEvent |
Events of this kind indicate lifecycle events for a ServletRequest.
|
| ServletRequestListener |
A ServletRequestListener can be implemented by the developer
interested in being notified of requests coming in and out of
scope in a web component.
|
| ServletRequestWrapper |
Provides a convenient implementation of the ServletRequest interface that can
be subclassed by developers wishing to adapt the request to a Servlet.
|
| ServletResponse |
Defines an object to assist a servlet in sending a response to the client.
|
| ServletResponseWrapper |
Provides a convenient implementation of the ServletResponse interface that
can be subclassed by developers wishing to adapt the response from a Servlet.
|
| ServletResponseWrapperInclude |
ServletResponseWrapper used by the JSP 'include' action.
|
| ServletSecurity |
Declare this annotation on a Servlet implementation
class to enforce security constraints on HTTP protocol requests.
The container applies constraints to the URL patterns mapped to each Servlet
which declares this annotation.
|
| ServletSecurity.EmptyRoleSemantic |
Represents the two possible values of the empty role semantic, active
when a list of role names is empty.
|
| ServletSecurity.TransportGuarantee |
Represents the two possible values of data transport, encrypted or not.
|
| ServletSecurityElement |
The programmatic equivalent of
ServletSecurity used to configre
security constraints for a Servlet.
|
| ServletWriter |
This is what is used to generate servlets.
|
| SessionCookieConfig |
Configures the session cookies used by the web application associated with
the ServletContext from which this SessionCookieConfig was obtained.
|
| SessionTrackingMode |
Defines the permitted options for configuring the session tracking mode.
|
| Set |
|
| SimpleCharStream |
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
|
| SimpleInstanceManager |
SimpleInstanceManager
Implement the org.apache.tomcat.InstanceManager interface.
|
| SimpleNode |
|
| SimpleTag |
Interface for defining Simple Tag Handlers.
|
| SimpleTagSupport |
A base class for defining tag handlers implementing SimpleTag.
|
| SingleThreadModel |
Deprecated.
|
| SkipPageException |
Exception to indicate the calling page must cease evaluation.
|
| SmapInput |
|
| SmapStratum |
Represents the line and file mappings associated with a JSR-045
"stratum".
|
| SmapUtil |
Contains static utilities for generating SMAP data based on the
current version of Jasper.
|
| StandardELContext |
|
| StaticFieldELResolver |
|
| Stream |
|
| StreamELResolverImpl |
|
| StringInterpreter |
Defines the interface for the String interpreter.
|
| StringInterpreterEnum |
Provides an optimised conversion of string values to Enums.
|
| StringInterpreterFactory |
|
| StringInterpreterFactory.DefaultStringInterpreter |
|
| Tag |
The interface of a classic tag handler that does not want to manipulate
its body.
|
| TagAdapter |
Wraps any SimpleTag and exposes it using a Tag interface.
|
| TagAttributeInfo |
Information on the attributes of a Tag, available at translation time.
|
| TagConstants |
|
| TagData |
The (translation-time only) attribute/value information for a tag instance.
|
| TagExtraInfo |
Optional class provided by the tag library author to describe additional
translation-time information not described in the TLD.
|
| TagFileInfo |
Tag information for a tag file in a Tag Library;
This class is instantiated from the Tag Library Descriptor file (TLD)
and is available only at translation time.
|
| TagHandlerPool |
Pool of tag handlers that can be reused.
|
| TagInfo |
Tag information for a tag in a Tag Library;
This class is instantiated from the Tag Library Descriptor file (TLD)
and is available only at translation time.
|
| TaglibDescriptor |
Represents a taglib descriptor definitions in the deployment descriptor.
|
| TagLibraryInfo |
Translation-time information associated with a taglib directive, and its
underlying TLD file.
|
| TagLibraryValidator |
Translation-time validator class for a JSP page.
|
| TagPlugin |
This interface is to be implemented by the plugin author, to supply
an alternate implementation of the tag handlers.
|
| TagPluginContext |
This interface allows the plugin author to make inquiries about the
properties of the current tag, and to use Jasper resources to generate
direct Java codes in place of tag handler invocations.
|
| TagPluginManager |
Manages tag plugin optimizations.
|
| TagSupport |
A base class for defining new tag handlers implementing Tag.
|
| TagVariableInfo |
Variable information for a tag in a Tag Library; This class is instantiated
from the Tag Library Descriptor file (TLD) and is available only at
translation time.
|
| TextOptimizer |
|
| TldCache |
This class caches parsed instances of TLD files to remove the need for the
same TLD to be parsed for each JSP that references it.
|
| TldPreScanned |
|
| TldScanner |
Scans for and loads Tag Library Descriptors contained in a web application.
|
| Token |
Describes the input token stream.
|
| TokenMgrError |
Token Manager Error.
|
| TrimSpacesOption |
|
| TryCatchFinally |
The auxiliary interface of a Tag, IterationTag or BodyTag tag
handler that wants additional hooks for managing resources.
|
| TypeConverter |
|
| UnavailableException |
Defines an exception that a servlet or filter throws to indicate that it is
permanently or temporarily unavailable.
|
| UniqueAttributesImpl |
Wraps the default attributes implementation and ensures that each attribute
has a unique qname as required by the JSP specification.
|
| Url |
|
| Util |
Util contains some often used consts, static methods and embedded class
to support the JSTL tag plugin.
|
| Util.ImportResponseWrapper |
Wraps responses to allow us to retrieve results as Strings.
|
| Validation |
|
| ValidationMessage |
A validation message from either TagLibraryValidator or TagExtraInfo.
|
| ValueExpression |
|
| ValueExpressionImpl |
An Expression that can get or set a value.
|
| ValueExpressionLiteral |
|
| ValueReference |
|
| VariableInfo |
Information on the scripting variables that are created/modified by a tag (at
run-time).
|
| VariableMapper |
|
| VariableMapperFactory |
|
| VariableMapperImpl |
|
| VariableResolver |
Deprecated.
|
| VariableResolverImpl |
Deprecated. |
| WebConnection |
|
| WebFilter |
The annotation used to declare a Servlet Filter.
|
| WebInitParam |
|
| WebListener |
|
| WebServlet |
This annotation is used to declare the configuration of a
Servlet.
|
| When |
|
| WriteListener |
Receives notification of write events when using non-blocking IO.
|