Class DecoderFactory

  • All Implemented Interfaces:
    Configurable

    public class DecoderFactory
    extends java.lang.Object
    implements Configurable
    Factory for DecoderMetadata

    Relies on search order of parent DecoderFactory instances as such.

    • From Static DecoderMetadataSet (based on data in annotations and static EndpointConfig)
    • From Composite DecoderMetadataSet (based static and instance specific EndpointConfig)
    • Container declared DecoderMetadataSet (primitives)
    • Constructor Detail

      • DecoderFactory

        public DecoderFactory​(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope,
                              DecoderMetadataSet metadatas)
      • DecoderFactory

        public DecoderFactory​(org.eclipse.jetty.websocket.common.scopes.WebSocketSessionScope sessionScope,
                              DecoderMetadataSet metadatas,
                              DecoderFactory parentFactory)
      • DecoderFactory

        protected DecoderFactory​(org.eclipse.jetty.websocket.common.scopes.WebSocketContainerScope containerScope,
                                 DecoderMetadataSet metadatas,
                                 DecoderFactory parentFactory)