|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Module in com.caucho.boot |
---|
Classes in com.caucho.boot with annotations of type Module | |
---|---|
class |
JniBoot
Resin's bootstrap class. |
Uses of Module in com.caucho.bootjni |
---|
Classes in com.caucho.bootjni with annotations of type Module | |
---|---|
class |
JniBoot
Resin's bootstrap class. |
class |
JniProcess
Resin's bootstrap class. |
Uses of Module in com.caucho.bytecode |
---|
Classes in com.caucho.bytecode with annotations of type Module | |
---|---|
class |
Attribute
Represents a generic attribute |
interface |
ByteCodeClassMatcher
Returns true if the class matches, i.e. |
class |
ByteCodeClassScanner
Scans for matching classes. |
Uses of Module in com.caucho.cluster |
---|
Classes in com.caucho.cluster with annotations of type Module | |
---|---|
class |
AbstractLock
Implements the distributed lock |
Uses of Module in com.caucho.config.bytecode |
---|
Classes in com.caucho.config.bytecode with annotations of type Module | |
---|---|
class |
DecoratorAdapter<T>
Extends a decorator, implementing the missing methods. |
class |
ScopeAdapter
Scope adapting |
class |
SerializationAdapter<X>
interceptor generation |
Uses of Module in com.caucho.config.cfg |
---|
Classes in com.caucho.config.cfg with annotations of type Module | |
---|---|
class |
BeanConfig
Backward-compat configuration for the xml web bean component. |
class |
BeansConfig
Configuration for a classloader root containing webbeans |
Uses of Module in com.caucho.config.event |
---|
Classes in com.caucho.config.event with annotations of type Module | |
---|---|
class |
AbstractObserverMethod<T>
Common bean introspection for Produces and ManagedBean. |
class |
EventBeanImpl<T>
Internal implementation for a Bean |
class |
EventImpl<T>
|
class |
EventManager
Internal implementation for a Bean |
class |
ObserverMap
Matches bindings |
Methods in com.caucho.config.event with annotations of type Module | |
---|---|
void |
EventManager.fireExtensionEvent(java.lang.Object event,
BaseType eventType,
java.lang.annotation.Annotation... qualifiers)
|
Uses of Module in com.caucho.config.extension |
---|
Classes in com.caucho.config.extension with annotations of type Module | |
---|---|
class |
AfterBeanDiscoveryImpl
|
class |
AfterDeploymentValidationImpl
|
class |
BeforeBeanDiscoveryImpl
|
class |
ExtensionManager
Manages custom extensions for the inject manager. |
class |
ProcessAnnotatedTypeImpl<X>
|
class |
ProcessBeanImpl<X>
|
class |
ProcessInjectionTargetImpl<X>
|
class |
ProcessManagedBeanImpl<X>
|
class |
ProcessObserverImpl<T,X>
|
class |
ProcessProducerFieldImpl<X,T>
|
class |
ProcessProducerImpl<T,X>
|
class |
ProcessProducerMethodImpl<X,T>
|
Methods in com.caucho.config.extension with annotations of type Module | ||
---|---|---|
|
ExtensionManager.processBean(Bean<T> bean,
Annotated ann)
|
|
|
ExtensionManager.processManagedBean(ManagedBeanImpl<T> bean,
Annotated ann)
|
|
|
ExtensionManager.processProducerField(ProducesFieldBean<T,X> bean)
|
|
|
ExtensionManager.processProducerMethod(ProducesMethodBean<T,X> bean)
|
Uses of Module in com.caucho.config.gen |
---|
Classes in com.caucho.config.gen with annotations of type Module | |
---|---|
class |
AbstractAspectFactory<X>
Represents a filter for invoking a method |
class |
AbstractAspectGenerator<X>
Represents a filter for invoking a method |
interface |
AspectBeanFactory<X>
Manages aspect factories for a bean. |
interface |
AspectFactory<X>
Creates an aspect generator for a method. |
interface |
AspectGenerator<X>
Represents a filter for invoking a method
|
class |
AspectGeneratorUtil
Generates the method aspect code for the head or proxy of the method. |
class |
AsyncHeadGenerator<X>
Generates the method aspect code for the head or proxy of the method. |
class |
AsynchronousFactory<X>
Aspect factory for generating @Asynchronous aspects. |
class |
AsynchronousGenerator<X>
Represents the @Asynchronous interception |
class |
BeanGenerator<X>
Generates the skeleton for a bean. |
class |
CacheFactory<X>
Aspect factory for generating @Asynchronous aspects. |
class |
CacheGenerator<X>
Represents the caching interception |
class |
CandiAspectBeanFactory<X>
Manages aspect factories for a bean. |
class |
CandiBeanGenerator<X>
Generates the skeleton for a session bean. |
class |
CandiMethodHeadFactory<X>
Represents a stateful local business method |
class |
CandiMethodHeadGenerator<X>
Represents a CDI local business method |
class |
InterceptorFactory<X>
Represents the interception |
class |
InterceptorGenerator<X>
Represents the interception |
class |
LifecycleAspectBeanFactory<X>
Represents a stateless local business method |
class |
LifecycleMethodHeadFactory<X>
Represents a lifecycle method |
class |
LifecycleMethodHeadGenerator<X>
Represents a stateful local business method |
class |
LifecycleMethodTailFactory<X>
Represents a stateless local business method |
class |
LifecycleMethodTailGenerator<X>
Represents a lifecycle business method |
class |
LockFactory<X>
Aspect factory for generating @Lock aspects. |
class |
LockGenerator<X>
Represents EJB lock type specification interception. |
class |
MethodHeadFactory<X>
Represents a filter for invoking a method |
class |
MethodHeadGenerator<X>
Generates the method aspect code for the head or proxy of the method. |
class |
MethodTailFactory<X>
Represents a filter for invoking a method |
class |
MethodTailGenerator<X>
The dispatch to the actual method call for the aspect chain. |
class |
NullGenerator<X>
Represents a filter for invoking a method |
class |
SecurityFactory<X>
Aspect factory for generating @Asynchronous aspects. |
class |
SecurityGenerator<X>
Represents the security interception |
class |
XaFactory<X>
Aspect factory for generating @Asynchronous aspects. |
class |
XaGenerator<X>
Represents the XA interception |
Uses of Module in com.caucho.config.inject |
---|
Classes in com.caucho.config.inject with annotations of type Module | |
---|---|
class |
AbstractIntrospectedBean<T>
Common bean introspection for Produces and ManagedBean. |
class |
BeanAdapter<X,T>
Adapter from an internal bean to an external exposed bean as used by session beans. |
class |
BeanWrapper<T>
Internal implementation for a Bean |
class |
CandiProducer<X>
SimpleBean represents a POJO Java bean registered as a WebBean. |
class |
CreationalContextImpl<T>
Stack of partially constructed beans. |
class |
DecoratorBean<T>
DecoratorBean represents a Java decorator |
class |
DecoratorEntry<X>
Represents an introspected Decorator |
class |
DelegateProxyBean
Marker bean for @Delegate injection |
class |
DependentCreationalContext<T>
Stack of partially constructed beans. |
class |
DisposesProducer<T,X>
|
class |
InjectionBean<T>
SingletonBean represents a singleton instance exported as a web beans. |
class |
InjectionPointBean
Configuration for the xml web bean component. |
class |
InjectionPointImpl<T>
|
class |
InjectionPointImplHandle
|
class |
InjectionPointStandardBean
Bean object for the general InjectionPoint. |
class |
InjectionTargetBuilder<X>
SimpleBean represents a POJO Java bean registered as a WebBean. |
class |
InstanceImpl<T>
Factory to create instances of a bean. |
class |
ManagedBeanImpl<X>
SimpleBean represents a POJO Java bean registered as a WebBean. |
class |
ManagedProducesBuilder
Builder for produces beans. |
class |
NewBean<X>
NewBean represents the SimpleBean created through the @New interface. |
class |
OwnerCreationalContext<T>
Stack of partially constructed beans. |
class |
ProducesBuilder
Builder for produces beans. |
class |
ProducesCreationalContext<T>
Stack of partially constructed beans. |
class |
ProducesFieldBean<X,T>
|
class |
ProducesMethodBean<X,T>
|
class |
QualifierBinding
Introspected annotation binding |
interface |
ScheduleBean
ScheduleBean is a bean that can have a scheduled method. |
class |
WebComponent
Configuration for the cdi bean component. |
Methods in com.caucho.config.inject with annotations of type Module | ||
---|---|---|
|
InjectManager.addBean(Bean<T> bean,
Annotated ann)
|
|
|
InjectManager.addBeanDiscover(Bean<T> bean,
Annotated ann)
Processes the discovered bean |
|
void |
InjectManager.addQualifier(java.lang.Class<? extends java.lang.annotation.Annotation> qualifier)
|
|
void |
InjectManager.addScope(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType,
boolean isNormal,
boolean isPassivating)
|
|
void |
InjectManager.addStereotype(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType,
java.lang.annotation.Annotation[] annotations)
|
|
void |
CreationalContextImpl.clearTarget()
|
|
EventManager |
InjectManager.getEventManager()
|
|
ExtensionManager |
InjectManager.getExtensionManager()
|
|
InjectManager.ReferenceFactory<?> |
InjectManager.getReferenceFactory(java.lang.String name)
|
|
java.util.concurrent.atomic.AtomicBoolean |
InjectManager.getStaticMemberBoolean(java.lang.reflect.Member member)
|
|
boolean |
InjectManager.isSpecialized(java.lang.Class<?> beanClass)
|
Uses of Module in com.caucho.config.j2ee |
---|
Classes in com.caucho.config.j2ee with annotations of type Module | |
---|---|
interface |
BeanName
The @BeanName annotation for EJB names |
interface |
EjbQualifier
The qualifier for a registered EJB. |
class |
PostConstructProgram
|
class |
PreDestroyInject
|
Uses of Module in com.caucho.config.program |
---|
Classes in com.caucho.config.program with annotations of type Module | |
---|---|
class |
BeanArg<T>
Custom bean configured by namespace |
Uses of Module in com.caucho.config.reflect |
---|
Classes in com.caucho.config.reflect with annotations of type Module | |
---|---|
class |
AnnotatedConstructorImpl<T>
Abstract introspected view of a Bean |
class |
AnnotatedElementImpl
Abstract introspected view of a Bean |
class |
AnnotatedFieldImpl<X>
Abstract introspected view of a Bean |
class |
AnnotatedMethodImpl<T>
Abstract introspected view of a Bean |
class |
AnnotatedParameterImpl<T>
Abstract introspected view of a Bean |
class |
AnnotatedTypeUtil
Abstract introspected view of a Bean |
class |
AnnotationSet
Abstract introspected view of a Bean |
class |
ArrayType
class type matching |
class |
BaseType
type matching the web bean |
class |
BaseTypeFactory
type matching the web bean |
class |
BoxType
class type matching |
class |
ClassType
class type matching |
class |
GenericParamType
param type matching |
class |
ObjectType
class type matching |
class |
ParamType
param type matching |
class |
TargetObjectType
class type matching |
class |
VarType<D extends GenericDeclaration>
class type matching |
class |
WildcardTypeImpl
class type matching |
Uses of Module in com.caucho.config.scope |
---|
Classes in com.caucho.config.scope with annotations of type Module | |
---|---|
class |
AbstractScopeContext
Context for a named EL bean scope |
class |
ApplicationContext
The application scope value |
class |
ContextContainer
Serializable container for a bean scope. |
class |
DependentContext
The dependent context. |
class |
DestructionListener
Contains the objects which need destruction for a given scope. |
class |
ErrorContext
Context to wrap errors. |
class |
SingletonScope
The application scope value |
Uses of Module in com.caucho.config.types |
---|
Classes in com.caucho.config.types with annotations of type Module | |
---|---|
class |
BeanJndiProxy
Object proxy to create instance of a bean. |
Uses of Module in com.caucho.config.xml |
---|
Classes in com.caucho.config.xml with annotations of type Module | |
---|---|
class |
XmlBean<X>
Internal implementation for a Bean |
class |
XmlConfigContext
The ConfigContext contains the state of the current configuration. |
class |
XmlCookieLiteral
An annotation cookie for matching AnnotatedTypes to InjectionTargets. |
class |
XmlInjectionTarget<X>
Internal implementation for a Bean |
class |
XmlManagedBeanImpl<X>
SimpleBean represents a POJO Java bean registered as a WebBean. |
class |
XmlStandardPlugin
Standard XML behavior for META-INF/beans.xml |
Uses of Module in com.caucho.db.sql |
---|
Classes in com.caucho.db.sql with annotations of type Module | |
---|---|
class |
Expr
|
class |
Parser
|
class |
Query
|
class |
QueryContext
Represents the state of the query at any particular time. |
class |
SubSelectParamExpr
|
Uses of Module in com.caucho.db.table |
---|
Classes in com.caucho.db.table with annotations of type Module | |
---|---|
class |
Column
|
static class |
Column.ColumnType
|
class |
Constraint
Validity constraints. |
class |
PrimaryKeyConstraint
Validity constraints. |
class |
PrimaryKeySingleColumnConstraint
Validity constraints. |
class |
Table
Table format: |
class |
UniqueConstraint
Validity constraints. |
class |
UniqueIndexColumnConstraint
Validity constraints. |
Uses of Module in com.caucho.ejb.cfg |
---|
Classes in com.caucho.ejb.cfg with annotations of type Module | |
---|---|
class |
BeanMethod
Configuration for bean-method. |
class |
EjbMessageBean<X>
Configuration for an ejb entity bean. |
class |
EjbMethod
Configuration for bean-method. |
class |
EjbSingletonBean<X>
Configuration for an ejb singleton session bean. |
class |
EjbStatefulBean<X>
Configuration for an ejb stateful session bean. |
class |
MethodParams
Configuration for method-params. |
class |
MethodSignature
|
Uses of Module in com.caucho.ejb.embeddable |
---|
Classes in com.caucho.ejb.embeddable with annotations of type Module | |
---|---|
class |
EJBContainerImpl
Interface for the EJBClient. |
Uses of Module in com.caucho.ejb.gen |
---|
Classes in com.caucho.ejb.gen with annotations of type Module | |
---|---|
class |
MessageAspectBeanFactory<X>
Factory for creating stateful business methods. |
class |
MessageGenerator<X>
Generates the skeleton for a message bean. |
class |
MessageMethodHeadFactory<X>
Represents a stateless local business method |
class |
MessageMethodHeadGenerator<X>
Represents a message local business method |
class |
MessageMethodTailFactory<X>
Represents a stateless local business method |
class |
MessageMethodTailGenerator<X>
Represents a stateless local business method |
class |
MessageXaCallChain<X>
Represents the xa interception |
class |
NonBusinessAspectBeanFactory<X>
Factory for creating non-business methods that are package accessible. |
class |
NonBusinessMethodGenerator<X>
Represents a non-business method that is package accessible. |
class |
SessionGenerator<X>
Generates the skeleton for a session bean. |
class |
SingletonAspectBeanFactory<X>
Factory for creating stateful business methods. |
class |
SingletonGenerator<X>
Generates the skeleton for a singleton bean. |
class |
SingletonMethodHeadFactory<X>
Represents a stateless local business method |
class |
SingletonMethodHeadGenerator<X>
Represents a singleton local business method |
class |
StatefulAspectBeanFactory<X>
Factory for creating stateful business methods. |
class |
StatefulGenerator<X>
Generates the skeleton for a stateful bean. |
class |
StatefulMethodHeadFactory<X>
Represents a stateful local business method |
class |
StatefulMethodHeadGenerator<X>
Represents a stateful local business method |
class |
StatelessAspectBeanFactory<X>
Represents a stateless local business method |
class |
StatelessGenerator<X>
Generates the skeleton for a session bean. |
class |
StatelessLifecycleAspectBeanFactory<X>
Represents a stateless local business method |
class |
StatelessMethodHeadFactory<X>
Represents a stateless local business method |
class |
StatelessMethodHeadGenerator<X>
Represents a stateless local business method |
class |
StatelessMethodTailFactory<X>
Represents a stateless local business method |
class |
StatelessMethodTailGenerator<X>
Represents a stateless local business method |
class |
StatelessScheduledAspectBeanFactory<X>
Represents a stateless local business method |
Uses of Module in com.caucho.ejb.inject |
---|
Classes in com.caucho.ejb.inject with annotations of type Module | |
---|---|
class |
ProcessSessionBeanImpl<X>
Internal implementation for a Bean |
class |
SessionBeanImpl<X,T>
Internal implementation for a Bean |
class |
SessionRegistrationBean<X,T>
Internal registration for the EJB. |
class |
StatefulBeanImpl<X,T>
Internal implementation for a Bean |
class |
StatelessBeanImpl<X,T>
Internal implementation for a Bean |
Uses of Module in com.caucho.ejb.manager |
---|
Classes in com.caucho.ejb.manager with annotations of type Module | |
---|---|
class |
EjbModule
Environment-based container. |
Uses of Module in com.caucho.ejb.message |
---|
Classes in com.caucho.ejb.message with annotations of type Module | |
---|---|
class |
MessageManager<X>
JCA activation-spec server container for a message bean. |
Uses of Module in com.caucho.ejb.session |
---|
Classes in com.caucho.ejb.session with annotations of type Module | |
---|---|
class |
StatefulContext<X,T>
Abstract base class for an session context |
class |
StatelessContext<X,T>
Abstract base class for an stateless session context |
class |
StatelessPool<X,T>
Pool of stateless session beans. |
Uses of Module in com.caucho.env.dbpool |
---|
Classes in com.caucho.env.dbpool with annotations of type Module | |
---|---|
class |
ConnectionPool
Implementation of the connection manager. |
Uses of Module in com.caucho.env.deploy |
---|
Classes in com.caucho.env.deploy with annotations of type Module | |
---|---|
class |
AbstractDeployControllerStrategy
The abstract strategy implements the start, update, and stop commands which are common to all strategies. |
class |
DeployControllerService
Deployment service for detecting changes in a controller, managed by tags. |
class |
StartAutoRedeployAutoStrategy
The start-mode="automatic", redeploy-model="automatic" controller strategy. |
class |
StartAutoRedeployManualStrategy
The start-mode="auto", redeploy-model="manual" controller strategy. |
class |
StartLazyRedeployAutomaticStrategy
The start-mode="lazy", redeploy-model="automatic" controller strategy. |
class |
StartLazyRedeployManualStrategy
The start-mode="lazy", redeploy-model="manual" controller strategy. |
Uses of Module in com.caucho.env.jpa |
---|
Classes in com.caucho.env.jpa with annotations of type Module | |
---|---|
class |
PersistenceManager
Manages the JPA persistence contexts. |
Uses of Module in com.caucho.env.lock |
---|
Classes in com.caucho.env.lock with annotations of type Module | |
---|---|
class |
AbstractLockManager
Manages the distributed lock |
Uses of Module in com.caucho.env.repository |
---|
Classes in com.caucho.env.repository with annotations of type Module | |
---|---|
class |
RepositoryTagMap
Map of the current tags. |
Uses of Module in com.caucho.env.thread |
---|
Classes in com.caucho.env.thread with annotations of type Module | |
---|---|
class |
AbstractThreadLauncher
|
Uses of Module in com.caucho.env.thread1 |
---|
Classes in com.caucho.env.thread1 with annotations of type Module | |
---|---|
class |
AbstractThreadLauncher1
|
Uses of Module in com.caucho.env.thread2 |
---|
Classes in com.caucho.env.thread2 with annotations of type Module | |
---|---|
class |
AbstractThreadLauncher2
|
Uses of Module in com.caucho.hmtp |
---|
Classes in com.caucho.hmtp with annotations of type Module | |
---|---|
class |
AuthResult
Authentication result returns the address on success |
Uses of Module in com.caucho.inject |
---|
Classes in com.caucho.inject with annotations of type Module | |
---|---|
class |
RequestContext
Scope based on the current transaction. |
Uses of Module in com.caucho.jca.ra |
---|
Classes in com.caucho.jca.ra with annotations of type Module | |
---|---|
class |
ResourceAdapterProducer<X>
Controller for a resource-adapter |
class |
WorkManagerImpl
Implementation of the work manager. |
class |
WorkThread
Implementation of the work manager. |
Uses of Module in com.caucho.jsp |
---|
Classes in com.caucho.jsp with annotations of type Module | |
---|---|
class |
JspUtil
|
Uses of Module in com.caucho.jsp.java |
---|
Classes in com.caucho.jsp.java with annotations of type Module | |
---|---|
class |
JspForward
Represents a Java scriptlet. |
class |
JspInclude
Represents a Java scriptlet. |
Uses of Module in com.caucho.loader |
---|
Classes in com.caucho.loader with annotations of type Module | |
---|---|
class |
ClassEntry
Describes a cached loaded class entry. |
class |
ClassPackage
Information about a particular package. |
class |
ProxyClassLoader
Class loader which loads a single proxy. |
Uses of Module in com.caucho.loader.enhancer |
---|
Classes in com.caucho.loader.enhancer with annotations of type Module | |
---|---|
class |
AbstractScanClass
Interface for a scanned class. |
interface |
ClassEnhancer
Interface for a class enhancer. |
class |
EnhancerFixup
Class loader which checks for changes in class files and automatically picks up new jars. |
class |
EnhancerManager
Manages the enhancement |
class |
EnhancerRuntimeException
|
class |
EnhancingClassLoader
Class loader which checks for changes in class files and automatically picks up new jars. |
interface |
ScanClass
Interface for a scanned class. |
class |
ScanClassAllow
Interface for a scanned class. |
interface |
ScanListener
Interface for a scan manager |
class |
ScanManager
Interface for a scan manager |
class |
ScanMatch
Return values for scanning |
Uses of Module in com.caucho.loader.module |
---|
Classes in com.caucho.loader.module with annotations of type Module | |
---|---|
class |
ArtifactManager
A jar artifact in the repository |
Uses of Module in com.caucho.log |
---|
Classes in com.caucho.log with annotations of type Module | |
---|---|
class |
TimestampFilter
Automatically-rotating streams. |
class |
TimestampFormatter
Formats a timestamp |
Uses of Module in com.caucho.network.listen |
---|
Classes in com.caucho.network.listen with annotations of type Module | |
---|---|
class |
AbstractSelectManager
A select manager handles keepalive connections. |
class |
AsyncController
Controls a tcp connection for comet. |
class |
SocketLinkDuplexController
Public API to control a http upgrade connection. |
class |
TcpPortAdmin
|
class |
TcpSocketLink
A protocol-independent TcpConnection. |
Uses of Module in com.caucho.quercus.env |
---|
Classes in com.caucho.quercus.env with annotations of type Module | |
---|---|
class |
GlobalArrayValue
Represents the server |
Uses of Module in com.caucho.server.deploy |
---|
Classes in com.caucho.server.deploy with annotations of type Module | |
---|---|
class |
DeployTagStateQuery
|
Uses of Module in com.caucho.server.distcache |
---|
Classes in com.caucho.server.distcache with annotations of type Module | |
---|---|
class |
CacheEntryManager
Manages the server entries for the distributed cache |
class |
CacheKeyManager
Manages the distributed cache |
class |
CacheStoreManager
Manages the distributed cache |
class |
LocalStoreManager
Manages the distributed cache |
Uses of Module in com.caucho.server.e_app |
---|
Classes in com.caucho.server.e_app with annotations of type Module | |
---|---|
class |
EarDeployGenerator
The generator for the ear-deploy |
class |
EnterpriseApplication
An enterprise application (ear) |
Uses of Module in com.caucho.server.webapp |
---|
Classes in com.caucho.server.webapp with annotations of type Module | |
---|---|
class |
IncludeRequest
|
class |
JspResponse
|
class |
UnknownWebAppController
Manages the lifecycle of a web-app. |
class |
WebAppController
Manages the lifecycle of a web-app. |
class |
WebAppInjectExtension
Standard XML behavior for META-INF/beans.xml |
Uses of Module in com.caucho.server.webbeans |
---|
Classes in com.caucho.server.webbeans with annotations of type Module | |
---|---|
class |
BeanMBean<T>
Jndi proxy class for injection. |
class |
JndiBeanProxy<T>
Jndi proxy class for injection. |
class |
ResinStandardPlugin
Standard XML behavior for META-INF/beans.xml |
class |
SessionContextContainer
Configuration for the xml web bean component. |
class |
SessionScopeImpl
The session scope value |
class |
TransactionScope
Scope based on the current transaction. |
class |
XAContextContainer
Container for an @TransactionScoped bean |
Uses of Module in com.caucho.transaction |
---|
Methods in com.caucho.transaction with annotations of type Module | |
---|---|
java.util.ArrayList<ManagedXAResource> |
UserTransactionImpl.getXaResources()
|
Uses of Module in com.caucho.util |
---|
Classes in com.caucho.util with annotations of type Module | |
---|---|
class |
JniTroubleshoot
Common error management for JNI loading |
Uses of Module in com.caucho.vfs |
---|
Classes in com.caucho.vfs with annotations of type Module | |
---|---|
class |
InetAddressUtil
Abstract socket to handle both normal sockets and bin/resin sockets. |
class |
JniSocketImpl
Abstract socket to handle both normal sockets and bin/resin sockets. |
class |
JniStream
Stream using with JNI. |
class |
QSocket
Abstract socket to handle both normal sockets and JNI sockets. |
class |
QSocketChannelWrapper
Abstract socket to handle both normal sockets and bin/resin sockets. |
class |
QSocketWrapper
Abstract socket to handle both normal sockets and bin/resin sockets. |
class |
SocketChannelStream
Specialized stream to handle sockets. |
class |
SocketStream
Specialized stream to handle sockets. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |