Uses of Class
org.eclipse.jetty.util.DecoratedObjectFactory
-
Packages that use DecoratedObjectFactory Package Description org.eclipse.jetty.servlet Jetty Server : Modular Servlet Integrationorg.eclipse.jetty.websocket.client Jetty WebSocket Client APIorg.eclipse.jetty.websocket.common.scopes org.eclipse.jetty.websocket.jsr356 org.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
-
Uses of DecoratedObjectFactory in org.eclipse.jetty.servlet
Fields in org.eclipse.jetty.servlet declared as DecoratedObjectFactory Modifier and Type Field Description protected DecoratedObjectFactory
ServletContextHandler. _objFactory
Methods in org.eclipse.jetty.servlet that return DecoratedObjectFactory Modifier and Type Method Description DecoratedObjectFactory
ServletContextHandler. 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 Modifier and Type Method Description DecoratedObjectFactory
WebSocketClient. getObjectFactory()
Constructors in org.eclipse.jetty.websocket.client with parameters of type DecoratedObjectFactory Constructor Description WebSocketClient(HttpClient httpClient, DecoratedObjectFactory decoratedObjectFactory)
Instantiate a WebSocketClient using HttpClient for defaults -
Uses of DecoratedObjectFactory in org.eclipse.jetty.websocket.common.scopes
Methods in org.eclipse.jetty.websocket.common.scopes that return DecoratedObjectFactory Modifier and Type Method Description DecoratedObjectFactory
DelegatedContainerScope. getObjectFactory()
DecoratedObjectFactory
SimpleContainerScope. getObjectFactory()
DecoratedObjectFactory
WebSocketContainerScope. getObjectFactory()
Object Factory used to create objects.Constructors in org.eclipse.jetty.websocket.common.scopes with parameters of type DecoratedObjectFactory Constructor Description SimpleContainerScope(WebSocketPolicy policy, ByteBufferPool bufferPool, java.util.concurrent.Executor executor, DecoratedObjectFactory objectFactory)
SimpleContainerScope(WebSocketPolicy policy, ByteBufferPool bufferPool, java.util.concurrent.Executor executor, SslContextFactory ssl, DecoratedObjectFactory objectFactory)
SimpleContainerScope(WebSocketPolicy policy, ByteBufferPool bufferPool, DecoratedObjectFactory objectFactory)
-
Uses of DecoratedObjectFactory in org.eclipse.jetty.websocket.jsr356
Methods in org.eclipse.jetty.websocket.jsr356 that return DecoratedObjectFactory Modifier and Type Method Description DecoratedObjectFactory
ClientContainer. getObjectFactory()
-
Uses of DecoratedObjectFactory in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return DecoratedObjectFactory Modifier and Type Method Description DecoratedObjectFactory
WebSocketServerFactory. getObjectFactory()
-