Uses of Interface
io.undertow.servlet.api.InstanceHandle
-
Packages that use InstanceHandle Package Description io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.util -
-
Uses of InstanceHandle in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return InstanceHandle Modifier and Type Method Description InstanceHandle<T>InstanceFactory. createInstance()Factory that creates a fully injected instance. -
Uses of InstanceHandle in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return InstanceHandle Modifier and Type Method Description InstanceHandle<? extends jakarta.servlet.Servlet>ManagedServlet. getServlet()Constructors in io.undertow.servlet.core with parameters of type InstanceHandle Constructor Description ServletUpgradeListener(InstanceHandle<T> instance, Deployment deployment, HttpServerExchange exchange) -
Uses of InstanceHandle in io.undertow.servlet.util
Classes in io.undertow.servlet.util that implement InstanceHandle Modifier and Type Class Description classImmediateInstanceHandle<T>Methods in io.undertow.servlet.util that return InstanceHandle Modifier and Type Method Description InstanceHandle<T>ConstructorInstanceFactory. createInstance()InstanceHandle<T>ImmediateInstanceFactory. createInstance()
-