Uses of Interface
io.undertow.websockets.util.ObjectIntrospecter
Packages that use ObjectIntrospecter
-
Uses of ObjectIntrospecter in io.undertow.websockets
Fields in io.undertow.websockets declared as ObjectIntrospecterModifier and TypeFieldDescriptionprotected final ObjectIntrospecterServerWebSocketContainer.objectIntrospecterMethods in io.undertow.websockets with parameters of type ObjectIntrospecterModifier and TypeMethodDescriptionstatic EncodingFactoryEncodingFactory.createFactory(ObjectIntrospecter objectIntrospecter, Class<? extends jakarta.websocket.Decoder>[] decoders, Class<? extends jakarta.websocket.Encoder>[] encoders) static EncodingFactoryEncodingFactory.createFactory(ObjectIntrospecter objectIntrospecter, List<Class<? extends jakarta.websocket.Decoder>> decoders, List<Class<? extends jakarta.websocket.Encoder>> encoders) voidUndertowContainerProvider.setDefaultClassIntrospector(ObjectIntrospecter classIntrospector) Constructors in io.undertow.websockets with parameters of type ObjectIntrospecterModifierConstructorDescriptionServerWebSocketContainer(ObjectIntrospecter objectIntrospecter, ClassLoader classLoader, Supplier<io.netty.channel.EventLoopGroup> eventLoopSupplier, List<ContextSetupHandler> contextSetupHandlers, boolean dispatchToWorker, InetSocketAddress clientBindAddress, WebSocketReconnectHandler reconnectHandler, Supplier<Executor> executorSupplier, List<jakarta.websocket.Extension> installedExtensions, int maxFrameSize, Supplier<Principal> currentUserSupplier)