Uses of Class
org.eclipse.jetty.util.DecoratedObjectFactory
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
Jetty WebSocket API :: Client
-
Uses of DecoratedObjectFactory in org.eclipse.jetty.ee10.servlet
Modifier and TypeFieldDescriptionprotected final DecoratedObjectFactory
ServletContextHandler._objFactory
Modifier and TypeMethodDescriptionprotected DecoratedObjectFactory
ServletContextHandler.ServletScopedContext.getDecoratedObjectFactory()
ServletContextHandler.getObjectFactory()
The DecoratedObjectFactory for use by IoC containers (weld / spring / etc) -
Uses of DecoratedObjectFactory in org.eclipse.jetty.ee10.websocket.jakarta.common
-
Uses of DecoratedObjectFactory in org.eclipse.jetty.server.handler
Modifier and TypeMethodDescriptionprotected DecoratedObjectFactory
ContextHandler.ScopedContext.getDecoratedObjectFactory()
-
Uses of DecoratedObjectFactory in org.eclipse.jetty.websocket.client
-
Uses of DecoratedObjectFactory in org.eclipse.jetty.websocket.core
ModifierConstructorDescriptionWebSocketComponents
(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool) WebSocketComponents
(WebSocketExtensionRegistry extensionRegistry, DecoratedObjectFactory objectFactory, ByteBufferPool bufferPool, InflaterPool inflaterPool, DeflaterPool deflaterPool, Executor executor) -
Uses of DecoratedObjectFactory in org.eclipse.jetty.websocket.core.client