Skip to content

Add @ServerEndpoint#extensions #327

@dansiviter

Description

@dansiviter

To mirror the facility in ServerEndpointConfig.Builder#extensions add ability to define an array of Extensions (via class) which will be created and managed just for this endpoint. e.g.

public @interface ServerEndpoint {
  ...
  public Class<? extends Extension>[] extensions() default {};

Metadata

Metadata

Assignees

No one assigned

    Labels

    API (Both)Impacts the client and server APIenhancementAdding a new feature or improving an existing one

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions