Class ExtensionImpl.ParameterImpl

  • All Implemented Interfaces:
    jakarta.websocket.Extension.Parameter
    Enclosing class:
    ExtensionImpl

    public static class ExtensionImpl.ParameterImpl
    extends Object
    implements jakarta.websocket.Extension.Parameter
    • Constructor Detail

      • ParameterImpl

        public ParameterImpl​(String name,
                             String value)
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface jakarta.websocket.Extension.Parameter
      • getValue

        public String getValue()
        Specified by:
        getValue in interface jakarta.websocket.Extension.Parameter