Uses of Class
org.eclipse.jetty.util.DecoratedObjectFactory
Packages that use DecoratedObjectFactory
Package
Description
Jetty Server : Modular Servlet Integration
Jetty WebSocket API :: Client
-
Uses of DecoratedObjectFactory in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as DecoratedObjectFactoryModifier and TypeFieldDescriptionprotected final DecoratedObjectFactory
ServletContextHandler._objFactory
Methods in org.eclipse.jetty.servlet that return DecoratedObjectFactoryModifier and TypeMethodDescriptionServletContextHandler.getObjectFactory()
The DecoratedObjectFactory for use by IoC containers (weld / spring / etc) -
Uses of DecoratedObjectFactory in org.eclipse.jetty.websocket.client
Methods in org.eclipse.jetty.websocket.client that return DecoratedObjectFactory -
Uses of DecoratedObjectFactory in org.eclipse.jetty.websocket.core
Methods in org.eclipse.jetty.websocket.core that return DecoratedObjectFactoryConstructors in org.eclipse.jetty.websocket.core with parameters of type DecoratedObjectFactoryModifierConstructorDescriptionWebSocketComponents
(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
Methods in org.eclipse.jetty.websocket.core.client that return DecoratedObjectFactory -
Uses of DecoratedObjectFactory in org.eclipse.jetty.websocket.javax.common
Methods in org.eclipse.jetty.websocket.javax.common that return DecoratedObjectFactory