Uses of Interface
io.undertow.websockets.util.ObjectFactory
Packages that use ObjectFactory
-
Uses of ObjectFactory in io.undertow.websockets
Methods in io.undertow.websockets that return ObjectFactoryModifier and TypeMethodDescriptionConfiguredServerEndpoint.getEndpointFactory()ConfiguredClientEndpoint.getInstanceFactory()Constructors in io.undertow.websockets with parameters of type ObjectFactoryModifierConstructorDescriptionConfiguredClientEndpoint(jakarta.websocket.ClientEndpointConfig config, AnnotatedEndpointFactory factory, EncodingFactory encodingFactory, ObjectFactory<?> objectFactory) ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, ObjectFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory) ConfiguredServerEndpoint(jakarta.websocket.server.ServerEndpointConfig endpointConfiguration, ObjectFactory<?> endpointFactory, PathTemplate pathTemplate, EncodingFactory encodingFactory, AnnotatedEndpointFactory annotatedEndpointFactory, List<jakarta.websocket.Extension> installed) Constructor parameters in io.undertow.websockets with type arguments of type ObjectFactoryModifierConstructorDescriptionEncodingFactory(Map<Class<?>, List<ObjectFactory<? extends jakarta.websocket.Encoder>>> binaryEncoders, Map<Class<?>, List<ObjectFactory<? extends jakarta.websocket.Decoder>>> binaryDecoders, Map<Class<?>, List<ObjectFactory<? extends jakarta.websocket.Encoder>>> textEncoders, Map<Class<?>, List<ObjectFactory<? extends jakarta.websocket.Decoder>>> textDecoders) -
Uses of ObjectFactory in io.undertow.websockets.util
Classes in io.undertow.websockets.util that implement ObjectFactoryMethods in io.undertow.websockets.util that return ObjectFactoryModifier and TypeMethodDescription<T> ObjectFactory<T>ObjectIntrospecter.createInstanceFactory(Class<T> clazz)