Class AbstractGroupDirectStatisticsService<T extends OfHeader>

    • Method Detail

      • getMultipartType

        protected MultipartType getMultipartType()
        Get multipart type.
        Returns:
        multipart type
      • getConvertorExecutor

        protected ConvertorExecutor getConvertorExecutor()
        Get convertor executor.
        Returns:
        convertor executor
      • getOfVersion

        protected OpenflowVersion getOfVersion()
        Gets openflow version.
        Returns:
        the openflow version
      • buildReply

        protected abstract O buildReply​(List<T> input,
                                        boolean success)
        Build output from multipart reply input.
        Parameters:
        input - the input
        Returns:
        the output