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 DecoderFactory
ClientContainer.decoderFactory
Tracking all primitive decoders for the containerprivate final DecoderFactory
JsrSession.decoderFactory
private DecoderFactory
DecoderFactory.parentFactory
Methods 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 DecoderFactoryModifierConstructorDescriptionprotected
DecoderFactory
(WebSocketContainerScope containerScope, DecoderMetadataSet metadatas, DecoderFactory parentFactory) DecoderFactory
(WebSocketSessionScope sessionScope, DecoderMetadataSet metadatas, DecoderFactory parentFactory)