Uses of Class
org.eclipse.jetty.websocket.jsr356.DecoderFactory
Packages that use DecoderFactory
-
Uses of DecoderFactory in org.eclipse.jetty.websocket.jsr356
Fields in org.eclipse.jetty.websocket.jsr356 declared as DecoderFactoryModifier and TypeFieldDescriptionprivate final DecoderFactoryClientContainer.decoderFactoryTracking all primitive decoders for the containerprivate final DecoderFactoryJsrSession.decoderFactoryprivate DecoderFactoryDecoderFactory.parentFactoryMethods in org.eclipse.jetty.websocket.jsr356 that return DecoderFactoryModifier and TypeMethodDescriptionClientContainer.getDecoderFactory()JsrSession.getDecoderFactory()Constructors in org.eclipse.jetty.websocket.jsr356 with parameters of type DecoderFactoryModifierConstructorDescriptionprotectedDecoderFactory(WebSocketContainerScope containerScope, DecoderMetadataSet metadatas, DecoderFactory parentFactory) DecoderFactory(WebSocketSessionScope sessionScope, DecoderMetadataSet metadatas, DecoderFactory parentFactory)