Class DecoderFactory

java.lang.Object
org.eclipse.jetty.websocket.jsr356.DecoderFactory
All Implemented Interfaces:
Configurable

public class DecoderFactory extends 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 Details

    • 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)
  • Method Details