# File lib/websocket/frame/base.rb, line 33
      def support_type?
        @handler.supported_frames.include?(@type)
      end