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 io.undertow.websockets.jsr io.undertow.websockets.jsr.annotated -
-
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 javax.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() -
Uses of InstanceHandle in io.undertow.websockets.jsr
Constructor parameters in io.undertow.websockets.jsr with type arguments of type InstanceHandle Constructor Description Encoding(Map<Class<?>,List<InstanceHandle<? extends javax.websocket.Encoder>>> binaryEncoders, Map<Class<?>,List<InstanceHandle<? extends javax.websocket.Decoder>>> binaryDecoders, Map<Class<?>,List<InstanceHandle<? extends javax.websocket.Encoder>>> textEncoders, Map<Class<?>,List<InstanceHandle<? extends javax.websocket.Decoder>>> textDecoders) -
Uses of InstanceHandle in io.undertow.websockets.jsr.annotated
Methods in io.undertow.websockets.jsr.annotated with parameters of type InstanceHandle Modifier and Type Method Description AnnotatedEndpointAnnotatedEndpointFactory. createInstance(InstanceHandle<?> endpointInstance)
-