Uses of Interface
io.undertow.websockets.util.ObjectHandle
Packages that use ObjectHandle
Package
Description
-
Uses of ObjectHandle in io.undertow.websockets
Constructors in io.undertow.websockets with parameters of type ObjectHandleModifierConstructorDescriptionUndertowSession(io.netty.channel.Channel channel, URI requestUri, Map<String, String> pathParameters, Map<String, List<String>> requestParameterMap, EndpointSessionHandler handler, Principal user, ObjectHandle<jakarta.websocket.Endpoint> endpoint, jakarta.websocket.EndpointConfig config, String queryString, Encoding encoding, SessionContainer openSessions, String subProtocol, List<jakarta.websocket.Extension> extensions, io.undertow.websockets.WebsocketConnectionBuilder clientConnectionBuilder, Executor executor) Constructor parameters in io.undertow.websockets with type arguments of type ObjectHandleModifierConstructorDescriptionEncoding(Map<Class<?>, List<ObjectHandle<? extends jakarta.websocket.Encoder>>> binaryEncoders, Map<Class<?>, List<ObjectHandle<? extends jakarta.websocket.Decoder>>> binaryDecoders, Map<Class<?>, List<ObjectHandle<? extends jakarta.websocket.Encoder>>> textEncoders, Map<Class<?>, List<ObjectHandle<? extends jakarta.websocket.Decoder>>> textDecoders) -
Uses of ObjectHandle in io.undertow.websockets.annotated
Methods in io.undertow.websockets.annotated with parameters of type ObjectHandleModifier and TypeMethodDescriptionAnnotatedEndpointFactory.createInstance(ObjectHandle<?> endpointInstance) -
Uses of ObjectHandle in io.undertow.websockets.util
Classes in io.undertow.websockets.util that implement ObjectHandleMethods in io.undertow.websockets.util that return ObjectHandleModifier and TypeMethodDescriptionConstructorObjectFactory.createInstance()ObjectFactory.createInstance()